@charset "UTF-8";
/* THEME VARIABLES */
/* GENERAL FRAMEWORK */
/* Bootstrap dependencies */
/* Cambiado por compatibilidad VOCENTO */
/* Igual que MD por compatibilidad VOCENTO */
/* Eliminación de LG por compatibilidad VOCENTO (resolución 4k) */
/* Variables */
/* Mixins */
/* DESIGN FRAMEWORK */
/* LAYOUT NEWSPAPER 2016 */
/* VARIABLES */
/* Colores */
/* $col-brand-secondary: #63808e !default; */
/* $col-brand-secondary: #5492AB !default; */
/* Grays */
/* Colores seccion */
/* FONTS */
/*
Martel:700,800,900
PT Sans Narrow:400,700
Roboto:400,300,100:latin
Roboto+Condensed:700,400,300:latin
'Pridi', serif
*/
/*
$font-text-bold: 'Holtwood One SC', sans-serif;
$font-text-ultrabold: 'Ultra', sans-serif;
*/
/* $font-text: Georgia, sans-serif; */
/* $font-text-condensed: 'PT Sans Narrow', Arial, sans-serif; */
/* HOME CATEGORY / TAG (Cliche) */
/* OPEN HOME TITLES (H1, H2) */
/* DEFAULT HOME TITLES (H1, H2) */
/* HOME SMALL TITLES (H1, H2) */
/* HOME summary (P) */
/* HOME data (Author) */
/* HOME data (Opinion / Author) */
/* HOME related (H3) */
/* DETALLE V2 */
/* DETAIL titles (H1) */
/* Mobile */
/* DETAIL subtitles (H2) */
/* Mobile */
/* TEXT (Paragraphs) */
/* TEXT SUBTITLES (Ladilos) */
/* TIME IN LIVE ARTICLES  (equal than subtitles, use it) */
/* DETAIL Data */
/* Data Author */
/* Media Data (Footer) */
/* Keywords */
/* Rating */
/* RELATED CONTENT */
/* Headlines */
/* Author Profiles */
/* $font-related-big-size: 28px; /* First on ASIDE articles (with HOR photo) */
/* Cliches */
/*********/
/* FONTS */
/*********/
/* Boxes */
/* HEADER */
/* MENU */
/* SHARE BUTTONS */
/* $size-bar-icons: 25px; */
/* MODALES */
/* ScrollBar */
/********************/
/******* HOME *******/
/********************/
/* HOME: Grid  Variables */
/* Hightlight Articles */
/* BLQ borders */
/* BODY */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:900");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+SC:400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/* line 279, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_variables.scss */
html, body {
  padding: 0;
  margin: 0; }

/* line 280, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_variables.scss */
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: scroll; }

/* line 287, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_variables.scss */
.container {
  background: white; }

/* line 289, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_variables.scss */
a {
  color: #326891;
  text-decoration: none; }
  /* line 292, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_variables.scss */
  a:active {
    outline: none; }

/****************************/
/* DEFAULT RENDERING VALUES */
/****************************/
/* Fonts */
/* line 302, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_variables.scss */
h1, h2, h3, h4, h5, h6, .antetitulo, p, .data, figcaption {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Images (vector images)
img[src$=".gif"], img[src$=".png"] {

   image-rendering: -moz-crisp-edges;             // Firefox
   image-rendering: -o-crisp-edges;               // Opera
   image-rendering: -webkit-optimize-contrast;    //  Webkit (non-standard naming)
   image-rendering: crisp-edges;
   -ms-interpolation-mode: nearest-neighbor;      // IE (non-standard property)

 }
 */
/* General Design Variables */
/* MIXINS */
/* line 31, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.btn-brand {
  background: #326891;
  color: white;
  border: none;
  text-shadow: 0px -1px #254d6b; }

/* Botones media images */
/* Botones media images */
/* Moveto X and Y axis */
/* Theme for DIV SCROLLBAR */
/* Efecto resaltar */
@keyframes color-me-in {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1;
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Chrome, Safari, Opera */
    transform: scale(1.2); }
  100% {
    opacity: 0.2;
    -ms-transform: scale(0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8);
    /* Chrome, Safari, Opera */
    transform: scale(0.8); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Cabecero fixed portada */
/* Fondo con degradado negro */
/**************
   Flex Mixins
***************/
/*****************
  Flickity Mixins
*****************/
/**************************
  Content overlay details
***************************/
/* Sombra showCaseDetail-bg */
/* Title showCaseDetail-title */
/* Description showCaseDetail-desc */
/* Sites especiales */
/* MIXIN CLICHES EN PORTADA */
/* MIXIN CLICHES SUPLEMENTOS */
/* MIXIN CLICHES VERTICALES */
/* MIXIN CAJA MAS VOZ AUTORES */
/* Mixins */
@font-face {
  font-family: "webicons";
  src: url("../fonts/webicons-webfont.eot");
  src: url("../fonts/webicons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/webicons-webfont.woff") format("woff"), url("../fonts/webicons-webfont.ttf") format("truetype"), url("../fonts/webicons-webfont.svg#webicons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 15, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
[data-icon]:before {
  font-family: "webicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 28, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "webicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 41, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-list:before {
  content: "\47"; }

/* line 44, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-settings-streamline-1:before {
  content: "\62"; }

/* line 47, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon:before {
  content: "\63"; }

/* line 50, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-1:before {
  content: "\64"; }

/* line 53, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-2:before {
  content: "\65"; }

/* line 56, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-3:before {
  content: "\66"; }

/* line 59, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-4:before {
  content: "\67"; }

/* line 62, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-map-pin-streamline:before {
  content: "\69"; }

/* line 65, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-5:before {
  content: "\6a"; }

/* line 68, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-map-pin:before {
  content: "\6b"; }

/* line 71, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-6:before {
  content: "\68"; }

/* line 74, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-7:before {
  content: "\6c"; }

/* line 77, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-8:before {
  content: "\6d"; }

/* line 80, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-9:before {
  content: "\6e"; }

/* line 83, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-10:before {
  content: "\6f"; }

/* line 86, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-11:before {
  content: "\70"; }

/* line 89, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-12:before {
  content: "\71"; }

/* line 92, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-13:before {
  content: "\72"; }

/* line 95, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-14:before {
  content: "\73"; }

/* line 98, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-15:before {
  content: "\74"; }

/* line 101, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-16:before {
  content: "\75"; }

/* line 104, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-17:before {
  content: "\76"; }

/* line 107, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-18:before {
  content: "\77"; }

/* line 110, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-19:before {
  content: "\78"; }

/* line 113, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-20:before {
  content: "\79"; }

/* line 116, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-21:before {
  content: "\7a"; }

/* line 119, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-22:before {
  content: "\41"; }

/* line 122, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-23:before {
  content: "\42"; }

/* line 125, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-24:before {
  content: "\43"; }

/* line 128, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-25:before {
  content: "\44"; }

/* line 131, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-26:before {
  content: "\45"; }

/* line 134, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-list-thumbnails:before {
  content: "\46"; }

/* line 137, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-fontawesome-webfont:before {
  content: "\61"; }

/* line 140, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-cancel:before {
  content: "\48"; }

/* line 143, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-play:before {
  content: "\49"; }

/* line 146, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-27:before {
  content: "\4a"; }

/* line 149, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-28:before {
  content: "\4b"; }

/* line 152, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-fontawesome-webfont-1:before {
  content: "\4c"; }

/* line 155, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-flag:before {
  content: "\4d"; }

/* line 158, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-thermometer:before {
  content: "\4e"; }

/* line 161, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-dot-3:before {
  content: "\50"; }

/* line 164, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-fontawesome-webfont-2:before {
  content: "\4f"; }

/* line 167, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-29:before {
  content: "\51"; }

/* line 170, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-30:before {
  content: "\52"; }

/* line 173, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-star:before {
  content: "\53"; }

/* line 176, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-cancel-1:before {
  content: "\54"; }

/* line 179, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-v-television-logo:before {
  content: "\55"; }

/* line 182, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-logo-v:before {
  content: "\56"; }

/* line 185, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-play-video:before {
  content: "\57"; }

/* line 188, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-glyphicons-halflings-regular:before {
  content: "\58"; }

/* line 191, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-31:before {
  content: "\59"; }

/* line 194, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-32:before {
  content: "\5a"; }

/* line 197, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-camera:before {
  content: "\30"; }

/* line 200, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-33:before {
  content: "\31"; }

/* line 203, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-34:before {
  content: "\32"; }

/* line 206, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-35:before {
  content: "\33"; }

/* line 209, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-camera-50:before {
  content: "\34"; }

/* line 212, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-user-outline:before {
  content: "\35"; }

/* line 215, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-android-person:before {
  content: "\36"; }

/* line 218, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios7-icon-36:before {
  content: "\37"; }

/* line 221, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-iconomenu:before {
  content: "\38"; }

/* line 224, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-ios-person:before {
  content: "\39"; }

/* line 227, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-sso:before {
  content: "\21";
  padding-right: 5px; }

/* line 231, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_webicons.scss */
.icon-cancel-3:before {
  content: "\22"; }

/* Fontastic icons */
/* VISUAL THEME */
/* Theme Variables */
/******************************/
/* PERSONALIZED  LOADING LOGO */
/******************************/
/* line 6, ../../../Dropbox/lvdg2016/assets/themes/lvdg2017/scss/includes/_variables.scss */
.embed-responsive-16by9, .lazy {
  background-image: url("data:image/gif;base64,R0lGODlhIwAjANUAAOvr6+rq6unp6ejo6Ofn5+bm5uXl5eTk5OPj4+Li4uHh4eDg4N/f397e3t3d3dzc3Nvb29nZ2djY2NTU1NPT09DQ0M7Ozs3NzcvLy8rKysjIyMfHx8XFxcPDw8LCwr+/v76+vry8vLu7u7q6urm5ube3t7S0tLCwsK+vr6ysrKqqqqmpqaampqGhoZ2dnZmZmf4BAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAQAwACwAAAAAIwAjAAAGLUCAcEgsGo/IpHLJbDqf0Kh0Sq1ar9isdsvter/gsHhMLpvP6LR6zW673/B4EAAh+QQFAQAwACwAAAAAAQABAAAGA0BYEAAh+QQFAQAwACwDAAEABgABAAAGB0AEbAhDBAEAIfkEBQEAMAAsAAABACEAAgAABhdAmNAhFD6KyKRyuYA4h07IcupkCBWPIAAh+QQFAQAwACwAAAMAIAACAAAGG0AYZAiBCYkQhXHJXD6QQ+HzYSQ2hM3sE6oIAgAh+QQFAQAwACwAAAUAHgACAAAGG0CYA0aEQY4QImRYbCqQyAcRQa0iitRm09oMAgAh+QQFAQAwACwAAAAAAQABAAAGA0BYEAAh+QQFAQAwACwCAAYAGAACAAAGFEAIDAYpCofFoVJpFDaPSOiSaAwCACH5BAUBADAALAsACAAPAAIAAAYQQBgEAisai8MhY3iEMZDJIAAh+QQFAQAwACwKAAoAEAACAAAGEkAYZAgrwh7G4RDBNMIQTiYzCAAh+QQFAQAwACwJAAsAEQADAAAGFUCYAwKBGY9HIlGhPD6KySZySoUFAQAh+QQFAQAwACwIAA0AEgACAAAGE0AYZAiBwRpCo5EIeRAdymOUGQQAIfkEBQEAMAAsBwAPABMAAgAABhRAGGQIgRmNDKGRCEE4nUfjU/oMAgAh+QQFAQAwACwHABAAEwADAAAGF8AHZAiBGY9DI3EJeRxhi6ETtnxar88gACH5BAUBADAALAYAEgAUAAIAAAYVQBhkCGHAjo3h4ygkMogQZjPKhAYBACH5BAUBADAALAYAFAAUAAIAAAYVQAZkCIEZYZBG44gkwhBQBHNqjCKCACH5BAUBADAALAcAFQATAAIAAAYPQIgQAisaj7ChkohkHJVBACH5BAUBADAALAcAFwATAAIAAAYRQIgQwoAZjcXjEAJbHpHPZRAAIfkEBQEAMAAsCAAZABIAAgAABhLABmQIKxYZRtiQiGgiklAnIggAIfkEBQEAMAAsCQAaABIAAwAABhdAGATygBmPx+HQ2BgujgykEhJFWq/GIAAh+QQFAQAwACwLABwAEAACAAAGE0AFBAIrMorFIcSBHBqRDEgDGQQAIfkEBQEAMAAsDgAeAAgAAgAABg7AxwPGgMEgDhhiqTQGAQAh+QQFAQAwACwPAB8ABQACAAAGCkDHwwGDwBoQYhAAIfkEBQEAMAAsEQAhAAEAAQAABgPARRAAIfkEBQEAMAAsAAAAAAEAAQAABgNAWBAAIfkEBQEAMAAsEAAhAAMAAQAABgVAhwgWBAAh+QQFAQAwACwOAB8ABwADAAAGEkDFJ/ThjCowA+vVisCeMBQ0CAAh+QQFAQAwACwNAB4ACgACAAAGFMCIyxVRwUCvlgYWablaqhcIBgsCACH5BAUBADAALAsAHAARAAIAAAYawM9qVYHBSkbjcHXqGDWvVwSmMjJUL5YlGQQAIfkEBQEAMAAsCQAaABIAAwAABiBAz2gUghlhnCNsOKwYWK8X6qhSRqNVmCmqMWaN1xYpCAAh+QQFAQAwACwHABkAFAACAAAGFkAD60UEwY4wFRJGLB6HL9dSiWy+QEEAIfkEBQEAMAAsBgAXABUAAgAABhlAxWq4KsGORyOSuNrASK/oy4CEqarSFygIACH5BAUBADAALAYAFQAVAAMAAAYgwMxoOKrAYA4OTHmEEYudl/QFah5V1ikVpsVavUctKAgAIfkEBQEAMAAsBgAUABUAAgAABhdA1Wv4AsFglBeLdTwSi6anEamCVZvSIAAh+QQFAQAwACwGABIAFQACAAAGHMDNargqwWAK0zDlOBJXG9Vr+gIdKdTIEUatBgEAIfkEBQEAMAAsBgAQABUAAwAABiVAWGhEHClgSJiH6IAVRxXLa/pyJQ2oqSsCo75AIK8qydImvaAgACH5BAUBADAALAcADwAUAAIAAAYZQNBr+CLBjjCV5kWBEV8g1zOChLGGzScoCAAh+QQFAQAwACwHAA0AFAACAAAGHUDYZEVcOWCmzgrGhBVXG4PrRW01YSwYiQKjUkFBACH5BAUBADAALAgACwATAAMAAAYkQBjsMxpxhAdPRggrFisw02vagUVcrwhzOgVZuC8hixTeckFBACH5BAUBADAALAoACgARAAIAAAYWQMprCCtGXJricAhqDVVFGMsUXb5AQQAh+QQFAQAwACwDAAgAGAACAAAGHEAFZiOBGWGT1ap4PCqVm2ZT9XoxjhGVsVoFBQEAIfkEBQEAMAAsAAAGAB0AAwAABitA2GTk8YyOowwMdnQsn0vkaDNxwkivbJa0NGQp0Kf2BQrDOmWo5WuGjdNBACH5BAUBADAALAAABQAfAAIAAAYkQFgLRDFYXsiXhvFqwZ7QpymZdGlgnReLRTU9kZQolIrqhGFBACH5BAUBADAALAAAAwAhAAIAAAYkQNhquNooiMMPbMlswhwp5LACe7msDNBryyK9Os4m5botm2BBACH5BAUBADAALAAAAQAiAAMAAAYxQNhh87nAYJxQ5nBsOp+wTMY5qcBQr6wG1sq+SNAwJauyUEwuA8z7Aq3ZpvDTxdbCggAh+QQFAQAwACwAAAAAIgACAAAGHECYcAhjEI/IocFwNMJQLZJQ5TIlrzCTddgBBQEAOw==") !important; }

/* Theme Variables */
/* LAYOUT DETAIL */
/* Variables */
/* Elementos a todo el ancho */
/* line 13, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.full-width, .detail main .text > figure, .detail main .text #article-footer, .detail .carousel-wrap {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 40px 0 !important; }
  @media (min-width: 1020px) {
    /* line 13, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .full-width, .detail main .text > figure, .detail main .text #article-footer, .detail .carousel-wrap {
      float: left;
      width: 66.66667%; } }
  @media (max-width: 1019px) {
    /* line 13, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .full-width, .detail main .text > figure, .detail main .text #article-footer, .detail .carousel-wrap {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      margin: 20px 0 !important; } }
  /* line 23, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .full-width + h2, .detail main .text > figure + h2, .detail main .text #article-footer + h2, .detail .carousel-wrap + h2 {
    margin-top: 15px !important; }

/* line 34, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.full-width-extend, .text.full .full-width, .text.full .detail main .text > figure, .detail main .text.full .text > figure, .detail main .text.full #article-footer, .text.full .detail .carousel-wrap, .detail .text.full .carousel-wrap, .detail main .text.full > figure {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1020px) {
    /* line 34, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .full-width-extend, .text.full .full-width, .text.full .detail main .text > figure, .detail main .text.full .text > figure, .detail main .text.full #article-footer, .text.full .detail .carousel-wrap, .detail .text.full .carousel-wrap, .detail main .text.full > figure {
      float: left;
      width: 100%; } }

/* line 39, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.detail {
  /* Hack */
  /* Figures general */
  /* No te pierdas */
  /*----*/
  /* Galeria */
  /* Carousel */ }
  /* line 42, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .detail #bodyMain > .adblock {
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    z-index: 9; }
  /* line 50, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .detail #bodyMain > .container > .adblock {
    padding-top: 0 !important; }
  /* line 57, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .detail .adblock {
    float: none; }
    /* line 61, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .detail .adblock#ad-FaldonSuperior {
      padding: 13.33333px 0; }
    /* line 65, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .detail .adblock.lazy {
      background-position: center; }
  /* line 70, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .detail main {
    margin: -5px 0 0 0;
    clear: left;
    -webkit-overflow-scrolling: touch;
    overflow: hidden; }
    /* line 77, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .detail main .container {
      margin-top: 0 !important;
      padding-top: 0 !important;
      margin-bottom: 0 !important; }
    /* line 85, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .detail main .nav_article {
      margin: 0;
      border-bottom: 1px solid #e2e2e2; }
      @media (max-width: 1019px) {
        /* line 85, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .nav_article {
          margin: 15px 0 0 0; } }
      /* line 95, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .nav_article .col-md-18 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
      /* line 100, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .nav_article h3[itemprop="articleSection"] {
        display: block;
        font-family: "Merriweather", Georgia, serif;
        margin: 20px 0 -10px 0;
        text-transform: uppercase;
        text-align: left;
        margin: 0;
        padding: 0;
        line-height: 37px;
        font-weight: bold;
        font-size: 19px; }
        /* line 106, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .nav_article h3[itemprop="articleSection"] a {
          color: #e42644; }
        @media (max-width: 1019px) {
          /* line 100, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .nav_article h3[itemprop="articleSection"] {
            text-align: left;
            font-size: 16px;
            line-height: 100%;
            margin-bottom: 5px; } }
      /* line 126, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .nav_article .nav-pages {
        text-align: center;
        border-left: 1px solid #e2e2e2;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        padding-left: 5px; }
        /* line 136, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .nav_article .nav-pages a {
          font-size: 2em;
          color: #444;
          flex: 1;
          line-height: 0; }
        /* line 143, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .nav_article .nav-pages span {
          color: #444;
          font-weight: 300;
          flex: 2; }
    /* line 152, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .detail main .alert-info {
      margin-bottom: 10px !important; }
      @media (max-width: 767px) {
        /* line 152, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .alert-info {
          margin: 10px 0 5px 0 !important; } }
    /* line 160, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .detail main .intro {
      min-height: 1%;
      overflow: hidden; }
      /* line 165, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .intro h1 {
        padding: 0;
        display: block;
        text-align: center;
        clear: left;
        margin: 25px 0 20px 0;
        font-family: "Merriweather", Georgia, serif;
        font-weight: bold;
        color: #222;
        font-size: 45px;
        line-height: 120%;
        letter-spacing: -0.05em;
        word-spacing: -0.05em;
        font-stretch: semi-condensed; }
        @media (max-width: 767px) {
          /* line 165, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .intro h1 {
            font-size: 25px;
            margin-top: 5px; } }
        @media (max-width: 1019px) and (min-width: 768px) {
          /* line 165, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .intro h1 {
            font-size: 31px; } }
        /* line 195, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .intro h1 .subtitle {
          font-family: "Roboto Condensed", sans-serif;
          font-size: 14px;
          font-weight: bold;
          display: block;
          margin: 20px 0 -15px 0;
          padding: 0;
          color: #999;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: 0; }
          @media (max-width: 767px) {
            /* line 195, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .intro h1 .subtitle {
              margin: 0;
              display: inline;
              font-size: 13px; } }
        /* line 242, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .intro h1 span.articleSection {
          display: block;
          font-family: "Merriweather", Georgia, serif;
          margin: 20px 0 15px 0 !important;
          text-transform: uppercase;
          color: #e42644;
          text-align: left;
          padding: 0;
          line-height: 37px;
          font-weight: bold;
          font-size: 19px;
          border-bottom: 1px solid #e2e2e2;
          letter-spacing: 0 !important; }
          /* line 249, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .intro h1 span.articleSection a {
            color: #e42644; }
          @media (max-width: 1019px) {
            /* line 242, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .intro h1 span.articleSection {
              text-align: left;
              font-size: 16px;
              line-height: 100%;
              padding-bottom: 10px; } }
      /* line 272, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .intro h2[itemprop="alternativeHeadline"],
      .detail main .intro h2.alternativeHeadline {
        font-family: "Merriweather", Georgia, serif;
        font-size: 22px;
        font-weight: 300;
        text-align: center;
        line-height: 1.2;
        text-transform: none;
        display: block;
        margin: 0 0 13.33333px 0;
        color: #999; }
        @media (max-width: 767px) {
          /* line 272, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .intro h2[itemprop="alternativeHeadline"],
          .detail main .intro h2.alternativeHeadline {
            font-size: 18px;
            line-height: 1.4; } }
      /* line 291, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .intro h3[itemprop="articleSection"],
      .detail main .intro h3.articleSection {
        font-size: 16px;
        display: block;
        text-align: center;
        font-weight: bold;
        font-family: "Merriweather", Georgia, serif;
        margin: 20px 0 -10px 0;
        text-transform: uppercase; }
        /* line 301, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .intro h3[itemprop="articleSection"] a,
        .detail main .intro h3.articleSection a {
          color: #e42644; }
      /* line 308, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .intro.text-left h1[itemprop="headline"],
      .detail main .intro.text-left h1.headline,
      .detail main .intro.text-left h2[itemprop="alternativeHeadline"],
      .detail main .intro.text-left h2.alternativeHeadline,
      .detail main .intro.text-left h3[itemprop="articleSection"],
      .detail main .intro.text-left h3.articleSection {
        text-align: left !important;
        margin-bottom: 5px !important; }
      /* line 319, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .intro .avatar {
        display: none; }
        /* line 322, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .intro .avatar > span {
          display: block;
          border-radius: 50%;
          width: 50px;
          height: 50px;
          overflow: hidden;
          margin: auto; }
          /* line 330, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .intro .avatar > span img {
            /* Grayscale */
            /* filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
            filter: gray;
            /* IE6-9 */
            -webkit-filter: grayscale(100%);
            /* Chrome 19+, Safari 6+, Safari 6+ iOS */
            width: 100%; }
      /* line 337, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .intro .link {
        display: none; }
      /* line 341, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .intro .profile {
        text-align: center;
        display: block;
        color: #fff;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        font-size: .85em;
        text-transform: uppercase; }
        /* line 350, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .intro .profile [itemprop="name"] {
          display: inline-block; }
          /* line 353, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .intro .profile [itemprop="name"] a {
            color: #444; }
        /* line 358, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .intro .profile .social {
          display: inline-block;
          padding-left: 3px; }
          /* line 362, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .intro .profile .social a {
            color: #444; }
        /* line 367, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .intro .profile [itemprop="description"] {
          display: none; }
        @media (max-width: 767px) {
          /* line 341, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .intro .profile {
            font-size: .8em; } }
      /* line 377, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .intro figure {
        margin: 13.33333px 0;
        float: left;
        padding: 0;
        width: 100%; }
        /* line 383, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .intro figure figcaption {
          border: none !important;
          padding-top: 0 !important; }
      /* line 389, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .intro .carousel-wrap {
        margin-left: -15px;
        margin-right: -15px;
        float: left;
        width: 100% !important;
        margin: 13.33333px -15px 13.33333px 0 !important;
        padding: 0; }
        /* line 14, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
        .detail main .intro .carousel-wrap:before, .detail main .intro .carousel-wrap:after {
          content: " ";
          display: table; }
        /* line 19, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
        .detail main .intro .carousel-wrap:after {
          clear: both; }
        /* line 397, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .intro .carousel-wrap .flickity-slider > div {
          padding: 0 !important; }
        /* line 401, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .intro .carousel-wrap .flickity-slider figure {
          margin: 0; }
          /* line 404, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .intro .carousel-wrap .flickity-slider figure figcaption {
            border-bottom: none !important; }
      /* line 413, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .intro .content_overlay [itemprop="name"] span {
        font-size: 31px !important; }
      /* line 418, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .intro .content_overlay [itemprop="description"] {
        font-size: 18px !important; }
      /* line 422, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .intro .content_overlay > div > p {
        display: none; }
      /* line 427, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .intro #notepierdas {
        margin: 10px 0 15px 0 !important; }
        /* line 431, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .intro #notepierdas ul li {
          border-bottom: none !important;
          padding: 4px !important; }
    /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .detail main .text {
      margin-left: -15px;
      margin-right: -15px;
      font-size: 19px;
      -webkit-overflow-scrolling: touch;
      /* Showcase */
      /* IFrame graficos */
      /* Multimedia */
      /* segundo titular */
      /* Titular importado */
      /* P.entradillas */
      /* Lista */
      /* Tabla */
      /* Div Relleno */
      /* Ladillos */
      /* Ladillo antetitulo */
      /* Parrafos */
      /* Firma */
      /* Citas*/
      /* Embebidos */
      /* Relacionados */
      /* Caja autor */
      /* Article embed Details */
      /* Opinion */
      /* Highlights */
      /* Hemeroteca */
      /* Hemeroteca Include */
      /* Pie de articulo */
      /* --- */ }
      /* line 14, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
      .detail main .text:before, .detail main .text:after {
        content: " ";
        display: table; }
      /* line 19, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
      .detail main .text:after {
        clear: both; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text {
          margin-top: 13.33333px; } }
      @media (max-width: 1019px) and (min-width: 768px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text {
          font-size: 22px; } }
      @media (max-width: 767px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text {
          font-size: 18px;
          /* Embed playbuzz */ }
          /* line 461, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text [class^="pb_"] {
            width: 100%; } }
      /* line 468, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text > .data + .adblock + .ladillo {
        margin-top: 30px !important; }
      @media (min-width: 1020px) {
        /* line 473, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text > #social-share + .data + .adblock + .adblock + figure,
        .detail main .text > #social-share + .data + .adblock + .adblock + .full,
        .detail main .text > #social-share + .data + .adblock + .adblock + .carousel-wrap {
          margin-top: 13.33333px !important;
          padding-left: 11.11% !important; } }
      /* line 484, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text > * {
        -webkit-overflow-scrolling: touch;
        clear: left;
        display: inline-block;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 768px) {
          /* line 484, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text > * {
            float: left;
            width: 88.88889%; } }
        @media (min-width: 768px) {
          /* line 484, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text > * {
            margin-left: 5.55556%; } }
        @media (min-width: 1020px) {
          /* line 484, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text > * {
            width: 66.66%;
            padding-left: 11.11%;
            margin-left: 0;
            float: none !important; } }
        @media (max-width: 767px) {
          /* line 506, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text > *.pb_feed {
            width: 100%; } }
        /* line 512, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text > *.adblock, .detail main .text > *.ads {
          position: relative;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px;
          width: auto !important;
          position: relative;
          margin-top: 0;
          margin-bottom: 30px;
          clear: right;
          float: right !important;
          margin-left: 0;
          text-align: right;
          border: none !important;
          padding: 0; }
          @media (min-width: 1020px) {
            /* line 512, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text > *.adblock, .detail main .text > *.ads {
              float: left;
              width: 33.33333%; } }
          /* line 526, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text > *.adblock img, .detail main .text > *.ads img {
            max-width: 100%; }
          /* line 533, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text > *.adblock[style*="display: none;"], .detail main .text > *.ads[style*="display: none;"] {
            clear: none;
            float: none !important; }
          @media (max-width: 1019px) {
            /* line 512, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text > *.adblock, .detail main .text > *.ads {
              width: 100% !important;
              text-align: center;
              margin: 20px 0 !important; } }
          @media (min-width: 1020px) {
            /* line 512, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text > *.adblock, .detail main .text > *.ads {
              /* margin-right: 10px; */
              margin-right: 15px; } }
      @media (min-width: 1020px) {
        /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text.full > * {
          width: 88%;
          padding-right: 0; } }
      @media (max-width: 767px) {
        /* line 566, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .admitShow-xs {
          width: 100%; } }
      /* line 572, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .admitShow-xs .showcase h2 {
        font-size: 1.7em !important; }
      /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text [id^=datawrapper] {
        width: 100% !important; }
      /* line 589, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text > figure picture {
        float: right;
        width: 100%; }
        /* line 593, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text > figure picture img {
          width: 100%;
          height: auto; }
      @media (max-width: 767px) {
        /* line 585, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text > figure {
          margin: 20px 0 20px 0;
          padding: 0 15px;
          width: 100%;
          float: left; }
          /* line 605, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text > figure picture {
            float: none;
            width: 100%;
            padding: 0;
            text-align: left; }
            /* line 611, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text > figure picture > span {
              padding: 0;
              display: inline-block; } }
      /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text > figure + p > .list-type {
        margin-top: -20px !important; }
      /* line 635, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text h2 {
        font-family: "Merriweather", Georgia, serif;
        font-weight: bold;
        font-size: 1em;
        color: #111;
        margin-top: 40px;
        margin-bottom: 13.33333px;
        line-height: 1.2; }
        /* line 645, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text h2 a {
          color: #111;
          line-height: 1.2; }
      /* line 651, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text h3 {
        font-family: "Merriweather", Georgia, serif;
        font-weight: bold;
        font-size: 1em;
        color: #111; }
        /* line 658, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text h3 a {
          color: #111;
          line-height: 1.2; }
      /* line 666, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .titular_importado {
        font-family: "Merriweather", Georgia, serif;
        font-weight: bold;
        font-size: 1.3em;
        color: #111;
        margin-top: 40px;
        margin-bottom: 13.33333px;
        line-height: 1.2; }
        /* line 676, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .titular_importado a {
          color: #111;
          line-height: 1.2; }
        /* line 681, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .titular_importado + p.entradilla {
          margin-top: 0 !important; }
      /* line 688, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .entradilla {
        font-family: "Merriweather", Georgia, serif;
        font-weight: normal;
        font-size: 1.1em;
        color: #999;
        margin-bottom: 13.33333px;
        line-height: 1.2; }
      /* line 702, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text span.list-type {
        color: #999;
        display: inline-block;
        font-weight: 700;
        font-size: 1.6em;
        line-height: 120%;
        font-style: italic;
        margin-top: 20px;
        margin-bottom: 13.33333px;
        font-family: "Merriweather", Georgia, serif; }
        @media (min-width: 1020px) {
          /* line 702, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text span.list-type {
            margin-left: -51px; } }
      /* line 720, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .datos {
        background: #ebebeb !important;
        padding: 10px; }
      /* line 727, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .backgroundGrey > * {
        background: #f4f4f4 !important;
        padding: 15px !important;
        margin: 0 !important; }
      /* line 733, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .backgroundGrey li {
        list-style-position: inside !important; }
      /* line 737, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .backgroundGrey .list-type {
        margin-left: 0 !important; }
      /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .ladillo {
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-size: 1em;
        color: #111;
        margin-top: 40px;
        margin-bottom: 13.33333px;
        line-height: 1.2; }
        /* line 753, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .ladillo a {
          color: #111;
          line-height: 1.2; }
      /* line 760, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .ladillo_antetitulo {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bolder;
        color: #999;
        text-transform: uppercase;
        font-size: .8em;
        margin-top: 40px;
        margin-bottom: 0; }
        /* line 769, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .ladillo_antetitulo + .ladillo {
          margin-top: 0 !important; }
      /* line 775, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text p {
        font-family: Georgia, Times, "Times New Roman", serif;
        line-height: 1.59;
        color: #222;
        font-size: 1em;
        /* Subrayado */
        /* Entrevista */ }
        @media (max-width: 767px) {
          /* line 775, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text p {
            width: 100%; } }
        /* line 786, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text p .destacado {
          font-weight: bold;
          font-style: italic;
          margin-left: -12%;
          width: 200px;
          display: inline-block;
          float: left;
          padding: 0 15px 0 0;
          font-size: 23px;
          color: black; }
          @media (max-width: 1019px) {
            /* line 786, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text p .destacado {
              margin-left: 0;
              font-size: 1.1em;
              text-align: center; } }
          @media (max-width: 767px) {
            /* line 786, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text p .destacado {
              width: 100% !important;
              margin: auto auto 15px auto !important;
              padding: 15px !important; } }
        /* line 814, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text p .underlined {
          -webkit-transition: all .7s ease-in-out;
          -moz-transition: all .7s ease-in-out;
          -o-transition: all .7s ease-in-out;
          transition: all .7s ease-in-out;
          background-image: linear-gradient(to left, transparent, transparent 50%, #f5e636 50%, #f5e636);
          background-position: 100% 0;
          background-size: 200% 100%; }
          /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text p .underlined.marked {
            background-position: 0 0;
            color: #222; }
        /* line 831, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text p.pregunta {
          color: #222;
          font-weight: bold;
          margin-top: 40px;
          font-family: "Roboto", sans-serif; }
          /* line 837, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text p.pregunta:before {
            content: "P.";
            color: #999;
            display: inline-block;
            font-weight: bolder;
            text-transform: uppercase;
            font-size: 1.1em;
            font-family: "Merriweather", Georgia, serif;
            width: 35px; }
            @media (min-width: 1020px) {
              /* line 837, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text p.pregunta:before {
                margin-left: -51px;
                width: 51px; } }
        /* line 855, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text p.respuesta {
          color: #222;
          font-weight: normal; }
          /* line 859, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text p.respuesta:before {
            content: "R.";
            color: #999;
            display: inline-block;
            font-weight: bolder;
            text-transform: uppercase;
            width: 35px; }
            @media (min-width: 1020px) {
              /* line 859, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text p.respuesta:before {
                margin-left: -51px;
                width: 51px; } }
          /* line 874, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text p.respuesta + p {
            margin-top: 20px; }
      /* line 882, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .firma {
        color: #444;
        font-size: 13px;
        margin: -5px inherit 10px inherit;
        text-transform: uppercase;
        font-weight: 300;
        display: block; }
      /* line 892, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text blockquote {
        font-family: Georgia, Times, "Times New Roman", serif;
        border: none;
        font-size: 25px;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        margin-bottom: 0; }
        /* line 901, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text blockquote:before, .detail main .text blockquote:after {
          content: "";
          width: 30%;
          height: 1px;
          margin: 15px auto;
          background: #ccc;
          display: block; }
        /* line 911, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text blockquote small {
          position: relative;
          display: block;
          padding: 10px 0;
          color: #222;
          font-size: 100%; }
          /* line 918, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text blockquote small:before {
            content: open-quote;
            display: inline-block;
            font-size: 135px;
            color: #ccc;
            line-height: 60%;
            float: left;
            padding-right: 10px; }
            @media (max-width: 767px) {
              /* line 918, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text blockquote small:before {
                font-size: 100px !important; } }
          @media (max-width: 767px) {
            /* line 911, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text blockquote small {
              font-size: 75% !important; } }
        /* line 937, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text blockquote cite {
          margin-top: 15px;
          display: block;
          text-align: right;
          font-size: 16px;
          font-style: normal;
          font-weight: normal;
          color: #999; }
          /* line 946, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text blockquote cite:before {
            content: "\2014 \2009"; }
      /* line 954, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .embed > * {
        margin: 0;
        padding: 0;
        position: relative !important; }
      /* line 962, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .rel {
        margin-top: 20px;
        margin-bottom: 20px;
        min-height: 1%;
        overflow: hidden; }
        @media (max-width: 767px) {
          /* line 962, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .rel {
            width: 100%; } }
        /* line 973, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .rel + .rel {
          margin-top: -27px !important;
          border-top: 0 !important; }
          /* line 977, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .rel + .rel article {
            border-top: 0 !important; }
        /* line 983, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .rel .grafico figure {
          position: relative; }
          /* line 986, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .rel .grafico figure:after {
            content: "\f002";
            background: rgba(0, 0, 0, 0.8);
            color: #fff;
            font-family: "FontAwesome";
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 5px 8px; }
        /* line 1000, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .rel article {
          border-top: 1px solid #e2e2e2;
          border-bottom: 1px solid #e2e2e2;
          padding-top: 13.33333px;
          padding-bottom: 13.33333px;
          min-height: 1%;
          overflow: hidden; }
          /* line 1008, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .rel article figure {
            margin: 0; }
            /* line 1011, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text .rel article figure figcaption,
            .detail main .text .rel article figure .descriptionContent {
              display: none; }
          /* line 1017, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .rel article .antetitulo {
            text-align: left; }
          /* line 1021, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .rel article [itemprop="headline"],
          .detail main .text .rel article .headline {
            font-family: "Merriweather", Georgia, serif;
            font-weight: 400;
            margin: 0;
            line-height: 1.3;
            font-size: 21px; }
            /* line 1029, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text .rel article [itemprop="headline"] a,
            .detail main .text .rel article .headline a {
              color: black;
              text-decoration: none; }
            @media (max-width: 767px) {
              /* line 1021, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text .rel article [itemprop="headline"],
              .detail main .text .rel article .headline {
                font-size: 1.2em; } }
          /* line 1040, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .rel article [itemprop="alternativeHeadline"] {
            display: none; }
      /* line 1048, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .ladillo_antetitulo + div.rel {
        margin-top: 5px !important; }
      /* line 1054, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .perfil_caja > div {
        background: #f4f4f4;
        padding: 20px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 14px;
        margin-top: 20px; }
        /* line 1062, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .perfil_caja > div span {
          display: block;
          font-weight: bold;
          text-transform: uppercase;
          text-decoration: underline;
          margin-bottom: 5px; }
      /* line 1074, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .afondo {
        margin-top: 20px;
        margin-bottom: 20px; }
        /* line 1078, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .afondo .embed_list {
          position: absolute;
          top: 0;
          left: 15px;
          width: 11%;
          border-top: 3px solid #e42644;
          display: inline-block;
          font-family: Georgia;
          font-size: 2.7em;
          font-style: italic;
          color: #999;
          padding-top: 5px;
          text-align: center; }
          @media (max-width: 1019px) {
            /* line 1078, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text .afondo .embed_list {
              line-height: 1;
              width: auto;
              padding: 0 20px; } }
        /* line 1100, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .afondo > div {
          background: #ebebeb;
          border-top: 3px solid #444;
          padding: 20px !important;
          min-height: 1%;
          overflow: hidden; }
          /* line 1113, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .afondo > div p {
            font-size: .8em !important;
            font-family: "Roboto", sans-serif;
            font-weight: 300;
            min-height: 1%;
            overflow: hidden;
            float: left; }
          /* line 1122, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .afondo > div [itemprop="headline"],
          .detail main .text .afondo > div .headline {
            display: block !important;
            text-align: left !important;
            margin: 0 !important;
            padding: 5px 0 !important;
            color: #fff !important;
            font-size: 24px;
            font-family: "Merriweather", Georgia, serif;
            font-weight: normal;
            line-height: 120%;
            letter-spacing: -0.05em;
            word-spacing: -0.05em;
            font-stretch: semi-condensed;
            -webkit-font-smoothing: antialiased;
            font-size: 22px;
            font-family: "Merriweather", Georgia, serif !important;
            font-weight: bold;
            padding: 0 0 10px 0 !important;
            margin-bottom: 0 !important;
            position: relative; }
            @media (max-width: 767px) {
              /* line 1122, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text .afondo > div [itemprop="headline"],
              .detail main .text .afondo > div .headline {
                font-size: 17px !important;
                line-height: 120% !important; } }
            /* line 380, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
            .detail main .text .afondo > div [itemprop="headline"] a,
            .detail main .text .afondo > div .headline a {
              color: #fff; }
            /* line 1126, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text .afondo > div [itemprop="headline"] a,
            .detail main .text .afondo > div .headline a {
              color: black;
              border-bottom: 1px dotted #444;
              display: inline !important;
              line-height: 1.4;
              padding-bottom: 1px; }
              /* line 1133, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text .afondo > div [itemprop="headline"] a:hover,
              .detail main .text .afondo > div .headline a:hover {
                text-decoration: none;
                opacity: .8; }
            /* line 1148, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text .afondo > div [itemprop="headline"]:after,
            .detail main .text .afondo > div .headline:after {
              content: "\f105";
              font-family: "FontAwesome";
              color: #444;
              font-size: 22px;
              display: inline-block;
              margin-left: 5px; }
          /* line 1166, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .afondo > div figure {
            margin: 20px 0 !important; }
          /* line 1170, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .afondo > div .firma {
            font-family: "Roboto", sans-serif;
            font-size: .7em;
            font-weight: normal;
            color: #444;
            display: block;
            margin-bottom: 5px; }
          /* line 1179, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .afondo > div .readmore {
            font-family: "Roboto", sans-serif;
            font-weight: bold;
            float: right;
            border: 1px solid #999;
            border-radius: 4px;
            color: #222;
            padding: 6px 10px;
            text-transform: uppercase;
            font-size: .7em; }
            /* line 1190, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text .afondo > div .readmore i {
              font-size: 1.2em;
              display: inline-block;
              margin-left: 5px; }
        /* line 1202, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .afondo .content_overlay figure {
          margin: 0; }
          /* line 1205, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .afondo .content_overlay figure figcaption {
            display: none; }
        /* line 1210, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .afondo .content_overlay .content_wrapper {
          display: block;
          position: absolute !important;
          bottom: 0 !important;
          left: 15px;
          right: 15px;
          opacity: 1 !important;
          color: #fff !important;
          text-align: left !important;
          padding: 20px !important;
          background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.85) 100%);
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.85) 100%);
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.85) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
          @media (max-width: 767px) {
            /* line 1210, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text .afondo .content_overlay .content_wrapper {
              padding-bottom: 10px !important; } }
          /* line 1213, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .afondo .content_overlay .content_wrapper [itemprop="headline"],
          .detail main .text .afondo .content_overlay .content_wrapper .healine {
            display: block !important;
            text-align: center !important;
            margin: 0 !important;
            padding: 5px 0 !important;
            color: #fff !important;
            font-size: 24px;
            font-family: "Merriweather", Georgia, serif;
            font-weight: normal;
            line-height: 120%;
            letter-spacing: -0.05em;
            word-spacing: -0.05em;
            font-stretch: semi-condensed;
            -webkit-font-smoothing: antialiased; }
            @media (max-width: 767px) {
              /* line 1213, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text .afondo .content_overlay .content_wrapper [itemprop="headline"],
              .detail main .text .afondo .content_overlay .content_wrapper .healine {
                font-size: 17px !important;
                line-height: 120% !important; } }
            /* line 380, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
            .detail main .text .afondo .content_overlay .content_wrapper [itemprop="headline"] a,
            .detail main .text .afondo .content_overlay .content_wrapper .healine a {
              color: #fff; }
          /* line 1218, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .afondo .content_overlay .content_wrapper .antetitulo,
          .detail main .text .afondo .content_overlay .content_wrapper .data {
            display: none; }
        /* line 1224, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .afondo .content_overlay p {
          display: none; }
      /* line 1233, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .opinion:not(.afondo) {
        min-height: 1%;
        overflow: hidden; }
        /* line 1253, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .opinion:not(.afondo) .media {
          display: none; }
        /* line 1274, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .opinion:not(.afondo) .content_wrapper h2 {
          margin: 0;
          font-size: 21px; }
      /* line 1282, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .highlight {
        font-size: 16px; }
        /* line 1285, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .highlight h2 {
          margin: 0 0 5px 0;
          font-size: 21px; }
        /* line 1290, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .highlight p {
          margin-top: 5px; }
      /* line 1298, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .hemeroteca {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px !important; }
        /* line 1304, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .hemeroteca .antetitulo {
          font-size: 13px !important; }
        @media (max-width: 767px) {
          /* line 1308, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .hemeroteca figure {
            margin: -10px -10px 10px -10px !important; } }
        /* line 1316, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .hemeroteca .content_wrapper {
          text-align: center; }
          /* line 1319, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .hemeroteca .content_wrapper .antetitulo {
            display: block !important;
            margin-bottom: 3px;
            font-size: 14px; }
          /* line 1325, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .hemeroteca .content_wrapper p[itemprop="alternativeHeadline"] {
            line-height: 1.3; }
        /* line 1330, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .hemeroteca figure + .content_wrapper {
          text-align: left; }
      /* line 1336, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text .search_hemeroteca {
        margin-bottom: 15px; }
        /* line 1339, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .search_hemeroteca > div {
          background: #f4f4f4;
          padding: 10px;
          border-radius: 4px; }
          /* line 1344, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .search_hemeroteca > div .antetitulo {
            color: #666;
            font-size: 14px;
            text-transform: uppercase;
            font-family: "Roboto Condensed", sans-serif !important; }
          /* line 1351, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text .search_hemeroteca > div h2 {
            margin: 0 0 10px 0 !important;
            font-family: "Roboto", sans-serif !important;
            font-weight: 500 !important;
            font-size: 16px !important; }
        /* line 1359, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text .search_hemeroteca .form-group {
          margin: 0 !important; }
      /* line 1366, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail main .text #article-footer {
        min-height: 1%;
        overflow: hidden;
        /* Perfil */
        /* Rating */
        /* kewyords */ }
        /* line 1372, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text #article-footer > div,
        .detail main .text #article-footer > section {
          border-top: 1px solid #e2e2e2 !important;
          padding: 20px 0;
          clear: left; }
          /* line 1378, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text #article-footer > div:last-child,
          .detail main .text #article-footer > section:last-child {
            border-bottom: 1px solid #e2e2e2 !important; }
          /* line 1382, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text #article-footer > div h6,
          .detail main .text #article-footer > section h6 {
            display: block !important;
            text-align: left;
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold;
            font-size: 14px;
            text-transform: uppercase;
            color: #222;
            margin: 0 0 10px 0; }
        /* line 1396, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text #article-footer .profiles .author {
          margin-left: -15px;
          margin-right: -15px; }
          /* line 14, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
          .detail main .text #article-footer .profiles .author:before, .detail main .text #article-footer .profiles .author:after {
            content: " ";
            display: table; }
          /* line 19, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
          .detail main .text #article-footer .profiles .author:after {
            clear: both; }
          /* line 1399, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text #article-footer .profiles .author .avatar {
            position: relative;
            float: left;
            width: 27.77778%;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            padding-right: 0; }
            @media (min-width: 768px) {
              /* line 1399, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text #article-footer .profiles .author .avatar {
                float: left;
                width: 16.66667%; } }
            @media (min-width: 1020px) {
              /* line 1399, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text #article-footer .profiles .author .avatar {
                float: left;
                width: 16.66667%; } }
            /* line 1405, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text #article-footer .profiles .author .avatar > span {
              width: 75px !important;
              height: 75px !important; }
          /* line 1411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text #article-footer .profiles .author .profile {
            position: relative;
            float: left;
            width: 50%;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            text-align: left; }
            @media (min-width: 768px) {
              /* line 1411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text #article-footer .profiles .author .profile {
                float: left;
                width: 61.11111%; } }
            @media (min-width: 1020px) {
              /* line 1411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text #article-footer .profiles .author .profile {
                float: left;
                width: 61.11111%; } }
            /* line 1417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text #article-footer .profiles .author .profile .social {
              text-align: left; }
            /* line 1421, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text #article-footer .profiles .author .profile [itemprop="name"],
            .detail main .text #article-footer .profiles .author .profile .name {
              font-size: 16px; }
            /* line 1426, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text #article-footer .profiles .author .profile [itemprop="description"],
            .detail main .text #article-footer .profiles .author .profile .description {
              display: none; }
          /* line 1432, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text #article-footer .profiles .author .link {
            position: relative;
            float: left;
            width: 100%;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            line-height: 75px; }
            @media (min-width: 768px) {
              /* line 1432, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text #article-footer .profiles .author .link {
                float: left;
                width: 22.22222%; } }
            @media (min-width: 1020px) {
              /* line 1432, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text #article-footer .profiles .author .link {
                float: left;
                width: 22.22222%; } }
            @media (max-width: 767px) {
              /* line 1432, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text #article-footer .profiles .author .link {
                line-height: 100%; } }
            /* line 1443, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text #article-footer .profiles .author .link a {
              border-radius: 4px;
              border: none;
              background: #222;
              color: #fff;
              font-size: 14px;
              font-weight: 300;
              padding: 8px 12px; }
              @media (max-width: 767px) {
                /* line 1443, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
                .detail main .text #article-footer .profiles .author .link a {
                  display: inline-block;
                  margin-top: 10px; } }
        /* line 1463, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text #article-footer .stars-rating {
          text-align: left;
          border-bottom: none; }
          /* line 1467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text #article-footer .stars-rating h6 {
            display: inline-block !important;
            margin: 0 10px 0 0; }
          /* line 1472, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text #article-footer .stars-rating .stars {
            display: inline-block;
            text-align: center; }
            /* line 1476, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text #article-footer .stars-rating .stars .star {
              font-size: 22px; }
        /* line 1485, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail main .text #article-footer [itemprop="keywords"],
        .detail main .text #article-footer .keywords {
          border-top: none; }
          /* line 1489, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail main .text #article-footer [itemprop="keywords"] > div,
          .detail main .text #article-footer .keywords > div {
            text-align: left; }
            /* line 1492, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail main .text #article-footer [itemprop="keywords"] > div a,
            .detail main .text #article-footer .keywords > div a {
              font-weight: 300;
              font-size: 14px;
              display: inline-block;
              border-radius: 18px;
              border: 1px solid #ccc;
              color: #444;
              margin: 8px 5px 8px 0;
              padding: 8px 15px; }
              /* line 1502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail main .text #article-footer [itemprop="keywords"] > div a:hover,
              .detail main .text #article-footer .keywords > div a:hover {
                text-decoration: none;
                background: #ebebeb;
                color: #222; }
  /* line 1524, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .detail figure {
    /* Pie de foto */
    /* Videos */ }
    /* line 1527, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .detail figure figcaption {
      width: 100% !important;
      float: left !important;
      text-align: left !important;
      color: #999 !important;
      font-family: Georgia, Times, "Times New Roman", serif !important;
      font-size: 14px !important;
      line-height: 1.5 !important;
      padding: 0 0 5px 0 !important;
      position: relative !important;
      bottom: auto !important;
      right: auto !important;
      border-bottom: none !important; }
      /* line 1542, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail figure figcaption [itemprop="author"] {
        font-weight: normal !important;
        display: inline-block;
        font-size: .8em;
        font-family: "Roboto", sans-serif;
        color: #666;
        padding-right: 5px; }
        /* line 1550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail figure figcaption [itemprop="author"] strong {
          font-weight: bold; }
    /* line 1557, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .detail figure.media.video {
      /* If is embed*/ }
      /* line 1559, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail figure.media.video figcaption {
        display: block;
        position: absolute !important;
        bottom: 0 !important;
        left: 0;
        right: 0;
        opacity: 1 !important;
        color: #fff !important;
        text-align: left !important;
        padding: 20px !important;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.85) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        padding-left: 60px !important;
        border: none !important; }
        /* line 336, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        .detail figure.media.video figcaption:before {
          font-family: 'Glyphicons Halflings';
          content: "\e072";
          color: #fff;
          font-size: 30px;
          line-height: 30px;
          width: 30px;
          height: 30px;
          margin-left: -42px;
          margin-top: 9px;
          float: left; }
        @media (max-width: 767px) {
          /* line 1559, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail figure.media.video figcaption {
            padding-bottom: 10px !important; } }
        /* line 1563, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail figure.media.video figcaption .descriptionContent {
          position: relative !important;
          bottom: auto !important;
          left: auto !important;
          opacity: 1 !important;
          display: block;
          margin-bottom: 5px; }
          /* line 1571, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail figure.media.video figcaption .descriptionContent [itemprop="name"] span {
            display: block !important;
            text-align: left !important;
            margin: 0 !important;
            padding: 5px 0 !important;
            color: #fff !important;
            font-size: 24px;
            font-family: "Merriweather", Georgia, serif;
            font-weight: normal;
            line-height: 120%;
            letter-spacing: -0.05em;
            word-spacing: -0.05em;
            font-stretch: semi-condensed;
            -webkit-font-smoothing: antialiased; }
            @media (max-width: 767px) {
              /* line 1571, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail figure.media.video figcaption .descriptionContent [itemprop="name"] span {
                font-size: 17px !important;
                line-height: 120% !important; } }
            /* line 380, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
            .detail figure.media.video figcaption .descriptionContent [itemprop="name"] span a {
              color: #fff; }
          /* line 1575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail figure.media.video figcaption .descriptionContent [itemprop="description"] {
            display: block !important;
            text-align: left;
            font-family: "Roboto", sans-serif;
            font-size: 15px;
            font-weight: 300;
            line-height: 130%;
            color: #ccc;
            -webkit-font-smoothing: antialiased;
            display: none !important; }
            @media (max-width: 767px) {
              /* line 1575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
              .detail figure.media.video figcaption .descriptionContent [itemprop="description"] {
                display: none !important; } }
          @media (max-width: 767px) {
            /* line 1563, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail figure.media.video figcaption .descriptionContent {
              margin-bottom: 0 !important; } }
        /* line 1587, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail figure.media.video figcaption .type_media {
          color: #999 !important;
          font-family: "Roboto", sans-serif !important;
          font-size: 12px; }
          @media (max-width: 767px) {
            /* line 1587, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail figure.media.video figcaption .type_media {
              display: none !important; } }
        /* line 1598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail figure.media.video figcaption [itemprop="author"] {
          color: #ccc !important;
          font-weight: normal;
          font-size: 11px; }
          @media (max-width: 767px) {
            /* line 1598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
            .detail figure.media.video figcaption [itemprop="author"] {
              display: none !important; } }
      /* line 1613, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail figure.media.video.video_embed figcaption {
        display: none !important; }
  /* line 1625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .detail #notepierdas {
    margin-top: 10px;
    margin-bottom: 20px; }
    /* line 1629, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .detail #notepierdas h3 {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      color: #222;
      border-bottom: 1px solid #444;
      margin-bottom: 5px;
      padding-bottom: 5px;
      display: block;
      font-size: .8em; }
    /* line 1641, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .detail #notepierdas ul {
      margin: 0;
      padding: 0; }
      /* line 1645, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail #notepierdas ul li {
        border-bottom: 1px solid #e2e2e2;
        padding: 10px 0;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        min-height: 1%;
        overflow: hidden; }
        /* line 1653, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail #notepierdas ul li:before {
          content: "·";
          display: inline-block;
          color: #e42644; }
        @media (max-width: 767px) {
          /* line 1645, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail #notepierdas ul li {
            font-size: 14px; } }
        /* line 1664, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail #notepierdas ul li > strong {
          margin-right: 5px;
          font-weight: normal;
          color: #e42644; }
        /* line 1670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail #notepierdas ul li a {
          color: #222; }
          /* line 1673, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail #notepierdas ul li a span {
            font-style: italic; }
  /* line 1686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .detail .carousel-wrap {
    margin-bottom: 30px !important;
    background: #222;
    padding: 0 !important; }
    @media (min-width: 768px) and (max-width: 1019px) {
      /* line 1686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail .carousel-wrap {
        width: 100% !important; } }
    @media (min-width: 1020px) {
      /* line 1686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail .carousel-wrap {
        margin-left: 15px !important;
        width: 64% !important; } }
    /* line 1703, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .detail .carousel-wrap header {
      margin-bottom: 0;
      padding: 15px;
      min-height: 1%;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 767px) {
        /* line 1703, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail .carousel-wrap header {
          padding: 5px 10px !important; } }
      /* line 1717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail .carousel-wrap header h1 {
        font-family: "Merriweather", Georgia, serif;
        font-size: 18px;
        color: #fff;
        clear: left;
        float: left;
        margin: 5px 0; }
        @media (max-width: 767px) {
          /* line 1717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
          .detail .carousel-wrap header h1 {
            font-size: 16px !important; } }
      /* line 1730, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail .carousel-wrap header h2 {
        font-family: "Merriweather", Georgia, serif;
        font-size: .9em;
        color: #444;
        clear: left;
        float: left;
        margin: 5px 0; }
      /* line 1739, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail .carousel-wrap header .indice_album {
        font-weight: 300;
        font-size: .8em;
        color: #999;
        display: block;
        text-align: center;
        padding: 5px; }
    /* line 1749, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .detail .carousel-wrap [class*="col-"] {
      padding: 0 !important; }
      /* line 1752, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .detail .carousel-wrap [class*="col-"] figure {
        margin: 0 !important; }
        /* line 1755, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail .carousel-wrap [class*="col-"] figure figcaption {
          padding: 5px 15px !important; }
        /* line 1759, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail .carousel-wrap [class*="col-"] figure .embed-responsive-16by9 {
          background-color: #222 !important;
          background-image: url(data:image/gif;base64,R0lGODlhIwAjANUAAHd3d3Jycm1tbWdnZ2JiYl1dXVdXV1JSUk1NTUxMTEtLS0pKSklJSUdHR0ZGRkREREJCQj8/Pz4+Pj09PTs7Ozk5OTc3NzY2NjU1NTQ0NDMzMzIyMjAwMC8vLy0tLSwsLCsrKycnJyIiIv4BAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAQAjACwAAAAAIwAjAAAG/0CRcCjyEI/IYSh0NBYLgoOQEDA4k0iDgdhACAuAMEQkCAOkWKIlTJhYDAGmyAxAeOiAbVq0CeABY0IAfgEeCGYDBwANaRZ+eHpCIBYbIRhEFx8iIFgXSCGeaiIdHZhEG3siGZRYFkeuInKoe7BpHxaUciKXfKm1qUezmkIds6LAwUgdoEi/yCGcvSIfHaGvyKZCrsujSc6pvMSj30PkWEtD0eKsx8i/vxuextrYsUSlQ/jzIuZI4fZCQmQIiK8cNnhCqBFshm0eLGMF26VyKAQVqVbYrPGrWGmfQXcSpTFENqxiMm/1fukSeQ1biIIIUdZ7GVCXR3r1YuEbaDLJTS5goULdnLSyXqhSwiz+y5lvSbGNIDQyPdIBBDRUFopOPUITRMStWDpk0Aq2LJEgACH5BAUBACMALAAABQAfAAIAAAYjwJEAMRpNAEgAZAQQFJ9PQzIZWEYSCkVim3AUt1AoN8GIPIMAIfkEBQEAIwAsAAAGAB0AAwAABifAUQMwGACOAMNodFw6nUhAoeE8RAEHKOD5jCK4ywnYYgEvyWTxKAgAIfkEBQEAIwAsBAAIABcAAgAABhfABmJEJE4AgKJyhEQOlyMCckkgNgGIIAAh+QQFAQAjACwKAAoAEQACAAAGFcARYDgqjgKQ4nCISDgXRoXD6HRCggAh+QQFAQAjACwHAAsAFAAGAAAGOsCRUAAAEISjgQFZLCKEhmZDGAAgR03Ac5IVDg5WZvNZLQqug9FBmEUgsmskARJuJ+7360iRH+ETEEEAIfkEBQEAIwAsBgAQABUAAwAABiPAUQBABIyOxwHxWAQgJs0AclQgSkfNp2VrkSAn2wqSa5kEAQAh+QQFAQAjACwGABIAFQACAAAGF0AEYAggjI6DYeA4IgIQBCeCSWQ2iYggACH5BAUBACMALAYAFAAVAAIAAAYZQAJgCECMjoDB4IgkIhyJaALCXIysTOk0CAAh+QQFAQAjACwGABUAFQADAAAGH0ADYAhAjI6EUfI4IhYbTiNTOY2OLFiLZDraMrOWSRAAIfkEBQEAIwAsBwAXABQAAgAABhNAgBBAGBmNxeMQgDgsj0joEhEEACH5BAUBACMALAgAGQATAAIAAAYVwAFgiBgZR4TjaEgcKRJQ5UIJhUKCACH5BAUBACMALAkAGgASAAMAAAYfwAEAEBgZR4TjaDhEjISAwjF5ZAKoEovlKFFqLRRJEAAh+QQFAQAjACwLABwAEAACAAAGFkADAAAZjQhG4xAgOIwgQyNSChhMjEEAIfkEBQEAIwAsDgAeAAkAAgAABhDAQGBEGCEAAsgowVwklKMgACH5BAUBACMALA8AHwAGAAMAAAYPQEFAQAAgRgOAYMQcSZpBACH5BAUBACMALBEAIQABAAEAAAYDwEIQACH5BAUBACMALAAAAAABAAEAAAYDwFEQACH5BAUBACMALBEAIQABAAEAAAYDQEkQACH5BAUBACMALA8AHwAGAAMAAAYOwIRwkYCMOiLQaDnKMIMAIfkEBQEAIwAsDgAeAAkAAgAABhHAUKizEVlEoEsHFAIVLSFREAAh+QQFAQAjACwLABwAEAACAAAGF0CJxVIZjSRG49BCQV5EIuMmuRF1MMYgACH5BAUBACMALAkAGgASAAMAAAYdQEViOCqOFsbRcAgZdUSijHGThEKpowt0WoWCLEEAIfkEBQEAIwAsCAAZABMAAgAABhTAjmhoGRlHm6FSWRSKQkfkcmkJAgAh+QQFAQAjACwHABcAFAACAAAGFUCL0CIRGY3F49AysRxFoefm+bQEAQAh+QQFAQAjACwGABUAFQADAAAGHUBHYpiAiESZRWhxPBKLlqYoKt1IpZZP9Wq9Hi1BACH5BAUBACMALAYAFAAVAAIAAAYWwI1oKLKMjqJOh8gsXpjG42YkbA4tQQAh+QQFAQAjACwGABIAFQACAAAGGcCJZWiRjI5CS+U4IlomG5FUZGFOmaMpNQgAIfkEBQEAIwAsBgAQABUAAwAABiHAUWI4HBmNiqKQCMGInqLQcZR5SkdQkcWS3Rw71mPWEgQAIfkEBQEAIwAsBwAPABQAAgAABhVAi2goEhI3F9GGOLSEmB3oMMMsBgEAIfkEBQEAIwAsCAANABMAAgAABhdAi1C4EU0kFpFSNLRMQkvQUtRhFqeWIAAh+QQFAQAjACwJAAsAEgADAAAGHMBQYrgQiT4Kh1E0HEIuS4uoE5our9JlZ5q9RoMAIfkEBQEAIwAsCgAKABEAAgAABhTAjWhI7IQuRKIFNBSKPh1kcmgJAgAh+QQFAQAjACwEAAgAFwACAAAGFkDKZEQkWo7F5Oh4HCpHG5FIGZVaLUEAIfkEBQEAIwAsAAAGABwAAwAABiXAUSShUCSOCcdodFw6ncgEI7K0iK5Xi/P6fGJF2m7YK+pusdogACH5BAUBACMALAAABQAfAAIAAAYgwBHIMhphREjRZSQCFZ/PSzIZWlpEnc5UmoRCpxliMQgAIfkEBQEAIwAsAAADACEAAgAABiFAkWVomXiIQ4loyWyKNhXksLIMiUJHZscidDY3VudFFAQAIfkEBQEAIwAsAAABACIAAwAABi7A0YiReAgXCYdwyWwKHcplBDLKiK6XEegqsji/o+sGM7qEhNxuOJ0FL0Np7CgIADs=) !important; }
        /* line 1766, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
        .detail .carousel-wrap [class*="col-"] figure picture img {
          width: 100%;
          height: auto; }

/****** ESTILOS TEMPORALES CAROUSEL **********/
/* SPINNER */
/* line 1785, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.spinner_wrap {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 6px;
  background: #eee;
  top: 50%;
  left: 50%;
  transform: translate(-35px, -35px);
  position: absolute;
  text-align: center; }
  /* line 1797, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .spinner_wrap img {
    max-width: 50px; }

/* LIGATUS */
/* line 1803, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
#lavozdegalicia_smartbox_article,
#lig_lavozdeasturias_article_smartbox {
  padding-left: 15px !important; }
  /* line 1807, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  #lavozdegalicia_smartbox_article:before,
  #lig_lavozdeasturias_article_smartbox:before {
    content: "Publicidad";
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    margin-bottom: 10px;
    display: block; }

/* CAROUSEL */
/* line 1819, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
body.carousel {
  overflow: hidden;
  height: 100%;
  -webkit-overflow-scrolling: touch !important;
  background: transparent !important; }
  /* line 1825, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  body.carousel main {
    width: 990px;
    margin-right: auto;
    margin-left: auto; }
  /* line 1831, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  body.carousel [class^="article"] {
    display: none;
    height: 100%;
    background: #fff;
    position: fixed;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-transition: translate3d(0, 0, 0); }
    /* line 1840, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    body.carousel [class^="article"] img.spinner {
      display: block;
      margin: 50px auto; }
    /* line 1845, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    body.carousel [class^="article"].moving {
      display: block;
      position: fixed;
      overflow-x: hidden;
      overflow-y: hidden; }
      /* line 1851, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      body.carousel [class^="article"].moving .adblock {
        visibility: hidden; }
      /* line 1855, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      body.carousel [class^="article"].moving .related {
        visibility: hidden; }
    /* line 1860, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    body.carousel [class^="article"].active {
      -webkit-overflow-scrolling: touch !important;
      display: block;
      overflow-x: hidden;
      overflow-y: scroll; }

/* line 1869, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.btnnav a {
  background: #f4f4f4;
  color: #e5e5e5;
  border: none;
  cursor: default;
  text-decoration: none;
  position: fixed;
  z-index: 100;
  padding: 10px !important;
  height: 70px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  min-height: 1%;
  overflow: hidden; }
  /* line 1889, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .btnnav a.preloading {
    opacity: 0.6;
    cursor: default; }
  /* line 1894, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .btnnav a span.mini {
    display: none;
    min-height: 1%;
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    /* For Safari 3.1 to 6.0 */
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in; }
    /* line 1904, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .btnnav a span.mini img {
      max-width: 50px;
      float: left; }
    /* line 1909, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .btnnav a span.mini h4 {
      font-size: 1em;
      font-weight: 300;
      margin: 0;
      padding: 0;
      float: right; }
  /* line 1918, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .btnnav a span.icon {
    font-family: 'WebFontsLVG' !important;
    font-style: normal;
    font-size: 24px;
    display: block;
    width: 40px;
    float: left; }
  /* line 1927, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .btnnav a.active {
    background: #e5e5e5;
    color: #666;
    cursor: pointer; }
    /* line 1933, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .btnnav a.active:hover span.mini {
      display: block;
      width: 150px; }

/* line 1941, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.btnnav {
  display: none; }
  /* line 1944, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .btnnav .btnleft a {
    display: none !important;
    left: -10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
    /* line 1950, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .btnnav .btnleft a .mini {
      float: right; }
    /* line 1954, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .btnnav .btnleft a.active {
      left: -5px; }
    /* line 1958, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .btnnav .btnleft a.active:hover {
      left: 0; }
  /* line 1963, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .btnnav .btnright a {
    right: -10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
    /* line 1968, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .btnnav .btnright a .mini {
      float: left; }
    /* line 1972, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .btnnav .btnright a.active {
      right: -5px; }
    /* line 1976, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .btnnav .btnright a.active:hover {
      right: 0; }

@media (max-width: 1019px) {
  /* line 1984, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  body.carousel main {
    kk: 'sm';
    width: 738px; } }

@media (max-width: 767px) {
  /* line 1992, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .btnnav {
    display: none !important; }
  /* line 1997, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  body.carousel main {
    kk: 'xs';
    width: 100%;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px; }
  /* line 2006, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  body.carousel [class^="article"].moving .adblock {
    visibility: hidden; }
  /* line 2010, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  body.carousel [class^="article"].moving .related {
    visibility: hidden; } }

/* Newsletter BOX */
/* line 2021, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
#newsletter_box {
  margin-top: 20px; }
  /* line 2024, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  #newsletter_box > div {
    padding: 20px 10px 20px 10px;
    border: 1px solid #ebebeb;
    text-align: center; }
    /* line 2029, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    #newsletter_box > div img {
      margin: auto;
      display: block; }
    /* line 2034, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    #newsletter_box > div p {
      font: normal .8em "Roboto";
      color: #666;
      display: block;
      margin: 10px 0 15px 0; }
    /* line 2042, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    #newsletter_box > div table .title {
      font: bold 20px Arial;
      color: #111;
      display: block;
      text-align: left; }
    /* line 2049, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    #newsletter_box > div table .subtitle {
      font: 12px Arial;
      color: #666;
      display: block;
      margin-bottom: 0;
      text-align: left; }

/* caja - Cartas al director */
/* line 2062, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.cajagris_cartas-director {
  border: 1px solid #EBEBEB;
  background-color: #F4F4F4;
  border-radius: 8px; }

@media (min-width: 1020px) {
  /* line 2070, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .cajagris_cartas-director {
    margin-left: 30px !important;
    padding-left: 15px !important; } }

@media screen and (min-width: 320px) {
  /* line 2077, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .cajagris_cartas-director {
    margin-left: 15px !important;
    margin-right: 15px !important; } }

/* line 2083, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.cabecera_cartas-director {
  padding: 0px !important; }

/* line 2087, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.borde_cartas-director {
  position: relative;
  width: 34%;
  left: 47%;
  transform: translateX(-50%);
  height: 4px !important;
  padding: 0px !important;
  margin: 0px !important;
  border-top: 4px solid #E22647; }

/* line 2098, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.texto_cartas-director {
  display: inline-block;
  font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
  color: #E22647;
  font-size: 18px;
  text-align: center;
  padding: 5px 0 10px 0 !important;
  border-top: 4px solid #E22647; }

/* line 2108, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.centrado_texto_cartas-director {
  text-align: center; }

/* line 2112, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.contenedor_separador_cartas-director {
  width: 100%;
  left: 60%; }

/* line 2117, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.separador_gris_cartas-director {
  position: relative;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  height: 4px !important;
  padding: 0 !important;
  margin: 0px !important;
  border-top: 1px solid #dedeDe;
  border-bottom: 1px solid #dedede; }

/* line 2129, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.caja_textos-cartas {
  font-weight: 300;
  font-size: 18px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  line-height: 1.2; }

/* line 2138, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.cajas_cartas-director {
  display: flex; }

/* line 2142, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.borde_vertical_cartas-director {
  border-right: 1px dotted #CCCCCC; }

@media screen and (min-width: 320px) and (max-width: 768px) {
  /* line 2147, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .borde_vertical_cartas-director {
    border-right: none; }
  /* line 2151, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .espacio_vertical_cartas-director {
    margin-top: 25px !important; }
  /* line 2155, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .separador_gris_cartas-director {
    width: 100%; } }

/* line 2160, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.icono_cartas-director {
  background: url("../images/cartas-director/icono_cartas-director.png") no-repeat left top;
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: middle; }

/* line 2168, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.icono_email_cartas-director {
  background: url("../images/cartas-director/icono_email.png") no-repeat left top;
  width: 47px;
  height: 47px; }

/* line 2174, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.texto_email_cartas-director {
  padding-left: 10px; }

/* line 2178, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.texto_postal_cartas-director {
  padding-left: 10px; }

/* line 2182, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.icono_postal_cartas-director {
  background: url("../images/cartas-director/icono_postal.png") no-repeat left top;
  width: 47px;
  height: 47px; }

/* line 2188, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
a.boton_carta-director:link,
a.boton_carta-director:visited {
  background-image: linear-gradient(#76AFCA, #5488A9);
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-shadow: 0px 3px 0px #367aa5;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none; }

/* line 2200, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
a.boton_carta-director:hover,
a.boton_carta-director:active {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none; }

/*  //  */
/* Suscriptores detalle a todo el ancho */
@media (min-width: 1020px) {
  /* line 2211, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .subscribers.detail main .text {
    max-width: 750px;
    margin: auto; }
  /* line 2216, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .subscribers.detail main .text > * {
    width: 100% !important;
    padding-right: 13.11% !important;
    padding-left: 13.11% !important; }
  /* line 2222, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .subscribers.detail main .text > p {
    line-height: 1.7 !important;
    margin-bottom: 30px !important; }
  /* line 2227, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .subscribers.detail main .text > #social-share {
    width: 11.1% !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }
  /* line 2233, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .subscribers.detail main .text > .media {
    padding-left: 5% !important; } }

@media (min-width: 1020px) {
  /* line 2239, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .ob-smartfeed-wrapper {
    padding-left: 15px !important; } }

/* Disfruta del rural */
/* line 2250, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.nav_article.detalle_cliche_disfrutadelrural h3[itemprop="articleSection"] {
  margin: auto !important;
  width: 100%;
  text-align: center; }
  /* line 2255, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .nav_article.detalle_cliche_disfrutadelrural h3[itemprop="articleSection"] a {
    background: url(/assets/themes/lvdg2017/images/detalle-disfrutadelrural.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-indent: -999999px !important;
    height: 73px;
    width: 100%;
    display: block;
    color: transparent !important;
    margin: 10px 0 !important; }
    @media (max-width: 767px) {
      /* line 2255, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .nav_article.detalle_cliche_disfrutadelrural h3[itemprop="articleSection"] a {
        background-size: cover !important;
        height: 50px !important;
        margin: 0 0 5px 0 !important; } }

/* line 2278, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.nav_article.detalle_cliche_mundoqueviene {
  margin-top: 15px !important;
  /* background-color: #AAC1C2; */
  background: url(/assets/themes/lvdg2017/images/fondo_cliche_mundoqueviene.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover; }
  /* line 2289, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .nav_article.detalle_cliche_mundoqueviene h3[itemprop="articleSection"] {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 52px !important;
    height: 52px !important;
    background: url(/assets/themes/lvdg2017/images/cliche_mundoqueviene_noticia.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 185px !important; }
    /* line 2304, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .nav_article.detalle_cliche_mundoqueviene h3[itemprop="articleSection"] a {
      visibility: hidden !important;
      min-width: 300px;
      display: block; }
    @media (max-width: 1019px) {
      /* line 2289, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .nav_article.detalle_cliche_mundoqueviene h3[itemprop="articleSection"] {
        text-align: left !important;
        font-size: 23px !important;
        line-height: 52px !important;
        margin-bottom: 0px !important;
        width: 185px !important; } }
    /* line 2319, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .nav_article.detalle_cliche_mundoqueviene h3[itemprop="articleSection"] + span {
      background: url(/assets/themes/lvdg2017/images/cliche_ExclusivoSuscriptores_espCovid.png) center center no-repeat !important;
      background-size: 115px 16px !important;
      width: 115px !important; }

/* line 2329, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.nav_article.detalle_cliche_aniversariopandemia {
  margin-top: 15px !important;
  /* background-color: #AAC1C2; */
  background: url(/assets/themes/lvdg2017/images/fondo_cliche_mundoqueviene.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover; }
  /* line 2340, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .nav_article.detalle_cliche_aniversariopandemia h3[itemprop="articleSection"] {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 52px !important;
    height: 52px !important;
    background: url(/assets/themes/lvdg2017/images/cliche_aniversariopandemia_noticia.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 185px !important; }
    /* line 2355, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .nav_article.detalle_cliche_aniversariopandemia h3[itemprop="articleSection"] a {
      visibility: hidden !important;
      min-width: 300px;
      display: block; }
    @media (max-width: 1019px) {
      /* line 2340, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .nav_article.detalle_cliche_aniversariopandemia h3[itemprop="articleSection"] {
        text-align: left !important;
        font-size: 23px !important;
        line-height: 52px !important;
        margin-bottom: 0px !important;
        width: 185px !important; } }
    /* line 2370, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .nav_article.detalle_cliche_aniversariopandemia h3[itemprop="articleSection"] + span {
      background: url(/assets/themes/lvdg2017/images/cliche_ExclusivoSuscriptores_espCovid.png) center center no-repeat !important;
      background-size: 115px 16px !important;
      width: 115px !important; }

/* line 2380, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.nav_article.detalle_cliche_eurocopa2021 {
  margin-top: 15px !important;
  background-color: #ffffff;
  background: url(/assets/themes/lvdg2017/images/fondo_cliche_eurocopa.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover; }
  /* line 2391, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .nav_article.detalle_cliche_eurocopa2021 h3[itemprop="articleSection"] {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 52px !important;
    height: 52px !important;
    background: url(/assets/themes/lvdg2017/images/cliche_eurocopa_noticia.png);
    background-repeat: no-repeat;
    background-size: 92%;
    background-position: center;
    width: 302px !important; }
    /* line 2406, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .nav_article.detalle_cliche_eurocopa2021 h3[itemprop="articleSection"] a {
      visibility: hidden !important;
      min-width: 300px;
      display: block; }
    @media (max-width: 1019px) {
      /* line 2391, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
      .nav_article.detalle_cliche_eurocopa2021 h3[itemprop="articleSection"] {
        background: url(/assets/themes/lvdg2017/images/cliche_eurocopa_noticia-mobile.png) left center;
        background-repeat: no-repeat;
        text-align: left !important;
        font-size: 23px !important;
        line-height: 52px !important;
        margin-bottom: 0px !important;
        width: 185px !important; } }
    /* line 2423, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .nav_article.detalle_cliche_eurocopa2021 h3[itemprop="articleSection"] + span {
      background: url(/assets/themes/lvdg2017/images/cliche_ExclusivoSuscriptores_espPG.png) center center no-repeat !important;
      background-size: 115px 16px !important;
      width: 115px !important; }

/* line 2434, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.nav_article.detalle_cliche_coronavirus h3[itemprop="articleSection"] {
  display: block;
  margin: 0;
  padding: 0;
  background: url(/assets/themes/lvdg2017/images/cliche_coronavirus_noticia.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 50px;
  font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 37px;
  color: #E42644;
  text-transform: uppercase;
  text-align: left;
  width: 180px !important; }
  /* line 2455, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .nav_article.detalle_cliche_coronavirus h3[itemprop="articleSection"] a {
    visibility: hidden !important;
    min-width: 300px;
    display: block; }
  @media (max-width: 1019px) {
    /* line 2434, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .nav_article.detalle_cliche_coronavirus h3[itemprop="articleSection"] {
      text-align: left !important;
      font-size: 16px !important;
      line-height: 37px !important;
      margin-bottom: 0px !important;
      width: 178px !important; } }

/* line 2474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
body.detail .nav_article.detalle_cliche_aprendepac .row h3[itemprop="articleSection"] {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff url(/assets/themes/lvdg2017/images/detalle_cliche_aprendePac.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-left: 50px !important;
  font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif !important;
  font-weight: bold !important;
  font-size: 18px !important;
  line-height: 37px !important;
  height: 37px !important;
  color: #E42644 !important;
  text-transform: uppercase !important;
  text-align: left !important;
  width: 220px !important; }
  /* line 2495, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  body.detail .nav_article.detalle_cliche_aprendepac .row h3[itemprop="articleSection"] a {
    visibility: hidden !important;
    min-width: 300px !important;
    display: block !important; }
  @media (max-width: 1019px) {
    /* line 2474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    body.detail .nav_article.detalle_cliche_aprendepac .row h3[itemprop="articleSection"] {
      text-align: left !important;
      font-size: 16px !important;
      line-height: 37px !important;
      margin-bottom: 0px !important;
      width: 220px !important; } }

/* line 2513, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.nav_article.detalle_cliche_elecciones h3[itemprop="articleSection"] {
  display: block;
  margin: 0;
  padding: 0;
  background: url(/assets/themes/lvdg2017/images/cliche_elecciones_12J.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 50px;
  font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 37px;
  color: #E42644;
  text-transform: uppercase;
  text-align: left;
  width: 340px !important; }
  /* line 2534, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .nav_article.detalle_cliche_elecciones h3[itemprop="articleSection"] a {
    visibility: hidden !important;
    min-width: 300px;
    display: block; }
  @media (max-width: 1019px) {
    /* line 2513, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .nav_article.detalle_cliche_elecciones h3[itemprop="articleSection"] {
      text-align: left !important;
      font-size: 16px !important;
      line-height: 37px !important;
      margin-bottom: 0px !important;
      width: 178px !important; } }

/* line 2552, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.nav_article.detalle_cliche_buenasnoticiasepidemia h3[itemprop="articleSection"] {
  display: block;
  margin: 0;
  padding: 0;
  background: url(/assets/themes/lvdg2017/images/cliche_buenas-coronavirus_noticia.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 50px;
  font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 37px;
  color: #E42644;
  text-transform: uppercase;
  text-align: left;
  width: 195px !important; }
  /* line 2572, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .nav_article.detalle_cliche_buenasnoticiasepidemia h3[itemprop="articleSection"] a {
    visibility: hidden !important;
    min-width: 300px;
    display: block; }
  @media (max-width: 1019px) {
    /* line 2552, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .nav_article.detalle_cliche_buenasnoticiasepidemia h3[itemprop="articleSection"] {
      text-align: left !important;
      font-size: 16px !important;
      line-height: 37px !important;
      margin-bottom: 0px !important;
      width: 195px !important; } }

/* line 2591, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.nav_article.detalle_cliche_cartasaldirector h3[itemprop="articleSection"] {
  display: block;
  margin: 0;
  padding: 0;
  background: url(/assets/themes/lvdg2017/images/cliche_detalle_cartasaldirector.png);
  background-repeat: no-repeat;
  padding-left: 50px;
  font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 37px;
  color: #E42644;
  text-transform: uppercase;
  text-align: left;
  width: 180px !important; }
  /* line 2611, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
  .nav_article.detalle_cliche_cartasaldirector h3[itemprop="articleSection"] a {
    visibility: hidden !important;
    min-width: 300px;
    display: block; }
  @media (max-width: 1019px) {
    /* line 2591, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
    .nav_article.detalle_cliche_cartasaldirector h3[itemprop="articleSection"] {
      text-align: left !important;
      font-size: 16px !important;
      line-height: 37px !important;
      margin-bottom: 0px !important;
      width: 195px !important; } }

/* line 2628, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.nav_article.detalle_cliche_cartasaldirector + .content_wrap .author {
  display: none !important; }

/* line 2632, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/main_detail.scss */
.nav_article.detalle_cliche_cartasaldirector + .content_wrap .data br {
  display: none !important; }

/* MAIN PAGE (DETAIL) */
/* LAYOUT DETAIL COMPONENTS  */
/* line 1, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
#boton_suscripcion {
  display: none !important; }

/* Header to move */
/* line 4, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
.header {
  text-align: center;
  width: 100%; }

/* line 9, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
.navbar-toggle {
  border: none !important; }

/* Header container */
/* line 12, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
#header {
  /****************************/
  /*********** MINI ***********/
  /****************************/
  /* MENU BTN */
  /****************************/
  /****** FIXED HEADER ********/
  /****************************/ }
  /* line 16, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header header {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 4px;
    text-align: center;
    width: 100%;
    height: 50px;
    background: #fff;
    color: #444; }
    /* line 25, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header header .btn {
      border: none;
      background-color: transparent !important; }
      /* line 28, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header header .btn .icon-bar {
        background-color: #444; }
      /* line 30, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header header .btn.btn-menu-user {
        color: black;
        position: relative; }
        /* line 33, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        #header header .btn.btn-menu-user .glyphicon {
          font-size: 20px;
          color: black; }
        /* line 37, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        #header header .btn.btn-menu-user .notif-num {
          position: absolute;
          background: #e42644;
          font-size: 12px;
          color: white;
          top: 0;
          right: 0;
          padding: 2px 3px;
          line-height: 100%;
          border-top-right-radius: 25%;
          border-top-left-radius: 25%;
          border-bottom-right-radius: 25%;
          border-bottom-left-radius: 25%;
          border-bottom-left-radius: 25%;
          border-top-left-radius: 25%;
          border-bottom-right-radius: 25%;
          border-top-right-radius: 25%; }
    /* line 51, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header header .brand-logo {
      margin: 0;
      padding: 0;
      display: inline-block;
      width: 100%;
      max-width: 200px;
      height: 100%;
      text-align: center;
      height: 30px; }
      /* line 61, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header header .brand-logo img {
        padding: 0;
        margin: 0;
        /* width: auto; */
        width: 100%;
        height: auto;
        position: relative;
        background: rgba(255, 255, 255, 0.001);
        image-rendering: -moz-crisp-edges;
        /* Firefox */
        image-rendering: -o-crisp-edges;
        /* Opera */
        image-rendering: -webkit-optimize-contrast;
        /* Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
        /* IE (non-standard property) */ }
      /* line 77, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header header .brand-logo span {
        width: 0;
        height: 0; }
  /* line 89, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header.mini {
    margin-bottom: 0 !important;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(44, 42, 42, 0.08); }
    /* line 98, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header.mini header {
      height: 50px !important;
      line-height: 55px; }
      /* line 102, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header.mini header > .container {
        background: none !important; }
      /* line 104, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header.mini header #btn_menu_site {
        height: 55px !important; }
      /* line 105, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header.mini header .brand-logo {
        margin: 0 !important;
        padding: 0 !important;
        float: left;
        width: auto !important;
        line-height: 50px; }
        /* line 111, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        #header.mini header .brand-logo img {
          width: auto !important;
          max-height: 25px !important; }
    /* line 118, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header.mini h2 {
      margin: 0;
      line-height: 55px;
      font-size: 1.3em;
      font-weight: bolder;
      text-transform: uppercase;
      font-family: "webicons" !important; }
      /* line 125, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header.mini h2 img {
        margin: -8px 0 0 -5px;
        max-height: 25px; }
    /* line 131, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header.mini .btn_sso {
      line-height: 55px;
      text-align: right;
      font-size: 20px; }
      /* line 135, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header.mini .btn_sso a {
        color: #444; }
        /* line 137, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        #header.mini .btn_sso a:hover, #header.mini .btn_sso a:focus {
          text-decoration: none; }
    /* line 142, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header.mini #loginsso_bar .btn {
      font-size: 15px !important; }
  /* line 150, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header .btn-menu {
    padding: 9px 10px !important;
    margin: 0; }
    /* line 153, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header .btn-menu .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-top-right-radius: 1px;
      border-top-left-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px;
      border-bottom-left-radius: 1px;
      border-top-left-radius: 1px;
      border-bottom-right-radius: 1px;
      border-top-right-radius: 1px;
      background-color: #444; }
    /* line 162, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header .btn-menu .icon-bar + .icon-bar {
      margin-top: 4px; }
  /* line 170, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header .fixed {
    top: 0;
    left: 0;
    z-index: 1000;
    position: fixed;
    background: white;
    animation-name: animMenu;
    animation-duration: .75s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    visibility: visible !important; }
    /* line 181, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header .fixed header {
      position: relative; }

/* HOME NUEVO */
/* line 195, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
.home header#header, .home_opi header#header {
  background: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  /*
		.hemeroteca {
            img { max-height: 60px; }
		}
		*/
  /* MAIN NAVIGATION MENÚ */
  /* EDITIONS NAVIGATION MENÚ */ }
  /* line 202, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header a, .home_opi header#header a {
    color: #444; }
    /* line 204, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header#header a:hover, .home_opi header#header a:hover {
      text-decoration: none; }
  /* line 207, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header #loginsso_bar, .home_opi header#header #loginsso_bar {
    text-align: right; }
  /* line 209, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header .head, .home_opi header#header .head {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    padding: 10px 0; }
    /* line 223, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header#header .head:before, .home_opi header#header .head:before {
      display: block !important;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      height: 1px;
      content: " ";
      width: auto;
      border-top: 1px dotted #e2e2e2; }
  /* line 237, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header .brand-logo, .home_opi header#header .brand-logo {
    text-align: center;
    padding: 5px; }
    /* line 241, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header#header .brand-logo img, .home_opi header#header .brand-logo img {
      max-width: 100%;
      max-height: 60px; }
    /* line 246, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header#header .brand-logo ul, .home_opi header#header .brand-logo ul {
      margin: auto;
      padding: 0; }
      /* line 251, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .home header#header .brand-logo ul li, .home_opi header#header .brand-logo ul li {
        font-size: 0.7em;
        color: #444;
        font-weight: 300;
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block; }
        /* line 261, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header .brand-logo ul li.location, .home_opi header#header .brand-logo ul li.location {
          text-transform: uppercase;
          min-height: 1%;
          overflow: hidden;
          height: 15px;
          line-height: 23px; }
          /* line 269, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
          .home header#header .brand-logo ul li.location .carousel-inner, .home_opi header#header .brand-logo ul li.location .carousel-inner {
            margin-bottom: -5px; }
            /* line 273, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
            .home header#header .brand-logo ul li.location .carousel-inner .item, .home_opi header#header .brand-logo ul li.location .carousel-inner .item {
              transition-property: opacity; }
            /* line 275, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
            .home header#header .brand-logo ul li.location .carousel-inner .item,
            .home header#header .brand-logo ul li.location .carousel-inner .active.left,
            .home header#header .brand-logo ul li.location .carousel-inner .active.right, .home_opi header#header .brand-logo ul li.location .carousel-inner .item,
            .home_opi header#header .brand-logo ul li.location .carousel-inner .active.left,
            .home_opi header#header .brand-logo ul li.location .carousel-inner .active.right {
              opacity: 0; }
            /* line 279, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
            .home header#header .brand-logo ul li.location .carousel-inner .active,
            .home header#header .brand-logo ul li.location .carousel-inner .next.left,
            .home header#header .brand-logo ul li.location .carousel-inner .prev.right, .home_opi header#header .brand-logo ul li.location .carousel-inner .active,
            .home_opi header#header .brand-logo ul li.location .carousel-inner .next.left,
            .home_opi header#header .brand-logo ul li.location .carousel-inner .prev.right {
              opacity: 1; }
            /* line 283, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
            .home header#header .brand-logo ul li.location .carousel-inner .next,
            .home header#header .brand-logo ul li.location .carousel-inner .prev,
            .home header#header .brand-logo ul li.location .carousel-inner .active.left,
            .home header#header .brand-logo ul li.location .carousel-inner .active.right, .home_opi header#header .brand-logo ul li.location .carousel-inner .next,
            .home_opi header#header .brand-logo ul li.location .carousel-inner .prev,
            .home_opi header#header .brand-logo ul li.location .carousel-inner .active.left,
            .home_opi header#header .brand-logo ul li.location .carousel-inner .active.right {
              left: 0;
              transform: translate3d(0, 0, 0); }
        /* line 293, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header .brand-logo ul li a, .home_opi header#header .brand-logo ul li a {
          color: #222;
          font-weight: normal; }
        /* line 300, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header .brand-logo ul li .wi-icon img, .home_opi header#header .brand-logo ul li .wi-icon img {
          max-height: 18px; }
        /* line 307, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header .brand-logo ul li strong, .home_opi header#header .brand-logo ul li strong {
          color: #222;
          font-weight: normal; }
        /* line 313, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header .brand-logo ul li:last-child:after, .home_opi header#header .brand-logo ul li:last-child:after {
          display: none; }
  /* line 319, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header .visible-xs .icon-sso, .home_opi header#header .visible-xs .icon-sso {
    font-size: 18px; }
  /* line 321, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header .btn_sso, .home_opi header#header .btn_sso {
    text-align: right; }
    /* line 323, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header#header .btn_sso a, .home_opi header#header .btn_sso a {
      font-size: 1.2em;
      color: #444;
      display: block;
      flex: 1 100%; }
      /* line 328, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .home header#header .btn_sso a:hover, .home_opi header#header .btn_sso a:hover {
        text-decoration: none; }
  /* line 338, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header #menu_site, .home_opi header#header #menu_site {
    color: #454545;
    display: inline-block; }
    /* line 341, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header#header #menu_site span, .home_opi header#header #menu_site span {
      font-size: 1em;
      font-weight: bold;
      padding-left: 5px;
      text-transform: uppercase; }
  /* line 349, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header #menu_search, .home_opi header#header #menu_search {
    margin-top: -1px; }
  /* line 351, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header .btn-newsletter, .home header#header .btn-radiovoz, .home_opi header#header .btn-newsletter, .home_opi header#header .btn-radiovoz {
    color: #444;
    font-weight: bold;
    border-color: #ebebeb;
    text-align: center;
    margin: 0 0 0 7.5px !important;
    float: left; }
  /* line 361, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header .btn-radiovoz, .home_opi header#header .btn-radiovoz {
    padding-left: 25px;
    position: relative;
    line-height: 18px; }
    /* line 365, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header#header .btn-radiovoz span, .home_opi header#header .btn-radiovoz span {
      font-weight: normal; }
    /* line 366, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header#header .btn-radiovoz i, .home_opi header#header .btn-radiovoz i {
      font-size: 16px;
      color: #888;
      position: absolute;
      top: 5px;
      left: 7px; }
  /* line 375, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header .btn-aplicaciones, .home_opi header#header .btn-aplicaciones {
    margin-left: 7.5px; }
    /* line 377, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header#header .btn-aplicaciones .btn, .home_opi header#header .btn-aplicaciones .btn {
      color: #444;
      font-weight: bold;
      border-color: #ebebeb;
      text-align: center;
      font-size: 12px !important; }
    /* line 384, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header#header .btn-aplicaciones ul, .home_opi header#header .btn-aplicaciones ul {
      padding: 10px; }
      /* line 386, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .home header#header .btn-aplicaciones ul li, .home_opi header#header .btn-aplicaciones ul li {
        padding: 5px 0;
        margin-bottom: 5px;
        border-bottom: 1px dotted #ccc; }
        /* line 390, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header .btn-aplicaciones ul li strong, .home_opi header#header .btn-aplicaciones ul li strong {
          color: #e42644; }
        /* line 393, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header .btn-aplicaciones ul li a, .home_opi header#header .btn-aplicaciones ul li a {
          padding: 0;
          font-weight: 300;
          color: #999; }
          /* line 397, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
          .home header#header .btn-aplicaciones ul li a i, .home_opi header#header .btn-aplicaciones ul li a i {
            color: #858585;
            padding-right: 5px; }
        /* line 402, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header .btn-aplicaciones ul li:first-child, .home header#header .btn-aplicaciones ul li:last-child, .home_opi header#header .btn-aplicaciones ul li:first-child, .home_opi header#header .btn-aplicaciones ul li:last-child {
          margin-bottom: 0;
          border-bottom: none; }
  /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header .users, .home_opi header#header .users {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: right; }
    /* line 413, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header#header .users > a, .home header#header .users > button, .home header#header .users > div, .home_opi header#header .users > a, .home_opi header#header .users > button, .home_opi header#header .users > div {
      color: #444;
      font-weight: bold;
      border-color: #ebebeb;
      text-align: center;
      margin: 0 !important;
      text-decoration: none; }
      /* line 421, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .home header#header .users > a > span, .home header#header .users > button > span, .home header#header .users > div > span, .home_opi header#header .users > a > span, .home_opi header#header .users > button > span, .home_opi header#header .users > div > span {
        display: block;
        font-weight: 300;
        font-size: .9em;
        color: #656565;
        line-height: 1.6; }
      /* line 429, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .home header#header .users > a:hover, .home header#header .users > button:hover, .home header#header .users > div:hover, .home_opi header#header .users > a:hover, .home_opi header#header .users > button:hover, .home_opi header#header .users > div:hover {
        background: #e2e2e2; }
      /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .home header#header .users > a.btn-subscribe, .home header#header .users > button.btn-subscribe, .home header#header .users > div.btn-subscribe, .home_opi header#header .users > a.btn-subscribe, .home_opi header#header .users > button.btn-subscribe, .home_opi header#header .users > div.btn-subscribe {
        background: #e42644;
        color: white;
        font-weight: normal;
        margin-right: 7.5px !important;
        padding: 5px; }
      /* line 441, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .home header#header .users > a.btn-session, .home header#header .users > button.btn-session, .home header#header .users > div.btn-session, .home_opi header#header .users > a.btn-session, .home_opi header#header .users > button.btn-session, .home_opi header#header .users > div.btn-session {
        font-size: 12px;
        background: none;
        color: #444;
        font-weight: normal;
        appearance: none;
        box-shadow: none;
        border-radius: 0;
        border: none; }
        /* line 450, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header .users > a.btn-session i, .home header#header .users > button.btn-session i, .home header#header .users > div.btn-session i, .home_opi header#header .users > a.btn-session i, .home_opi header#header .users > button.btn-session i, .home_opi header#header .users > div.btn-session i {
          font-size: 19px;
          top: 5px; }
      /* line 456, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .home header#header .users > a.btn-login, .home header#header .users > button.btn-login, .home header#header .users > div.btn-login, .home_opi header#header .users > a.btn-login, .home_opi header#header .users > button.btn-login, .home_opi header#header .users > div.btn-login {
        position: relative;
        padding-right: 32px; }
        /* line 459, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header .users > a.btn-login i, .home header#header .users > button.btn-login i, .home header#header .users > div.btn-login i, .home_opi header#header .users > a.btn-login i, .home_opi header#header .users > button.btn-login i, .home_opi header#header .users > div.btn-login i {
          display: inline-block;
          font-size: 22px;
          top: 0;
          right: 5px;
          position: absolute;
          color: #888; }
  /* line 475, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header nav, .home_opi header#header nav {
    margin: auto;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ebebeb;
    padding-top: 10px;
    margin-top: 0;
    border-radius: 0;
    background: none;
    min-height: auto !important;
    text-align: center;
    position: relative; }
    /* line 496, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header#header nav ul, .home_opi header#header nav ul {
      float: none; }
      /* line 499, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .home header#header nav ul li a, .home_opi header#header nav ul li a {
        font-weight: 700 !important;
        color: #444;
        /*font-family: $font-text-condensed;*/
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: normal;
        padding: 0 7px !important; }
        /* line 508, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header nav ul li a img, .home_opi header#header nav ul li a img {
          max-height: 14px; }
      /* line 511, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .home header#header nav ul#nav_sections, .home_opi header#header nav ul#nav_sections {
        margin: auto;
        display: inline-block; }
        /* line 516, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header nav ul#nav_sections li:first-child a, .home_opi header#header nav ul#nav_sections li:first-child a {
          padding-left: 0 !important; }
        /* line 519, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header nav ul#nav_sections li:last-child a, .home_opi header#header nav ul#nav_sections li:last-child a {
          padding-right: 0 !important; }
      /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .home header#header nav ul#nav_buttons, .home_opi header#header nav ul#nav_buttons {
        position: absolute;
        left: 0;
        top: 8px; }
    @media (max-width: 1019px) {
      /* line 531, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .home header#header nav#menu, .home_opi header#header nav#menu {
        display: table-cell;
        display: flex;
        flex-wrap: nowrap;
        flex: 1 1 100%;
        padding: 10px 0 !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
        /* line 542, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header nav#menu::-webkit-scrollbar, .home_opi header#header nav#menu::-webkit-scrollbar {
          display: none; }
        /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .home header#header nav#menu > ul, .home_opi header#header nav#menu > ul {
          display: flex !important;
          flex-wrap: nowrap;
          flex: 1;
          justify-content: space-between; }
          /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
          .home header#header nav#menu > ul li, .home_opi header#header nav#menu > ul li {
            flex: 0 0 auto; } }
  /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header#header .scroll_menu, .home_opi header#header .scroll_menu {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb; }
    @media (max-width: 767px) {
      /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .home header#header .scroll_menu, .home_opi header#header .scroll_menu {
        border-top: 1px solid #ebebeb; } }

/******************************/
/*********** SITES ***********/
/*****************************/
/* line 574, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
#header.sites {
  background: #fff;
  min-height: 1%;
  overflow: hidden; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header.sites header {
    margin-left: -15px;
    margin-right: -15px;
    width: auto !important;
    height: auto !important;
    min-height: 1%;
    overflow: hidden;
    background: #fff !important; }
    /* line 14, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
    #header.sites header:before, #header.sites header:after {
      content: " ";
      display: table; }
    /* line 19, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
    #header.sites header:after {
      clear: both; }
    /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header.sites header .logo {
      margin: 0 !important;
      padding: 0 !important;
      text-align: center; }
      /* line 592, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header.sites header .logo img {
        width: auto !important;
        max-height: 30px !important; }
    /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header.sites header a {
      color: #444 !important; }
      /* line 600, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header.sites header a:hover, #header.sites header a:focus {
        text-decoration: none; }
    /* line 603, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header.sites header .btn-menu {
      padding: 9px 0 !important;
      margin: 0; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header.sites header .btn-menu span {
        background: #444 !important; }
  /* line 612, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header.sites.no-header .logo {
    display: none; }
  /* line 613, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header.sites.no-header header {
    border-bottom: none !important;
    background: none !important;
    margin-top: 20px !important;
    padding: 0 30px !important; }
  /* line 619, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header.sites.no-header .header_sites {
    margin-top: -60px !important; }
  /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header.sites .header_sites {
    background: #eee;
    text-align: center;
    margin: 13.33333px 0 0 0 !important;
    padding: 20px 0; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header.sites .header_sites img {
      max-width: 100%; }
    /* line 628, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header.sites .header_sites h3 {
      font-size: 60px;
      font-weight: bolder;
      text-transform: uppercase;
      margin: 0;
      padding: 40px 0;
      color: #fff; }
    /* line 637, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header.sites .header_sites nav a {
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      font-size: 13px;
      color: #666;
      padding: 0 10px;
      text-transform: uppercase; }
      /* line 644, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header.sites .header_sites nav a:hover {
        opacity: .85;
        text-decoration: none; }

/* DETALLE V2 */
/* SSO */
@media (max-width: 767px) {
  /* line 664, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header #loginsso_barMobile #boton_registro {
    display: none; }
  /* line 665, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header #loginsso_barMobile .btn-login {
    position: relative;
    height: 30px;
    padding: 0 !important;
    border: none !important;
    font-size: 22px !important;
    color: #444 !important; }
    /* line 668, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header #loginsso_barMobile .btn-login > span {
      display: none; }
    /* line 673, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header #loginsso_barMobile .btn-login:hover {
      background: none !important; } }

/* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
.detail #loginsso_bar #boton_registro, #header.mini #loginsso_bar #boton_registro {
  display: none; }

/* line 683, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
.detail #loginsso_bar .btn-login, #header.mini #loginsso_bar .btn-login {
  position: relative;
  height: 30px;
  padding: 0 !important;
  border: none !important;
  font-size: 22px !important;
  color: #444 !important; }
  /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .detail #loginsso_bar .btn-login > span, #header.mini #loginsso_bar .btn-login > span {
    display: none; }
  /* line 691, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .detail #loginsso_bar .btn-login:hover, #header.mini #loginsso_bar .btn-login:hover {
    background: none !important; }

/* **** */
/* line 700, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
#header_detail {
  z-index: 9999 !important;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px; }
  @media (max-width: 1019px) {
    /* line 700, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header_detail {
      margin-bottom: 10px; } }
  /* line 710, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header_detail header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    z-index: 9999;
    flex: 1 100%;
    height: 55px; }
    /* line 728, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header_detail header > div[class*="col"] {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      box-sizing: border-box; }
    /* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header_detail header #btn_menu_site {
      border: none !important;
      padding: 0 !important;
      border-radius: 0 !important; }
      /* line 740, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header_detail header #btn_menu_site:hover {
        background: none; }
    /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header_detail header .brand-logo {
      margin: 0 !important;
      padding: 0 !important;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex: 1 100%;
      align-items: center;
      justify-content: center; }
      /* line 751, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header_detail header .brand-logo a {
        display: block;
        height: 30px;
        width: 200px;
        background: url(/assets/themes/lvdg2017/images/logoSite/md/logo.png) center center no-repeat;
        background-size: contain; }
        @media (max-width: 767px) {
          /* line 751, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
          #header_detail header .brand-logo a {
            height: 25px !important; } }
        /* line 759, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        #header_detail header .brand-logo a img {
          display: none;
          width: auto !important;
          max-height: 26px !important; }
  /* line 767, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header_detail h2 {
    margin: 0;
    font-size: 1.3em;
    font-weight: bolder;
    text-transform: uppercase; }
    /* line 773, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header_detail h2 img {
      margin: -8px 0 0 -5px;
      max-height: 25px; }
  /* line 778, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header_detail .btn_sso {
    text-align: right;
    line-height: 15px;
    justify-content: flex-end; }
    /* line 783, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header_detail .btn_sso a {
      font-size: 22px;
      color: #444; }
      /* line 785, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header_detail .btn_sso a i {
        font-size: 22px !important; }
      /* line 787, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header_detail .btn_sso a:hover, #header_detail .btn_sso a:focus {
        text-decoration: none; }
  /* line 792, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header_detail + .adblock.megabanner + main {
    margin: 1px 0 0 0 !important; }
  /* line 794, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header_detail .fixed {
    width: 100%;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
    height: auto; }
    /* line 808, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header_detail .fixed .btn, #header_detail .fixed .btn_sso {
      margin: auto !important; }
      /* line 810, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header_detail .fixed .btn a, #header_detail .fixed .btn_sso a {
        color: #444 !important; }
    /* line 813, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header_detail .fixed > .row {
      flex: 1 100%;
      background: #fff;
      margin: 0 !important;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      /* line 818, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #header_detail .fixed > .row div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center !important;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch; }
        /* line 822, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        #header_detail .fixed > .row div > * {
          align-items: center; }
    /* line 826, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #header_detail .fixed .primary-head {
      z-index: 9;
      border-bottom: 1px solid #e2e2e2;
      height: 50px; }

/* line 837, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
.modal-open .icon_user {
  opacity: .1; }

/* MENU BTN */
/* line 843, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
.btn-menu {
  padding: 9px 10px !important;
  margin: 0; }
  /* line 846, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .btn-menu .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    color: black;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
    background-color: #444; }
  /* line 855, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .btn-menu .icon-bar + .icon-bar {
    margin-top: 4px; }

/* The animation code */
@keyframes animMenu {
  from {
    /* Animation */
    will-change: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px); }
  to {
    /* Animation */
    will-change: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }

@media (min-width: 768px) {
  /* line 871, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header .container-fluid, #header .collapse, #header .in, #header .collapsing {
    padding: 0 !important; }
  /* SSO Desktop */
  /* line 876, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .menu-loggin {
    min-width: 300px;
    padding: 20px !important; }
  /* line 880, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .navbar-right {
    margin-right: 0 !important; } }

/* Móvil */
@media (max-width: 767px) {
  /* line 887, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  body {
    padding: 10px 0; }
  /* line 889, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #menu, .head .hemeroteca, .location, .en_galego, .ed_impresa {
    display: none !important; }
  /* line 890, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .today:after {
    display: none !important; }
  /* line 892, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #header {
    position: relative; }
  /* line 896, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .brand-logo  {
    padding: 0 !important; }
  /* line 899, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .header-fixed, .fixed {
    padding: 0; }
    /* line 901, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .header-fixed .container, .fixed .container {
      padding: 0; }
  /* SSO Mobile */
  /* line 906, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  #loginsso_bar {
    /* logueado */ }
    /* line 908, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #loginsso_bar .navbar-nav {
      margin: 0 !important; }
    /* line 911, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    #loginsso_bar #iniciarSesion, #loginsso_bar #logged_user {
      position: inherit; }
      /* line 913, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #loginsso_bar #iniciarSesion > .btn, #loginsso_bar #logged_user > .btn {
        padding-top: 3px !important; }
        /* line 915, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        #loginsso_bar #iniciarSesion > .btn:before, #loginsso_bar #logged_user > .btn:before {
          font-size: 18px;
          content: "\f007";
          font-family: "FontAwesome";
          color: #444;
          padding: 0; }
        /* line 922, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        #loginsso_bar #iniciarSesion > .btn small, #loginsso_bar #iniciarSesion > .btn span, #loginsso_bar #iniciarSesion > .btn i, #loginsso_bar #logged_user > .btn small, #loginsso_bar #logged_user > .btn span, #loginsso_bar #logged_user > .btn i {
          display: none; }
      /* line 924, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      #loginsso_bar #iniciarSesion > .dropdown-menu, #loginsso_bar #logged_user > .dropdown-menu {
        position: absolute;
        left: -15px;
        right: -15px;
        padding: 15px 30px !important;
        background: #fff !important; } }

/* Tablet */
@media (min-width: 768px) and (max-width: 1019px) {
  /* line 939, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  body {
    padding: 10px 0; }
  /* line 940, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .location, .en_galego, .ed_impresa {
    display: none !important; }
  /*.today {&:after{ display: none !important;}}*/
  /* line 944, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .home header .brand-logo, .home_opi header .brand-logo {
    padding: 7.5px 0 0 0; }
    /* line 946, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header .brand-logo ul, .home_opi header .brand-logo ul {
      margin-top: -5px; }
    /* line 947, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .home header .brand-logo img, .home_opi header .brand-logo img {
      max-height: 48px; } }

/* Es noticia */
/* line 958, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
.esnoticia {
  background: #fff; }
  @media (max-width: 767px) {
    /* line 958, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .esnoticia {
      display: none !important; } }
  /* line 965, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
  .esnoticia .scroll_menu {
    margin-bottom: 10px;
    font-size: 11px !important;
    border: none !important;
    background: #f4f4f4 !important;
    padding: 7px !important; }
    @media (max-width: 767px) {
      /* line 965, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .esnoticia .scroll_menu {
        margin-bottom: 0 !important;
        display: none !important; } }
    /* line 975, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .esnoticia .scroll_menu .wrapper {
      padding: 0; }
    /* line 979, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .esnoticia .scroll_menu span {
      color: #999 !important; }
    /* line 982, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
    .esnoticia .scroll_menu a {
      color: #999 !important;
      text-transform: none !important; }
      /* line 985, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .esnoticia .scroll_menu a span {
        text-transform: none !important;
        font-weight: normal !important; }
      /* line 989, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
      .esnoticia .scroll_menu a:hover {
        border: none !important; }
        /* line 991, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_header.scss */
        .esnoticia .scroll_menu a:hover:before {
          display: none !important; }

/* Header */
@media (max-width: 767px) {
  /* line 8, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  .sites {
    margin-bottom: 20px !important; } }

/* Focus */
/* line 33, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.focus {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus .header_sites {
    background: #111 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.focus .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.focus .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.focus .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.focus .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.focus .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.focus .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.focus .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.focus .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.focus .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.focus .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus .section_cliche .cliche_name:before, body.focus .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #e4197c;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus article.item h2 {
    font-family: "Playfair Display", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus article.item .media + .antetitulo span {
    background: #e4197c;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus .tira {
    background: #111; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus .tira > .row div {
      border-color: black !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus .tira h3:before {
      background: #e4197c; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus .tira .social_link i {
      background: #e4197c;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.detail main .intro h1 {
    font-family: "Playfair Display", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #111 url("/assets/themes/lvdg2017/images/focus.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.focus.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.focus.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.no-header #header_detail {
    background: #111 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus.no-header #header_detail .fixed {
      background: #111 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.focus.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/focus.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Playfair Display", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.focus.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.focus.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.focus.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.focus.special .text > figure + h2 {
      margin-top: -10px !important; }

/* Tagma */
/* line 51, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.tagma {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma .menu_mobile a {
      color: #333 !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma .header_sites {
    background: #fff !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.tagma .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.tagma .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.tagma .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.tagma .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.tagma .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.tagma .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.tagma .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.tagma .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.tagma .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma .header_sites nav a {
      color: #333 !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #0d0d0d; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.tagma .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma #header.sites.no-header header a {
    color: #333 !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma #header.sites.no-header header .btn-menu span {
    background: #333 !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma .section_cliche .cliche_name:before, body.tagma .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #34dd63;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma article.item h2 {
    font-family: "Work Sans", sans-serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma article.item .media + .antetitulo span {
    background: #34dd63;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma .tira {
    background: #fff; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma .tira * {
      color: #333 !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma .tira > .row div {
      border-color: #d9d9d9 !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma .tira h3:before {
      background: #34dd63; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma .tira .social_link i {
      background: #34dd63;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.detail main .intro h1 {
    font-family: "Work Sans", sans-serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #fff url("/assets/themes/lvdg2017/images/logo_tagma.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.tagma.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.tagma.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.no-header #header_detail {
    background: #fff !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma.no-header #header_detail .fixed {
      background: #fff !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma.no-header #header_detail a {
      color: #333 !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.tagma.no-header #header_detail .btn-menu span {
        background: #333 !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo_tagma.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Work Sans", sans-serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.tagma.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.tagma.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.tagma.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.tagma.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 66, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.tagma .fecha {
    color: #666 !important; }
  /* line 70, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.tagma .tira {
    background: #34dd63 !important; }
    /* line 73, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.tagma .tira * {
      color: #fff !important; }
    /* line 77, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.tagma .tira .social_link i,
    body.tagma .tira h3:before {
      background: #1ca843 !important; }
  @media (max-width: 767px) {
    /* line 85, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.tagma #header.sites.no-header header {
      padding: 0 15px !important; }
    /* line 89, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.tagma .header_sites {
      padding-bottom: 0 !important; } }

/* Lostrego */
/* line 98, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.lostrego {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego .header_sites {
    background: #111 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.lostrego .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lostrego .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.lostrego .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.lostrego .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lostrego .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.lostrego .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.lostrego .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.lostrego .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.lostrego .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.lostrego .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego .section_cliche .cliche_name:before, body.lostrego .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #D32F2F;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego article.item h2 {
    font-family: "Lato", sans-serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego article.item .media + .antetitulo span {
    background: #D32F2F;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego .tira {
    background: #111; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego .tira > .row div {
      border-color: black !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego .tira h3:before {
      background: #D32F2F; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego .tira .social_link i {
      background: #D32F2F;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.detail main .intro h1 {
    font-family: "Lato", sans-serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #111 url("/assets/themes/lvdg2017/images/logo_lostrego.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lostrego.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lostrego.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.no-header #header_detail {
    background: #111 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego.no-header #header_detail .fixed {
      background: #111 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lostrego.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo_lostrego.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Lato", sans-serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lostrego.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lostrego.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lostrego.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lostrego.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 112, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.lostrego h2[itemprop="headline"] {
    font-weight: 900 !important; }
  /* line 116, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.lostrego.detail:not(.no-header) h3[itemprop="articleSection"] {
    padding: 10px 5px 10px 135px !important; }

/* Novo */
/* line 124, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.novo {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo .header_sites {
    background: #e42644 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.novo .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.novo .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.novo .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.novo .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.novo .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.novo .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.novo .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.novo .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.novo .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.novo .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo .section_cliche .cliche_name:before, body.novo .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #e42644;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo article.item h2 {
    font-family: "Playfair Display", sans-serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo article.item .media + .antetitulo span {
    background: #e42644;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo .tira {
    background: #e42644; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo .tira > .row div {
      border-color: #a9152c !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo .tira h3:before {
      background: #e42644; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo .tira .social_link i {
      background: #e42644;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.detail main .intro h1 {
    font-family: "Playfair Display", sans-serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #e42644 url("/assets/themes/lvdg2017/images/logo-novo.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.novo.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.novo.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.no-header #header_detail {
    background: #e42644 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo.no-header #header_detail .fixed {
      background: #e42644 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.novo.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo-novo.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Playfair Display", sans-serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.novo.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.novo.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.novo.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.novo.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 138, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.novo h2[itemprop="headline"] {
    font-weight: 900 !important; }

/* de compras */
/* line 146, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.decompras,
body.listisimas {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras .menu_mobile,
  body.listisimas .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras .menu_mobile a,
    body.listisimas .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras .menu_mobile .scroll_menu .wrapper,
    body.listisimas .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras .header_sites,
  body.listisimas .header_sites {
    background: #e42644 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras .header_sites > a,
    body.listisimas .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.decompras .header_sites > a,
        body.listisimas .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.decompras .header_sites > a img,
      body.listisimas .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.decompras .header_sites > a img,
          body.listisimas .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras .header_sites .tagline,
    body.listisimas .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.decompras .header_sites .tagline:before,
        body.listisimas .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras .header_sites .wrap-flex,
    body.listisimas .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.decompras .header_sites .wrap-flex > *,
      body.listisimas .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.decompras .header_sites .wrap-flex,
        body.listisimas .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.decompras .header_sites .wrap-flex > *,
          body.listisimas .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.decompras .header_sites .wrap-flex img,
          body.listisimas .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.decompras .header_sites .wrap-flex .ministerio-blanco img,
          body.listisimas .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras .header_sites nav a,
    body.listisimas .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras .header_sites .fecha,
    body.listisimas .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.decompras .header_sites .fecha,
        body.listisimas .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras #header.sites.no-header header a,
  body.listisimas #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras #header.sites.no-header header .btn-menu span,
  body.listisimas #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras .section_cliche .cliche_name,
  body.listisimas .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras .section_cliche .cliche_name:before, body.decompras .section_cliche .cliche_name:after,
    body.listisimas .section_cliche .cliche_name:before,
    body.listisimas .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #e42644;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras .section_cliche .cliche_name a,
    body.listisimas .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras article.item h2,
  body.listisimas article.item h2 {
    font-family: "Lato", sans-serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras article.item.showcase,
  body.listisimas article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras article.item .media + .antetitulo span,
  body.listisimas article.item .media + .antetitulo span {
    background: #e42644;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras article.item .media + .antetitulo span a,
    body.listisimas article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras .tira,
  body.listisimas .tira {
    background: #e42644; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras .tira *,
    body.listisimas .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras .tira > .row div,
    body.listisimas .tira > .row div {
      border-color: #a9152c !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras .tira h3:before,
    body.listisimas .tira h3:before {
      background: #e42644; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras .tira .social_link i,
    body.listisimas .tira .social_link i {
      background: #e42644;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.detail main .intro h1,
  body.listisimas.detail main .intro h1 {
    font-family: "Lato", sans-serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.detail main h3[itemprop="articleSection"],
  body.listisimas.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.detail:not(.no-header) h3[itemprop="articleSection"],
  body.listisimas.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #e42644 url("/assets/themes/lvdg2017/images/logo_listisimas.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras.detail:not(.no-header) h3[itemprop="articleSection"] a,
    body.listisimas.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.decompras.detail:not(.no-header) h3[itemprop="articleSection"] a:before,
      body.listisimas.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.decompras.detail:not(.no-header) h3[itemprop="articleSection"] a:hover,
      body.listisimas.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.no-header #header_detail,
  body.listisimas.no-header #header_detail {
    background: #e42644 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras.no-header #header_detail .fixed,
    body.listisimas.no-header #header_detail .fixed {
      background: #e42644 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras.no-header #header_detail a,
    body.listisimas.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras.no-header #header_detail .btn-menu,
    body.listisimas.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.decompras.no-header #header_detail .btn-menu span,
      body.listisimas.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras.no-header #header_detail .brand-logo a,
    body.listisimas.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo_listisimas.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.special:before,
  body.listisimas.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.special.no-header #header.sites header > div:first-child a,
  body.listisimas.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.special:before,
  body.listisimas.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.special #alert_cookie_msg,
  body.listisimas.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.special header,
  body.listisimas.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.special .hero-module .video-container .title-container,
  body.listisimas.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.special .hero-module .video-container .title-container .logo_site,
  body.listisimas.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras.special .hero-module .video-container .title-container .logo_site img,
    body.listisimas.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras.special .hero-module .video-container .title-container .logo_site:after,
    body.listisimas.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.special .hero-module .video-container .title-container .headline h1,
  body.listisimas.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Lato", sans-serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.decompras.special .hero-module .video-container .title-container .headline h1,
      body.listisimas.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.special .list-type,
  body.listisimas.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.decompras.special .text > figure,
  body.listisimas.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.decompras.special .text > figure,
      body.listisimas.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.decompras.special .text > figure + h2,
    body.listisimas.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 161, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.decompras h2[itemprop="headline"],
  body.listisimas h2[itemprop="headline"] {
    font-weight: 900 !important; }
  /* line 165, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.decompras .header_sites,
  body.listisimas .header_sites {
    background: url(/assets/themes/lvdg2017/images/bg_decompras.png) center center no-repeat !important;
    background-size: cover;
    position: relative; }
    @media (max-width: 4000px) and (min-width: 1020px) {
      /* line 170, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.decompras .header_sites:after,
      body.listisimas .header_sites:after {
        content: "";
        height: 160px;
        width: 210px;
        position: absolute;
        bottom: 0;
        right: 120px;
        background: url(/assets/themes/lvdg2017/images/siluetas.png) center bottom no-repeat; } }
    @media (max-width: 1019px) and (min-width: 768px) {
      /* line 170, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.decompras .header_sites:after,
      body.listisimas .header_sites:after {
        content: "";
        height: 160px;
        width: 200px;
        position: absolute;
        bottom: 0;
        right: 20px;
        background: url(/assets/themes/lvdg2017/images/siluetas.png) center bottom no-repeat; } }
    @media (max-width: 767px) and (min-width: 0) {
      /* line 170, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.decompras .header_sites:after,
      body.listisimas .header_sites:after {
        content: "";
        height: 100px;
        width: 120px;
        position: absolute;
        bottom: 0;
        right: 10px;
        background: url(/assets/themes/lvdg2017/images/siluetas.png) center bottom no-repeat;
        background-size: contain; } }
    @media (max-width: 767px) and (min-width: 0) {
      /* line 204, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.decompras .header_sites a,
      body.listisimas .header_sites a {
        padding-left: 23px;
        text-align: left; }
        /* line 208, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.decompras .header_sites a img,
        body.listisimas .header_sites a img {
          max-height: 42px !important; } }
  /* line 215, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.decompras .fecha,
  body.listisimas .fecha {
    display: none !important; }
  /* line 219, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.decompras .msgText,
  body.listisimas .msgText {
    background: #f4f4f4;
    padding: 10px;
    font-weight: 300;
    font-size: 13px;
    font-family: "Roboto Condensed", sans-serif;
    color: #656565;
    text-shadow: 0px 1px #fff; }
  /* line 229, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.decompras .menu_mobile,
  body.listisimas .menu_mobile {
    display: none !important; }
  /* line 235, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.decompras.home article.listisimas .antetitulo,
  body.listisimas.home article.listisimas .antetitulo {
    display: none !important; }
  /* line 241, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.decompras.detail:not(.no-header) h3[itemprop="articleSection"],
  body.listisimas.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important;
    padding: 0 !important;
    width: 100%;
    background-color: #e42644 !important; }
    /* line 20, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.decompras.detail:not(.no-header) h3[itemprop="articleSection"] a,
    body.listisimas.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #fff !important;
      background: #e42644 url("/assets/themes/lvdg2017/images/logo_listisimas.png") center center no-repeat !important;
      background-size: auto 70% !important;
      display: block !important;
      padding: 10px !important;
      text-indent: -9999px; }
    /* line 246, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.decompras.detail:not(.no-header) h3[itemprop="articleSection"] a,
    body.listisimas.detail:not(.no-header) h3[itemprop="articleSection"] a {
      background-color: transparent !important;
      background-size: auto 50% !important; }

/* debates */
/* line 256, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.debates {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates .header_sites {
    background: #e42644 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.debates .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.debates .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.debates .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.debates .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.debates .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.debates .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.debates .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.debates .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.debates .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.debates .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates .section_cliche .cliche_name:before, body.debates .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #e42644;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates article.item h2 {
    font-family: "Lato", sans-serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates article.item .media + .antetitulo span {
    background: #e42644;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates .tira {
    background: #e42644; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates .tira > .row div {
      border-color: #a9152c !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates .tira h3:before {
      background: #e42644; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates .tira .social_link i {
      background: #e42644;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.detail main .intro h1 {
    font-family: "Lato", sans-serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #e42644 url("/assets/themes/lvdg2017/images/cliche_debates.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.debates.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.debates.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.no-header #header_detail {
    background: #e42644 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates.no-header #header_detail .fixed {
      background: #e42644 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.debates.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/cliche_debates.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Lato", sans-serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.debates.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.debates.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.debates.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.debates.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 270, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.debates h2[itemprop="headline"] {
    font-weight: 900 !important; }
  /* line 274, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.debates.special .hero-module .video-container .title-container .headline h1 {
    font-size: 3.5em !important; }
    @media (max-width: 767px) {
      /* line 274, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.debates.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.1em !important; } }
  /* line 282, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.debates .fecha {
    display: none !important; }

/* El mundo que viene */
/* line 290, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.elmundoqueviene {
  /* $siteBgColor: #7bc950;	*/
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */
  /*
	article.adelanto [itemprop="headline"] a:after, article.cierre [itemprop="headline"] a:after {
	    display: none !important;
	}	
	*/ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene .menu_mobile a {
      color: #000 !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene .header_sites {
    background: #AAC1C2 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.elmundoqueviene .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.elmundoqueviene .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.elmundoqueviene .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.elmundoqueviene .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.elmundoqueviene .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.elmundoqueviene .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.elmundoqueviene .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.elmundoqueviene .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.elmundoqueviene .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene .header_sites nav a {
      color: #000 !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: black; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.elmundoqueviene .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene #header.sites.no-header header a {
    color: #000 !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene #header.sites.no-header header .btn-menu span {
    background: #000 !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene .section_cliche .cliche_name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene .section_cliche .cliche_name:before, body.elmundoqueviene .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #7bc950;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene article.item h2 {
    font-family: "Roboto Condensed", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene article.item .media + .antetitulo span {
    background: #7bc950;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene .tira {
    background: #AAC1C2; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene .tira * {
      color: #000 !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene .tira > .row div {
      border-color: #7da1a2 !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene .tira h3:before {
      background: #7bc950; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene .tira .social_link i {
      background: #7bc950;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.detail main .intro h1 {
    font-family: "Roboto Condensed", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.detail main h3[itemprop="articleSection"] {
    font-family: "Roboto Condensed", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #AAC1C2 url("/assets/themes/lvdg2017/images/logo_migraciones.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.elmundoqueviene.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.elmundoqueviene.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.no-header #header_detail {
    background: #AAC1C2 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene.no-header #header_detail .fixed {
      background: #AAC1C2 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene.no-header #header_detail a {
      color: #000 !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.elmundoqueviene.no-header #header_detail .btn-menu span {
        background: #000 !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo_migraciones.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Roboto Condensed", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.elmundoqueviene.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.elmundoqueviene.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.elmundoqueviene.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.elmundoqueviene.special .text > figure + h2 {
      margin-top: -10px !important; }
  @media (max-width: 767px) {
    /* line 311, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.elmundoqueviene #header {
      margin-bottom: 0px !important; } }
  /* line 319, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.elmundoqueviene #header.sites.no-header .logo {
    display: block !important; }
  /* line 323, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.elmundoqueviene #header.sites.no-header .header_sites {
    margin-top: 15px !important; }
  /* line 327, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.elmundoqueviene #header.sites.no-header header {
    padding: 0 5px !important; }
  /* line 336, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.elmundoqueviene .header_sites {
    background: url(/assets/themes/lvdg2017/images/fondo_cabecero_mundoqueviene.png) right center no-repeat !important;
    background-size: cover !important;
    margin-top: 0px !important; }
    /* line 341, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.elmundoqueviene .header_sites > a {
      padding: 0 !important; }
      /* line 346, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.elmundoqueviene .header_sites > a img {
        max-height: 152px !important; }
        @media (max-width: 767px) {
          /* line 346, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.elmundoqueviene .header_sites > a img {
            max-width: 300px !important; } }
    /* line 356, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.elmundoqueviene .header_sites .fecha {
      color: #fff !important;
      font-weight: 300 !important;
      display: none !important; }
      @media (max-width: 767px) {
        /* line 356, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.elmundoqueviene .header_sites .fecha {
          padding-bottom: 20px !important;
          margin: 20px 0 -20px 0 !important; } }
  /* line 370, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.elmundoqueviene .aside .section_cliche .cliche_name {
    font-size: 17px !important; }
  /* line 374, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.elmundoqueviene h2[itemprop="headline"] {
    font-weight: bold !important; }
  /* line 380, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.elmundoqueviene.home article.elmundoqueviene .antetitulo {
    display: none !important; }
  /* line 387, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.elmundoqueviene.home main > .section_cliche:first-of-type {
    display: none !important; }
  /* line 394, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.elmundoqueviene.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important; }

/* Aniversario pandemia */
/* line 405, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.aniversariopandemia {
  /* $siteBgColor: #7bc950;	*/
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */
  /*
	article.adelanto [itemprop="headline"] a:after, article.cierre [itemprop="headline"] a:after {
	    display: none !important;
	}	
	*/ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia .menu_mobile a {
      color: #000 !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia .header_sites {
    background: #AAC1C2 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.aniversariopandemia .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariopandemia .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.aniversariopandemia .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.aniversariopandemia .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariopandemia .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.aniversariopandemia .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.aniversariopandemia .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.aniversariopandemia .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.aniversariopandemia .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia .header_sites nav a {
      color: #000 !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: black; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.aniversariopandemia .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia #header.sites.no-header header a {
    color: #000 !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia #header.sites.no-header header .btn-menu span {
    background: #000 !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia .section_cliche .cliche_name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia .section_cliche .cliche_name:before, body.aniversariopandemia .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #7bc950;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia article.item h2 {
    font-family: "Roboto Condensed", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia article.item .media + .antetitulo span {
    background: #7bc950;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia .tira {
    background: #AAC1C2; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia .tira * {
      color: #000 !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia .tira > .row div {
      border-color: #7da1a2 !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia .tira h3:before {
      background: #7bc950; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia .tira .social_link i {
      background: #7bc950;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.detail main .intro h1 {
    font-family: "Roboto Condensed", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.detail main h3[itemprop="articleSection"] {
    font-family: "Roboto Condensed", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #AAC1C2 url("/assets/themes/lvdg2017/images/logo_aniversariopandemia.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariopandemia.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariopandemia.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.no-header #header_detail {
    background: #AAC1C2 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia.no-header #header_detail .fixed {
      background: #AAC1C2 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia.no-header #header_detail a {
      color: #000 !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariopandemia.no-header #header_detail .btn-menu span {
        background: #000 !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo_aniversariopandemia.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Roboto Condensed", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariopandemia.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariopandemia.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariopandemia.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariopandemia.special .text > figure + h2 {
      margin-top: -10px !important; }
  @media (max-width: 767px) {
    /* line 426, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.aniversariopandemia #header {
      margin-bottom: 0px !important; } }
  /* line 434, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariopandemia #header.sites.no-header .logo {
    display: block !important; }
  /* line 438, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariopandemia #header.sites.no-header .header_sites {
    margin-top: 15px !important; }
  /* line 442, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariopandemia #header.sites.no-header header {
    padding: 0 5px !important; }
  /* line 451, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariopandemia .header_sites {
    background: url(/assets/themes/lvdg2017/images/fondo_cabecero_mundoqueviene.png) right center no-repeat !important;
    background-size: cover !important;
    margin-top: 0px !important; }
    /* line 456, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.aniversariopandemia .header_sites > a {
      padding: 0 !important; }
      /* line 461, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.aniversariopandemia .header_sites > a img {
        max-height: 152px !important; }
        @media (max-width: 767px) {
          /* line 461, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.aniversariopandemia .header_sites > a img {
            max-width: 300px !important; } }
    /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.aniversariopandemia .header_sites .fecha {
      color: #fff !important;
      font-weight: 300 !important;
      display: none !important; }
      @media (max-width: 767px) {
        /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.aniversariopandemia .header_sites .fecha {
          padding-bottom: 20px !important;
          margin: 20px 0 -20px 0 !important; } }
  /* line 485, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariopandemia .aside .section_cliche .cliche_name {
    font-size: 17px !important; }
  /* line 489, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariopandemia h2[itemprop="headline"] {
    font-weight: bold !important; }
  /* line 495, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariopandemia.home article.elmundoqueviene .antetitulo {
    display: none !important; }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariopandemia.home main > .section_cliche:first-of-type {
    display: none !important; }
  /* line 509, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariopandemia.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important; }

/* El pueblo gallego */
/* line 520, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.pueblogallego {
  /* $siteBgColor: #7bc950;	*/
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */
  /*
	article.adelanto [itemprop="headline"] a:after, article.cierre [itemprop="headline"] a:after {
	    display: none !important;
	}	
	*/ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego .menu_mobile a {
      color: #000 !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego .header_sites {
    background: #AAC1C2 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.pueblogallego .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.pueblogallego .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.pueblogallego .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.pueblogallego .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.pueblogallego .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.pueblogallego .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.pueblogallego .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.pueblogallego .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.pueblogallego .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego .header_sites nav a {
      color: #000 !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: black; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.pueblogallego .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego #header.sites.no-header header a {
    color: #000 !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego #header.sites.no-header header .btn-menu span {
    background: #000 !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego .section_cliche .cliche_name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego .section_cliche .cliche_name:before, body.pueblogallego .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #ffffff;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego article.item h2 {
    font-family: "Roboto Condensed", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego article.item .media + .antetitulo span {
    background: #ffffff;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego .tira {
    background: #AAC1C2; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego .tira * {
      color: #000 !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego .tira > .row div {
      border-color: #7da1a2 !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego .tira h3:before {
      background: #ffffff; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego .tira .social_link i {
      background: #ffffff;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.detail main .intro h1 {
    font-family: "Roboto Condensed", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.detail main h3[itemprop="articleSection"] {
    font-family: "Roboto Condensed", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #AAC1C2 url("/assets/themes/lvdg2017/images/logo_pueblogallego.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.pueblogallego.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.pueblogallego.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.no-header #header_detail {
    background: #AAC1C2 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego.no-header #header_detail .fixed {
      background: #AAC1C2 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego.no-header #header_detail a {
      color: #000 !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.pueblogallego.no-header #header_detail .btn-menu span {
        background: #000 !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo_pueblogallego.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Roboto Condensed", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.pueblogallego.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.pueblogallego.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.pueblogallego.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.pueblogallego.special .text > figure + h2 {
      margin-top: -10px !important; }
  @media (max-width: 767px) {
    /* line 541, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.pueblogallego #header {
      margin-bottom: 0px !important; } }
  /* line 549, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.pueblogallego #header.sites.no-header .logo {
    display: block !important; }
  /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.pueblogallego #header.sites.no-header .header_sites {
    margin-top: 15px !important; }
  /* line 557, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.pueblogallego #header.sites.no-header header {
    padding: 0 5px !important; }
  /* line 566, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.pueblogallego .header_sites {
    background: url(/assets/themes/lvdg2017/images/fondo_cabecero_pueblogallego.png) left center no-repeat !important;
    background-size: cover !important;
    margin-top: 0px !important; }
    /* line 571, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.pueblogallego .header_sites > a {
      padding: 45px 0 25px !important; }
      @media (max-width: 767px) {
        /* line 571, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.pueblogallego .header_sites > a {
          padding: 0 !important; } }
      /* line 580, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.pueblogallego .header_sites > a img {
        max-height: 85px !important; }
        @media (max-width: 767px) {
          /* line 580, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.pueblogallego .header_sites > a img {
            max-width: 90% !important; } }
    /* line 590, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.pueblogallego .header_sites .fecha {
      color: #fff !important;
      font-weight: 300 !important;
      display: none !important; }
      @media (max-width: 767px) {
        /* line 590, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.pueblogallego .header_sites .fecha {
          padding-bottom: 20px !important;
          margin: 20px 0 -20px 0 !important; } }
  /* line 604, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.pueblogallego .aside .section_cliche .cliche_name {
    font-size: 17px !important; }
  /* line 608, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.pueblogallego h2[itemprop="headline"] {
    font-weight: bold !important; }
  /* line 612, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.pueblogallego.home {
    /*article.pueblogallego {
            .antetitulo {
                display: none !important;
            }
        }*/ }
    /* line 621, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.pueblogallego.home main > .section_cliche:first-of-type {
      display: none !important; }
  /* line 628, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.pueblogallego.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important; }

/* Dos años de COVID */
/* line 639, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.aniversariocovid {
  /* $siteBgColor: #7bc950;	*/
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */
  /*
	article.adelanto [itemprop="headline"] a:after, article.cierre [itemprop="headline"] a:after {
	    display: none !important;
	}	
	*/ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid .menu_mobile a {
      color: #000 !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid .header_sites {
    background: #AAC1C2 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.aniversariocovid .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariocovid .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.aniversariocovid .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.aniversariocovid .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariocovid .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.aniversariocovid .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.aniversariocovid .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.aniversariocovid .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.aniversariocovid .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid .header_sites nav a {
      color: #000 !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: black; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.aniversariocovid .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid #header.sites.no-header header a {
    color: #000 !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid #header.sites.no-header header .btn-menu span {
    background: #000 !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid .section_cliche .cliche_name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid .section_cliche .cliche_name:before, body.aniversariocovid .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #ffffff;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid article.item h2 {
    font-family: "Roboto Condensed", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid article.item .media + .antetitulo span {
    background: #ffffff;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid .tira {
    background: #AAC1C2; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid .tira * {
      color: #000 !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid .tira > .row div {
      border-color: #7da1a2 !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid .tira h3:before {
      background: #ffffff; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid .tira .social_link i {
      background: #ffffff;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.detail main .intro h1 {
    font-family: "Roboto Condensed", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.detail main h3[itemprop="articleSection"] {
    font-family: "Roboto Condensed", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #AAC1C2 url("/assets/themes/lvdg2017/images/logo_aniversariocovid.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariocovid.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariocovid.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.no-header #header_detail {
    background: #AAC1C2 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid.no-header #header_detail .fixed {
      background: #AAC1C2 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid.no-header #header_detail a {
      color: #000 !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariocovid.no-header #header_detail .btn-menu span {
        background: #000 !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo_aniversariocovid.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Roboto Condensed", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariocovid.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.aniversariocovid.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.aniversariocovid.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.aniversariocovid.special .text > figure + h2 {
      margin-top: -10px !important; }
  @media (max-width: 767px) {
    /* line 660, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.aniversariocovid #header {
      margin-bottom: 0px !important; } }
  /* line 668, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariocovid #header.sites.no-header .logo {
    display: block !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariocovid #header.sites.no-header .header_sites {
    margin-top: 15px !important; }
  /* line 676, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariocovid #header.sites.no-header header {
    padding: 0 5px !important; }
  /* line 685, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariocovid .header_sites {
    background: url(/assets/themes/lvdg2017/images/fondo_cabecero_aniversariocovid.png) left center no-repeat !important;
    background-size: cover !important;
    margin-top: 0px !important; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.aniversariocovid .header_sites > a {
      padding: 45px 0 25px !important; }
      @media (max-width: 767px) {
        /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.aniversariocovid .header_sites > a {
          padding: 0 !important; } }
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.aniversariocovid .header_sites > a img {
        max-height: 85px !important; }
        @media (max-width: 767px) {
          /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.aniversariocovid .header_sites > a img {
            max-width: 90% !important; } }
    /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.aniversariocovid .header_sites .fecha {
      color: #fff !important;
      font-weight: 300 !important;
      display: none !important; }
      @media (max-width: 767px) {
        /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.aniversariocovid .header_sites .fecha {
          padding-bottom: 20px !important;
          margin: 20px 0 -20px 0 !important; } }
  /* line 723, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariocovid .aside .section_cliche .cliche_name {
    font-size: 17px !important; }
  /* line 727, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariocovid h2[itemprop="headline"] {
    font-weight: bold !important; }
  /* line 731, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariocovid.home {
    /*article.aniversariocovid {
            .antetitulo {
                display: none !important;
            }
        }*/ }
    /* line 740, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.aniversariocovid.home main > .section_cliche:first-of-type {
      display: none !important; }
  /* line 747, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.aniversariocovid.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important; }

/* Eurocopa 2021 */
/* line 758, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.eurocopa2021 {
  /* $siteBgColor: #7bc950;	*/
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */
  /*
	article.adelanto [itemprop="headline"] a:after, article.cierre [itemprop="headline"] a:after {
	    display: none !important;
	}	
	*/ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021 .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 .menu_mobile a {
      color: #000 !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021 .header_sites {
    background: #AAC1C2 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.eurocopa2021 .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.eurocopa2021 .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.eurocopa2021 .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.eurocopa2021 .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.eurocopa2021 .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.eurocopa2021 .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.eurocopa2021 .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.eurocopa2021 .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.eurocopa2021 .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 .header_sites nav a {
      color: #000 !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: black; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.eurocopa2021 .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021 #header.sites.no-header header a {
    color: #000 !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021 #header.sites.no-header header .btn-menu span {
    background: #000 !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021 .section_cliche .cliche_name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 .section_cliche .cliche_name:before, body.eurocopa2021 .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #ffffff;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021 article.item h2 {
    font-family: "Roboto Condensed", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021 article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021 article.item .media + .antetitulo span {
    background: #ffffff;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021 .tira {
    background: #AAC1C2; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 .tira * {
      color: #000 !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 .tira > .row div {
      border-color: #7da1a2 !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 .tira h3:before {
      background: #ffffff; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021 .tira .social_link i {
      background: #ffffff;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.detail main .intro h1 {
    font-family: "Roboto Condensed", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.detail main h3[itemprop="articleSection"] {
    font-family: "Roboto Condensed", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #AAC1C2 url("/assets/themes/lvdg2017/images/logo_eurocopa_2021.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.eurocopa2021.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.eurocopa2021.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.no-header #header_detail {
    background: #AAC1C2 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021.no-header #header_detail .fixed {
      background: #AAC1C2 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021.no-header #header_detail a {
      color: #000 !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.eurocopa2021.no-header #header_detail .btn-menu span {
        background: #000 !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo_eurocopa_2021.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Roboto Condensed", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.eurocopa2021.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.eurocopa2021.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.eurocopa2021.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.eurocopa2021.special .text > figure + h2 {
      margin-top: -10px !important; }
  @media (max-width: 767px) {
    /* line 779, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.eurocopa2021 #header {
      margin-bottom: 0px !important; } }
  /* line 787, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.eurocopa2021 #header.sites.no-header .logo {
    display: block !important; }
  /* line 791, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.eurocopa2021 #header.sites.no-header .header_sites {
    margin-top: 15px !important; }
  /* line 795, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.eurocopa2021 #header.sites.no-header header {
    padding: 0 5px !important; }
  /* line 804, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.eurocopa2021 .header_sites {
    background: url(/assets/themes/lvdg2017/images/fondo_cabecero_eurocopa.png) left center no-repeat !important;
    background-size: cover !important;
    margin-top: 0px !important; }
    /* line 809, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.eurocopa2021 .header_sites > a {
      padding: 45px 0 25px !important; }
      @media (max-width: 767px) {
        /* line 809, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.eurocopa2021 .header_sites > a {
          padding: 0 !important; } }
      /* line 818, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.eurocopa2021 .header_sites > a img {
        max-height: 85px !important; }
        @media (max-width: 767px) {
          /* line 818, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.eurocopa2021 .header_sites > a img {
            max-width: 90% !important; } }
    /* line 828, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.eurocopa2021 .header_sites .fecha {
      color: #fff !important;
      font-weight: 300 !important;
      display: none !important; }
      @media (max-width: 767px) {
        /* line 828, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.eurocopa2021 .header_sites .fecha {
          padding-bottom: 20px !important;
          margin: 20px 0 -20px 0 !important; } }
  /* line 842, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.eurocopa2021 .aside .section_cliche .cliche_name {
    font-size: 17px !important; }
  /* line 846, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.eurocopa2021 h2[itemprop="headline"] {
    font-weight: bold !important; }
  /* line 850, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.eurocopa2021.home {
    /*article.pueblogallego {
            .antetitulo {
                display: none !important;
            }
        }*/ }
    /* line 859, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.eurocopa2021.home main > .section_cliche:first-of-type {
      display: none !important; }
  /* line 866, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.eurocopa2021.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important; }

/* Migraciones */
/* line 877, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.migraciones {
  /* $siteBgColor: #7bc950;	*/
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones .header_sites {
    background: #000 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.migraciones .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.migraciones .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.migraciones .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.migraciones .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.migraciones .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.migraciones .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.migraciones .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.migraciones .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.migraciones .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.migraciones .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones .section_cliche .cliche_name:before, body.migraciones .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #7bc950;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones article.item h2 {
    font-family: "Montserrat", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones article.item .media + .antetitulo span {
    background: #7bc950;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones .tira {
    background: #000; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones .tira > .row div {
      border-color: black !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones .tira h3:before {
      background: #7bc950; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones .tira .social_link i {
      background: #7bc950;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.detail main .intro h1 {
    font-family: "Montserrat", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #000 url("/assets/themes/lvdg2017/images/logo_migraciones.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.migraciones.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.migraciones.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.no-header #header_detail {
    background: #000 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones.no-header #header_detail .fixed {
      background: #000 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.migraciones.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo_migraciones.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Montserrat", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.migraciones.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.migraciones.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.migraciones.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.migraciones.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 892, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.migraciones .header_sites {
    /* background: url(/assets/themes/lvdg2017/images/bg-biodiversa.png) no-repeat !important;
		background-size: cover !important; */ }
  /* line 897, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.migraciones .aside .section_cliche .cliche_name {
    font-size: 17px !important; }
  /* line 901, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.migraciones h2[itemprop="headline"] {
    font-weight: bold !important; }
  /* line 905, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.migraciones .fecha {
    color: #fff !important;
    font-weight: 300 !important; }
    @media (max-width: 767px) {
      /* line 905, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.migraciones .fecha {
        padding-bottom: 20px !important;
        margin: 20px 0 -20px 0 !important; } }
  /* line 916, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.migraciones .logo_ministerio img {
    width: 100%; }
  /* line 923, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.migraciones.home article.biodiversa .antetitulo {
    display: none !important; }
  /* line 930, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.migraciones.home main > .section_cliche:first-of-type {
    display: none !important; }
  /* line 937, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.migraciones.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important; }

/* Biodiversa */
/* line 946, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.biodiversa {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa .header_sites {
    background: #7bc950 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.biodiversa .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.biodiversa .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.biodiversa .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.biodiversa .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.biodiversa .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.biodiversa .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.biodiversa .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.biodiversa .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.biodiversa .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.biodiversa .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa .section_cliche .cliche_name:before, body.biodiversa .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #7bc950;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa article.item h2 {
    font-family: "Montserrat", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa article.item .media + .antetitulo span {
    background: #7bc950;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa .tira {
    background: #7bc950; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa .tira > .row div {
      border-color: #579c30 !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa .tira h3:before {
      background: #7bc950; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa .tira .social_link i {
      background: #7bc950;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.detail main .intro h1 {
    font-family: "Montserrat", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #7bc950 url("/assets/themes/lvdg2017/images/logo-biodiversa.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.biodiversa.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.biodiversa.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.no-header #header_detail {
    background: #7bc950 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa.no-header #header_detail .fixed {
      background: #7bc950 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.biodiversa.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo-biodiversa.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Montserrat", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.biodiversa.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.biodiversa.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.biodiversa.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.biodiversa.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 960, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.biodiversa .header_sites {
    background: url(/assets/themes/lvdg2017/images/bg-biodiversa.png) no-repeat !important;
    background-size: cover !important; }
  /* line 965, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.biodiversa .aside .section_cliche .cliche_name {
    font-size: 17px !important; }
  /* line 969, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.biodiversa h2[itemprop="headline"] {
    font-weight: bold !important; }
  /* line 973, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.biodiversa .fecha {
    color: #fff !important;
    font-weight: 300 !important; }
    @media (max-width: 767px) {
      /* line 973, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.biodiversa .fecha {
        padding-bottom: 20px !important;
        margin: 20px 0 -20px 0 !important; } }
  /* line 984, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.biodiversa .logo_ministerio img {
    width: 100%; }
  /* line 991, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.biodiversa.home article.biodiversa .antetitulo {
    display: none !important; }
  /* line 998, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.biodiversa.home main > .section_cliche:first-of-type {
    display: none !important; }
  /* line 1005, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.biodiversa.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important; }

/* Mundial rusia */
/* line 1013, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.rusia2018 {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018 .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018 .header_sites {
    background: #0b376b !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.rusia2018 .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.rusia2018 .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.rusia2018 .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.rusia2018 .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.rusia2018 .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.rusia2018 .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.rusia2018 .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.rusia2018 .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.rusia2018 .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.rusia2018 .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018 #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018 #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018 .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 .section_cliche .cliche_name:before, body.rusia2018 .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #0b376b;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018 article.item h2 {
    font-family: "Merriweather", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018 article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018 article.item .media + .antetitulo span {
    background: #0b376b;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018 .tira {
    background: #0b376b; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 .tira > .row div {
      border-color: #041326 !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 .tira h3:before {
      background: #0b376b; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018 .tira .social_link i {
      background: #0b376b;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.detail main .intro h1 {
    font-family: "Merriweather", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #0b376b url("/assets/themes/lvdg2017/images/logo-mundial-rusia.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.rusia2018.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.rusia2018.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.no-header #header_detail {
    background: #0b376b !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018.no-header #header_detail .fixed {
      background: #0b376b !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.rusia2018.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo-mundial-rusia.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Merriweather", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.rusia2018.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.rusia2018.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.rusia2018.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.rusia2018.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 1027, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.rusia2018 .header_sites {
    background: url(/assets/themes/lvdg2017/images/bg-mundial-rusia.png) no-repeat !important;
    background-size: cover !important;
    padding: 0 !important; }
    /* line 1032, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.rusia2018 .header_sites > a {
      padding: 40px 0 !important; }
      /* line 1035, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.rusia2018 .header_sites > a img {
        max-height: 110px !important; }
  /* line 1041, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.rusia2018 .aside .section_cliche .cliche_name {
    font-size: 17px !important; }
  /* line 1045, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.rusia2018 h2[itemprop="headline"] {
    font-weight: bold !important; }
  /* line 1049, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.rusia2018 #tira_redessociales {
    background: url(/assets/themes/lvdg2017/images/bg-mundial-rusia.png) no-repeat !important;
    background-size: cover !important; }
    /* line 1053, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.rusia2018 #tira_redessociales > .row div {
      border-color: rgba(255, 255, 255, 0.2) !important; }
  /* line 1058, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.rusia2018 .menu_mobile {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
    display: none !important; }
  /* line 1066, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.rusia2018.home article.rusia2018 .antetitulo {
    display: none !important; }
  /* line 1073, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.rusia2018.home main > .section_cliche:first-of-type {
    display: none !important; }
  /* line 1080, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.rusia2018 .fecha {
    display: none !important; }
  /* line 1084, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.rusia2018.detail:not(.no-header) h3[itemprop="articleSection"] {
    background-size: auto 40px !important;
    background-position: 10px center !important;
    padding: 10px 5px 10px 10px !important; }
    /* line 1089, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.rusia2018.detail:not(.no-header) h3[itemprop="articleSection"] a {
      text-indent: -9999999px; }
      /* line 1092, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.rusia2018.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        background: rgba(255, 255, 255, 0.2) !important; }

/* YES */
/* line 1102, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.yes {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes .menu_mobile a {
      color: #333 !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes .header_sites {
    background: #f4f4f4 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.yes .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.yes .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.yes .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.yes .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.yes .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.yes .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.yes .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.yes .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.yes .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes .header_sites nav a {
      color: #333 !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #0d0d0d; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.yes .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes #header.sites.no-header header a {
    color: #333 !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes #header.sites.no-header header .btn-menu span {
    background: #333 !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes .section_cliche .cliche_name:before, body.yes .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #151515;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes article.item h2 {
    font-family: "Merriweather", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes article.item .media + .antetitulo span {
    background: #151515;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes .tira {
    background: #f4f4f4; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes .tira * {
      color: #333 !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes .tira > .row div {
      border-color: #cecece !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes .tira h3:before {
      background: #151515; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes .tira .social_link i {
      background: #151515;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.detail main .intro h1 {
    font-family: "Merriweather", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #f4f4f4 url("/assets/themes/lvdg2017/images/logo-site-yes.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.yes.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.yes.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.no-header #header_detail {
    background: #f4f4f4 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes.no-header #header_detail .fixed {
      background: #f4f4f4 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes.no-header #header_detail a {
      color: #333 !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.yes.no-header #header_detail .btn-menu span {
        background: #333 !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo-site-yes.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Merriweather", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.yes.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.yes.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.yes.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.yes.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 1121, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.yes .aside .section_cliche .cliche_name {
    font-size: 17px !important; }
  /* line 1125, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.yes h2[itemprop="headline"] {
    font-weight: bold !important; }
  /* line 1131, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.yes.home article.yes .antetitulo {
    display: none !important; }
  /* line 1137, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.yes .fecha {
    color: #111 !important;
    font-weight: 300 !important; }
    @media (max-width: 767px) {
      /* line 1137, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.yes .fecha {
        padding-bottom: 20px !important;
        margin: 20px 0 -20px 0 !important; } }
  /* line 1147, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.yes.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important;
    padding: 0 !important;
    width: 100%; }
    /* line 20, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.yes.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #fff !important;
      background: #f4f4f4 url("/assets/themes/lvdg2017/images/logo-site-yes.png") center center no-repeat !important;
      background-size: auto 70% !important;
      display: block !important;
      padding: 10px !important;
      text-indent: -9999px; }

/* ON */
/* line 1156, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.extravozon {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon .header_sites {
    background: #007993 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.extravozon .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozon .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.extravozon .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.extravozon .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozon .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.extravozon .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.extravozon .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.extravozon .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.extravozon .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.extravozon .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon .section_cliche .cliche_name:before, body.extravozon .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #007993;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon article.item h2 {
    font-family: "Merriweather", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon article.item .media + .antetitulo span {
    background: #007993;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon .tira {
    background: #007993; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon .tira > .row div {
      border-color: #003a47 !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon .tira h3:before {
      background: #007993; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon .tira .social_link i {
      background: #007993;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.detail main .intro h1 {
    font-family: "Merriweather", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #007993 url("/assets/themes/lvdg2017/images/logo-site-on.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozon.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozon.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.no-header #header_detail {
    background: #007993 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon.no-header #header_detail .fixed {
      background: #007993 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozon.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo-site-on.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Merriweather", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozon.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozon.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozon.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozon.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 1175, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozon .aside .section_cliche .cliche_name {
    font-size: 17px !important; }
  /* line 1179, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozon h2[itemprop="headline"] {
    font-weight: bold !important; }
  /* line 1185, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozon.home article.extravozon .antetitulo {
    display: none !important; }
  /* line 1191, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozon .fecha {
    color: #fff !important;
    font-weight: 300 !important; }
    @media (max-width: 767px) {
      /* line 1191, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.extravozon .fecha {
        padding-bottom: 20px !important;
        margin: 20px 0 -20px 0 !important; } }
  /* line 1201, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozon.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important;
    padding: 0 !important;
    width: 100%; }
    /* line 20, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.extravozon.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #fff !important;
      background: #007993 url("/assets/themes/lvdg2017/images/logo-site-on.png") center center no-repeat !important;
      background-size: auto 70% !important;
      display: block !important;
      padding: 10px !important;
      text-indent: -9999px; }

/* OK */
/* line 1210, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.extravozok {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok .header_sites {
    background: #009633 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.extravozok .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozok .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.extravozok .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.extravozok .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozok .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.extravozok .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.extravozok .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.extravozok .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.extravozok .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.extravozok .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok .section_cliche .cliche_name:before, body.extravozok .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #009633;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok article.item h2 {
    font-family: "Merriweather", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok article.item .media + .antetitulo span {
    background: #009633;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok .tira {
    background: #009633; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok .tira > .row div {
      border-color: #004a19 !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok .tira h3:before {
      background: #009633; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok .tira .social_link i {
      background: #009633;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.detail main .intro h1 {
    font-family: "Merriweather", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #009633 url("/assets/themes/lvdg2017/images/logo-site-ok.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozok.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozok.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.no-header #header_detail {
    background: #009633 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok.no-header #header_detail .fixed {
      background: #009633 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozok.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo-site-ok.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Merriweather", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozok.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozok.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozok.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozok.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 1224, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozok .header_sites a img {
    max-height: 100px !important; }
  /* line 1228, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozok .aside .section_cliche .cliche_name {
    font-size: 17px !important; }
  /* line 1232, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozok h2[itemprop="headline"] {
    font-weight: bold !important; }
  /* line 1238, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozok.extravozok article.extravozok .antetitulo {
    display: none !important; }
  /* line 1244, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozok .fecha {
    color: #fff !important;
    font-weight: 300 !important; }
    @media (max-width: 767px) {
      /* line 1244, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.extravozok .fecha {
        padding-bottom: 20px !important;
        margin: 20px 0 -20px 0 !important; } }
  /* line 1254, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozok.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important;
    padding: 0 !important;
    width: 100%; }
    /* line 20, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.extravozok.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #fff !important;
      background: #009633 url("/assets/themes/lvdg2017/images/logo-site-ok.png") center center no-repeat !important;
      background-size: auto 70% !important;
      display: block !important;
      padding: 10px !important;
      text-indent: -9999px; }

/* HUM */
/* line 1263, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.extravozhum {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum .header_sites {
    background: #ec7405 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.extravozhum .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozhum .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.extravozhum .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.extravozhum .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozhum .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.extravozhum .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.extravozhum .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.extravozhum .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.extravozhum .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.extravozhum .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum .section_cliche .cliche_name:before, body.extravozhum .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #ec7405;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum article.item h2 {
    font-family: "Merriweather", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum article.item .media + .antetitulo span {
    background: #ec7405;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum .tira {
    background: #ec7405; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum .tira > .row div {
      border-color: #a14f03 !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum .tira h3:before {
      background: #ec7405; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum .tira .social_link i {
      background: #ec7405;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.detail main .intro h1 {
    font-family: "Merriweather", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #ec7405 url("/assets/themes/lvdg2017/images/logo-site-hum.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozhum.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozhum.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.no-header #header_detail {
    background: #ec7405 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum.no-header #header_detail .fixed {
      background: #ec7405 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozhum.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo-site-hum.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Merriweather", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozhum.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.extravozhum.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.extravozhum.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.extravozhum.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 1282, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozhum .aside .section_cliche .cliche_name {
    font-size: 17px !important; }
  /* line 1286, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozhum h2[itemprop="headline"] {
    font-weight: bold !important; }
  /* line 1292, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozhum.home article.extravozhum .antetitulo {
    display: none !important; }
  /* line 1298, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozhum .fecha {
    color: #fff !important;
    font-weight: 300 !important; }
    @media (max-width: 767px) {
      /* line 1298, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.extravozhum .fecha {
        padding-bottom: 20px !important;
        margin: 20px 0 -20px 0 !important; } }
  /* line 1308, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.extravozhum.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important;
    padding: 0 !important;
    width: 100%; }
    /* line 20, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.extravozhum.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #fff !important;
      background: #ec7405 url("/assets/themes/lvdg2017/images/logo-site-hum.png") center center no-repeat !important;
      background-size: auto 70% !important;
      display: block !important;
      padding: 10px !important;
      text-indent: -9999px; }

/* FUGAS */
/* line 1317, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.fugas {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas .menu_mobile a {
      color: #333 !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas .header_sites {
    background: #f4f4f4 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.fugas .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.fugas .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.fugas .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.fugas .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.fugas .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.fugas .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.fugas .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.fugas .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.fugas .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas .header_sites nav a {
      color: #333 !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #0d0d0d; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.fugas .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas #header.sites.no-header header a {
    color: #333 !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas #header.sites.no-header header .btn-menu span {
    background: #333 !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas .section_cliche .cliche_name:before, body.fugas .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #111;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas article.item h2 {
    font-family: "Merriweather", serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas article.item .media + .antetitulo span {
    background: #111;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas .tira {
    background: #f4f4f4; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas .tira * {
      color: #333 !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas .tira > .row div {
      border-color: #cecece !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas .tira h3:before {
      background: #111; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas .tira .social_link i {
      background: #111;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.detail main .intro h1 {
    font-family: "Merriweather", serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #f4f4f4 url("/assets/themes/lvdg2017/images/logo-site-fugas.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.fugas.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.fugas.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.no-header #header_detail {
    background: #f4f4f4 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas.no-header #header_detail .fixed {
      background: #f4f4f4 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas.no-header #header_detail a {
      color: #333 !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.fugas.no-header #header_detail .btn-menu span {
        background: #333 !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo-site-fugas.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Merriweather", serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.fugas.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.fugas.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.fugas.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.fugas.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 1331, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.fugas .aside .section_cliche .cliche_name {
    font-size: 17px !important; }
  /* line 1335, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.fugas h2[itemprop="headline"] {
    font-weight: bold !important; }
  @media (min-width: 1020px) {
    /* line 1339, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.fugas .header_sites a img {
      max-height: 100px !important; } }
  /* line 1347, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.fugas.home article.fugas .antetitulo {
    display: none !important; }
  /* line 1353, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.fugas .fecha {
    color: #333 !important;
    font-weight: 300 !important; }
    @media (max-width: 767px) {
      /* line 1353, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.fugas .fecha {
        padding-bottom: 20px !important;
        margin: 20px 0 -20px 0 !important; } }
  /* line 1363, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.fugas.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important;
    padding: 0 !important;
    width: 100%; }
    /* line 20, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.fugas.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #fff !important;
      background: #f4f4f4 url("/assets/themes/lvdg2017/images/logo-site-fugas.png") center center no-repeat !important;
      background-size: auto 70% !important;
      display: block !important;
      padding: 10px !important;
      text-indent: -9999px; }

/* RED */
/* body.extravozred,
body.red,
body.tecnologia {
    $siteColor: #b62929;
    $siteColorAlt: #fff;
    $siteBgColor: #b62929;
    $siteLogo: "/assets/themes/lvdg2017/images/logo-red-blanco.png";
    $siteTitle: 'Merriweather', serif;
    $siteCliche: 'Montserrat', sans-serif;
    @include createSite($siteColor,
        $siteColorAlt,
        $siteBgColor,
        $siteLogo,
        $siteTitle,
        $siteCliche);

    // Si queremos textura de fondo
    .header_sites {
        background: url(/assets/themes/lvdg2017/images/cabecero_red.png) no-repeat !important;
        background-size: cover !important;

        .fecha {
            display: none !important;
        }

        >a {
            img {
                max-height: 50px !important;

                @media (max-width: $screen-xs-max) {
                    max-height: 40px !important;
                    margin-bottom: 20px !important;
                }
            }
        }
    }

    .menu_mobile {
        i {
            font-size: 24px !important;
            padding: 0 5px;
        }
    }

    .aside .section_cliche .cliche_name {
        font-size: 17px !important;
    }

    h2[itemprop="headline"] {
        font-weight: bold !important;
    }

    &.home {

        article.extravozred,
        article.red {
            .antetitulo {
                display: none !important;
            }
        }
    }

    &.detail:not(.no-header) h3[itemprop="articleSection"] {
        @include cabecero_suple($siteBgColor,
            $siteLogo);
        background: url(/assets/themes/lvdg2017/images/cabecero_red.png) no-repeat !important;
        background-size: cover !important;

        a {
            background-color: transparent !important;
        }
    }

    &.special .hero-module .video-container .title-container .logo_site img,
    body.red.special .hero-module .video-container .title-container .logo_site img {
        max-height: 25px !important;
    }
} */
/* Global galicia */
/* line 1453, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.globalgalicia {
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */ }
  /* line 1461, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.globalgalicia.home article.globalgalicia .antetitulo {
    display: none !important; }
  /* line 1468, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.globalgalicia .header_sites {
    background: #f4f4f4 !important;
    position: relative; }
    @media (min-width: 1020px) {
      /* line 1468, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.globalgalicia .header_sites {
        padding-bottom: 0 !important; } }
    /* line 1476, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.globalgalicia .header_sites .patrocinio_wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1019px) {
        /* line 1476, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.globalgalicia .header_sites .patrocinio_wrap {
          flex-wrap: wrap; }
          /* line 1484, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.globalgalicia .header_sites .patrocinio_wrap > * {
            flex: 1 1 100%; } }
    /* line 1490, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.globalgalicia .header_sites .patrocinio_ministerio {
      text-align: left;
      margin-left: 15px; }
      /* line 1497, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.globalgalicia .header_sites .patrocinio_ministerio p {
        padding: 0 0 3px 0;
        font-size: 11px;
        margin: 0;
        text-align: left; }
      /* line 1504, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.globalgalicia .header_sites .patrocinio_ministerio img {
        max-width: 100%;
        max-height: 75px; }
      @media (max-width: 1019px) {
        /* line 1490, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.globalgalicia .header_sites .patrocinio_ministerio {
          position: relative;
          top: auto;
          right: auto;
          text-align: center;
          border-top: 1px solid #e5e5e5;
          margin-top: 5px;
          margin-left: 0;
          padding: 5px 0 10px 0; }
          /* line 1519, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.globalgalicia .header_sites .patrocinio_ministerio p {
            text-align: center; }
          /* line 1523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.globalgalicia .header_sites .patrocinio_ministerio img {
            max-height: 60px;
            max-width: 100%;
            margin: 0; } }
    /* line 1531, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.globalgalicia .header_sites > a {
      display: block;
      padding: 15px 0; }
    @media (max-width: 1019px) {
      /* line 1468, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.globalgalicia .header_sites {
        padding: 0 !important; }
        /* line 1539, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.globalgalicia .header_sites img {
          height: 150px; } }
    /* line 1544, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.globalgalicia .header_sites nav {
      border-top: 1px solid #e5e5e5;
      padding: 15px 0;
      margin-top: 5px; }
      /* line 1549, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.globalgalicia .header_sites nav a {
        color: #333 !important; }
    /* line 1554, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.globalgalicia .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      color: #0d0d0d;
      margin: -5px 0 0 0 !important;
      padding-bottom: 20px !important; }
  /* line 1567, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.globalgalicia #header.sites.no-header header a {
    color: #333 !important; }
  /* line 1571, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.globalgalicia #header.sites.no-header header .btn-menu span {
    background: #333 !important; }
  /* line 1577, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.globalgalicia .section_cliche .cliche_name {
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 1584, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.globalgalicia .section_cliche .cliche_name:before, body.globalgalicia .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #EB193B;
      display: inline-block; }
    /* line 1595, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.globalgalicia .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 1602, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.globalgalicia article.item h2 {
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 1609, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.globalgalicia article.item.showcase {
    text-align: left !important; }
  /* line 1614, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.globalgalicia article.item .media + .antetitulo span {
    background: #EB193B !important; }
    /* line 1617, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.globalgalicia article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 1624, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.globalgalicia .tira {
    background: #f4f4f4; }
    /* line 1627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.globalgalicia .tira * {
      color: #333 !important; }
    /* line 1631, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.globalgalicia .tira > .row div {
      border-color: #cecece !important; }
    /* line 1636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.globalgalicia .tira h3:before {
      background: #EB193B; }
    /* line 1642, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.globalgalicia .tira .social_link i {
      background: #EB193B;
      color: #f4f4f4 !important; }

/* Congreso deporte */
/* line 1654, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.congreso-deporte #header.sites .header_sites {
  background: white; }
  /* line 1657, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.congreso-deporte #header.sites .header_sites .fecha {
    position: relative;
    top: 20px; }

/* Alimerka | lasaludsabebien */
/* line 1669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.alimerka #header.sites .header_sites, body.lasaludsabebien #header.sites .header_sites {
  background: #ADDA00; }

/* Santander - Hablemos de futuro */
/* line 1679, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.hablemosdefuturo #header.sites .header_sites {
  /*background-color: #f9f9f9;*/
  background-color: white;
  background: url("https://cflvdg.avoz.es/assets/themes/lvdg2017/images/santander_fondo.jpg"); }
  @media (min-width: 0px) and (max-width: 550px) {
    /* line 1679, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.hablemosdefuturo #header.sites .header_sites {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; } }
  /* line 1692, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.hablemosdefuturo #header.sites .header_sites .fecha {
    visibility: hidden; }
  /* line 1696, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.hablemosdefuturo #header.sites .header_sites .santander_mobile {
    display: none; }
    @media (min-width: 0px) and (max-width: 767px) {
      /* line 1696, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.hablemosdefuturo #header.sites .header_sites .santander_mobile {
        display: block;
        position: relative;
        width: 60%;
        left: 50%;
        transform: translateX(-50%); } }
  @media (min-width: 0px) and (max-width: 767px) {
    /* line 1708, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.hablemosdefuturo #header.sites .header_sites .santander_desktop {
      display: none; } }

/* Santander - Allí donde estés */
/* line 1724, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.allidondeestes #header.sites .header_sites {
  /*background-color: #f9f9f9;*/
  background-color: white;
  background: url("https://cflvdg.avoz.es/assets/themes/lvdg2017/images/santander-ade_fondo.jpg"); }
  @media (min-width: 0px) and (max-width: 550px) {
    /* line 1724, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.allidondeestes #header.sites .header_sites {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; } }
  /* line 1737, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.allidondeestes #header.sites .header_sites .fecha {
    visibility: hidden; }
  /* line 1741, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.allidondeestes #header.sites .header_sites .santander_mobile {
    display: none; }
    @media (min-width: 0px) and (max-width: 767px) {
      /* line 1741, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.allidondeestes #header.sites .header_sites .santander_mobile {
        display: block;
        position: relative;
        width: 60%;
        left: 50%;
        transform: translateX(-50%); } }
  @media (min-width: 0px) and (max-width: 767px) {
    /* line 1753, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.allidondeestes #header.sites .header_sites .santander_desktop {
      display: none; } }

/* Global Asturias */
/* line 1768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.global-asturias .header_sites,
body.agora .header_sites {
  background: #D52D2E !important; }
  /* line 1772, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.global-asturias .header_sites nav a,
  body.agora .header_sites nav a {
    color: #fff !important; }
  /* line 1777, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.global-asturias .header_sites .fecha,
  body.agora .header_sites .fecha {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: normal;
    display: block;
    margin: -20px auto 0 auto;
    padding-bottom: 20px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      /* line 1777, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.global-asturias .header_sites .fecha,
      body.agora .header_sites .fecha {
        margin-top: -10px !important; } }

/* line 1794, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.global-asturias {
  /* Cabecero */ }
  /* line 1797, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.global-asturias .header_sites {
    /*background: $siteBgColor !important;
        position: relative; */
    /*
        >a {
    		display: block;
    		padding: 15px 0;
    	}
    	@media (max-width: $screen-sm-max) {
    		padding: 0 !important;
    		img {
    			height: 150px;
    		}
    	}
    	nav {
            border-top: 1px solid #e5e5e5;
            padding: 15px 0;
            margin-top: 5px;
    		a {
    			color: $siteColorAlt !important;
    		}
    	}
    	.fecha {
    		font-family: $font-text-sans-condensed;
    		font-size: 13px;
    		font-weight: normal;
    		display: block;
    		color: darken($siteColorAlt, 15%);
    		margin: -20px 0 0 0 !important;
    		padding-bottom: 20px !important;
    	} */ }
    @media (min-width: 1020px) {
      /* line 1797, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.global-asturias .header_sites {
        padding-bottom: 0 !important; } }
    /* line 1805, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.global-asturias .header_sites .patrocinio_wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1019px) {
        /* line 1805, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.global-asturias .header_sites .patrocinio_wrap {
          flex-wrap: wrap; }
          /* line 1813, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.global-asturias .header_sites .patrocinio_wrap > * {
            flex: 1 1 100%; } }
    /* line 1819, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.global-asturias .header_sites .patrocinio_ministerio {
      text-align: left;
      margin-left: 15px; }
      /* line 1826, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.global-asturias .header_sites .patrocinio_ministerio p {
        padding: 0 0 3px 0;
        font-size: 11px;
        margin: 0;
        text-align: left;
        color: #ffffff; }
      /* line 1834, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.global-asturias .header_sites .patrocinio_ministerio img {
        max-width: 100%;
        max-height: 75px; }
      @media (max-width: 1019px) {
        /* line 1819, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.global-asturias .header_sites .patrocinio_ministerio {
          position: relative;
          top: auto;
          right: auto;
          text-align: center;
          border-top: 1px solid #e5e5e5;
          margin-top: 5px;
          margin-left: 0;
          padding: 5px 0 10px 0; }
          /* line 1849, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.global-asturias .header_sites .patrocinio_ministerio p {
            text-align: center; }
          /* line 1853, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.global-asturias .header_sites .patrocinio_ministerio img {
            max-height: 60px;
            max-width: 100%;
            margin: 0; } }
    /* line 1861, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.global-asturias .header_sites .fecha {
      /* display: none !important; */ }

/* BIS */
/* line 1902, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.bis {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis .header_sites {
    background: #c64952 !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.bis .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.bis .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.bis .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.bis .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.bis .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.bis .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.bis .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.bis .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.bis .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.bis .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis .section_cliche .cliche_name:before, body.bis .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #c64952;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis article.item h2 {
    font-family: "Lato", sans-serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis article.item .media + .antetitulo span {
    background: #c64952;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis .tira {
    background: #c64952; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis .tira > .row div {
      border-color: #942e36 !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis .tira h3:before {
      background: #c64952; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis .tira .social_link i {
      background: #c64952;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.detail main .intro h1 {
    font-family: "Lato", sans-serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #c64952 url("/assets/themes/lvdg2017/images/logo_bis.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.bis.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.bis.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.no-header #header_detail {
    background: #c64952 !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis.no-header #header_detail .fixed {
      background: #c64952 !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.bis.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo_bis.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Lato", sans-serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.bis.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.bis.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.bis.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.bis.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 1916, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.bis h2[itemprop="headline"] {
    font-weight: 900 !important; }
  /* line 1920, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.bis.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important;
    padding: 0 !important;
    width: 100%;
    background: url(/assets/themes/lvdg2017/images/cabecero_bis.jpg) no-repeat !important;
    background-size: cover !important; }
    /* line 20, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.bis.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #fff !important;
      background: #c64952 url("/assets/themes/lvdg2017/images/logo_bis.png") center center no-repeat !important;
      background-size: auto 70% !important;
      display: block !important;
      padding: 10px !important;
      text-indent: -9999px; }
    /* line 1926, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.bis.detail:not(.no-header) h3[itemprop="articleSection"] a {
      background-color: transparent !important; }
  /* line 1932, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.bis .header_sites {
    background: url(/assets/themes/lvdg2017/images/cabecero_bis.jpg) no-repeat !important;
    background-size: cover !important; }
    /* line 1936, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.bis .header_sites .fecha {
      display: none !important; }

/* Mochila roja */
/* line 1945, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.lamochilaroja {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja .header_sites {
    background: #c93c4d !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.lamochilaroja .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lamochilaroja .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.lamochilaroja .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.lamochilaroja .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lamochilaroja .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.lamochilaroja .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.lamochilaroja .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.lamochilaroja .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.lamochilaroja .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.lamochilaroja .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja .section_cliche .cliche_name:before, body.lamochilaroja .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #c93c4d;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja article.item h2 {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja article.item .media + .antetitulo span {
    background: #c93c4d;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja .tira {
    background: #c93c4d; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja .tira > .row div {
      border-color: #902835 !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja .tira h3:before {
      background: #c93c4d; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja .tira .social_link i {
      background: #c93c4d;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.detail main .intro h1 {
    font-family: "Roboto", sans-serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #c93c4d url("/assets/themes/lvdg2017/images/logo_lamochilaroja.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lamochilaroja.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lamochilaroja.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.no-header #header_detail {
    background: #c93c4d !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja.no-header #header_detail .fixed {
      background: #c93c4d !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lamochilaroja.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/logo_lamochilaroja.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Roboto", sans-serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lamochilaroja.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.lamochilaroja.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.lamochilaroja.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.lamochilaroja.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 1961, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.lamochilaroja article.lamochilaroja .antetitulo {
    display: none !important; }
  /* line 1966, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.lamochilaroja h2[itemprop="headline"] {
    font-weight: 900 !important; }
  /* line 1970, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.lamochilaroja.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important;
    padding: 0 !important;
    width: 100%;
    background: url("/assets/themes/lvdg2017/images/bg_lamochilaroja.png") no-repeat !important;
    background-size: cover !important; }
    /* line 20, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.lamochilaroja.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #fff !important;
      background: #c93c4d url("/assets/themes/lvdg2017/images/logo_lamochilaroja.png") center center no-repeat !important;
      background-size: auto 70% !important;
      display: block !important;
      padding: 10px !important;
      text-indent: -9999px; }
    /* line 1976, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.lamochilaroja.detail:not(.no-header) h3[itemprop="articleSection"] a {
      background-color: transparent !important; }
  /* line 1982, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.lamochilaroja .header_sites {
    background: url("/assets/themes/lvdg2017/images/bg_lamochilaroja.png") no-repeat !important;
    background-size: cover !important; }
    /* line 1986, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.lamochilaroja .header_sites .fecha {
      display: none !important; }
    /* line 1990, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.lamochilaroja .header_sites > a {
      padding: 25px 0 45px 0 !important; }
      /* line 1993, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.lamochilaroja .header_sites > a img {
        max-height: 135px !important; }
  /* line 1999, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.lamochilaroja #header.sites .header_sites nav a {
    padding: 0 5px !important; }

/* SITES 2 (Aperture special) */
/* line 2007, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
.sites-special { }
  /* line 2010, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  .sites-special .container {
    box-shadow: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: none !important; }
    @media (max-width: 767px) {
      /* line 2010, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .container {
        padding: 0 15px !important; } }
  /* line 2022, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  .sites-special #header.mini {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1) !important; }
    @media (min-width: 1921px) {
      /* line 2022, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special #header.mini {
        margin-bottom: 30px !important; } }
    /* line 2031, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .sites-special #header.mini header {
      padding: 0 !important;
      height: auto !important;
      line-height: 1 !important;
      border: none !important; }
      /* line 2038, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special #header.mini header .container > div {
        height: 55px !important;
        line-height: 55px !important; }
        /* line 2042, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        .sites-special #header.mini header .container > div img {
          margin: auto !important; }
  /* line 2050, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  .sites-special .big-aperture {
    border-right: none;
    border-left: none;
    position: relative;
    margin-bottom: 0;
    min-height: 1%;
    overflow: hidden;
    background-color: #222;
    z-index: 9;
    width: 100%;
    max-width: 1920px;
    margin: auto; }
    @media (min-width: 1020px) and (max-width: 4000px) {
      /* line 2050, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .big-aperture {
        min-height: 660px; } }
    @media (max-width: 1019px) {
      /* line 2050, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .big-aperture {
        min-height: 500px; } }
    /* line 2071, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .sites-special .big-aperture .caratula {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    /* line 2079, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .sites-special .big-aperture .headline {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 12; }
      /* line 2087, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .big-aperture .headline a {
        text-decoration: none !important; }
      /* line 2091, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .big-aperture .headline h1 {
        color: #fff;
        font-family: 'PT Serif', serif;
        font-weight: bold;
        font-size: 50px; }
    /* line 2099, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .sites-special .big-aperture .logo_site {
      display: block; }
      /* line 2102, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .big-aperture .logo_site img {
        max-height: 80px; }
      /* line 2106, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .big-aperture .logo_site:after {
        display: block;
        width: 50px;
        height: 5px;
        background: #1abeab;
        margin: auto;
        content: ""; }
    /* line 2116, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .sites-special .big-aperture .filter {
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10; }
      /* line 2125, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .big-aperture .filter:after {
        position: absolute;
        z-index: 11;
        bottom: 0;
        left: 0;
        right: 0;
        height: 200px;
        background: #000;
        content: "";
        display: block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+70 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 70%, rgba(0, 0, 0, 0.65) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 70%, rgba(0, 0, 0, 0.65) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 70%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
        /* IE6-9 */ }
  /* line 2148, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  .sites-special .big-aperture-related {
    background: #000;
    padding: 20px;
    width: 100%;
    max-width: 1920px;
    margin: auto; }
    /* line 2155, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .sites-special .big-aperture-related + .container {
      overflow: hidden !important; }
    /* line 2159, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .sites-special .big-aperture-related .related-cliche {
      margin: auto;
      text-align: center;
      display: block;
      margin-bottom: 15px; }
      /* line 2165, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .big-aperture-related .related-cliche small {
        position: relative;
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
        color: #666;
        background: #000;
        padding: 0 15px; }
        /* line 2174, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        .sites-special .big-aperture-related .related-cliche small:before {
          content: "";
          height: 1px;
          width: 10px;
          background: #666;
          position: absolute;
          top: 45%;
          left: 0; }
        /* line 2184, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        .sites-special .big-aperture-related .related-cliche small:after {
          content: "";
          height: 1px;
          width: 10px;
          background: #666;
          position: absolute;
          top: 45%;
          right: 0; }
    /* line 2198, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .sites-special .big-aperture-related article .antetitulo,
    .sites-special .big-aperture-related article figcaption,
    .sites-special .big-aperture-related article .comments,
    .sites-special .big-aperture-related article .data {
      display: none; }
    /* line 2205, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .sites-special .big-aperture-related article h2 {
      color: #fff;
      font-family: 'PT Serif', serif;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      margin-top: 10px; }
      /* line 2213, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .big-aperture-related article h2 a {
        color: #fff !important; }
        /* line 2216, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        .sites-special .big-aperture-related article h2 a:hover {
          text-decoration: none; }
    /* line 2222, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .sites-special .big-aperture-related article:hover {
      opacity: .9; }
  /* line 2228, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  .sites-special .categorias_lista {
    background: #f4f4f4;
    border: none !important;
    border-radius: 0 !important;
    margin-top: 25px;
    margin-bottom: 5px;
    padding: 15px; }
    /* line 2236, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .sites-special .categorias_lista a {
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      color: #444; }
      /* line 2241, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .categorias_lista a:hover {
        text-decoration: none;
        color: #666; }
    /* line 2247, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .sites-special .categorias_lista .navbar-brand {
      font-weight: bold; }
    @media (min-width: 768px) and (max-width: 1019px) {
      /* line 2252, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .categorias_lista .navbar-toggle {
        display: block !important; }
      /* line 2256, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .categorias_lista .navbar-header {
        float: none !important; }
      /* line 2260, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .categorias_lista .navbar-nav {
        float: none !important;
        clear: both; }
        /* line 2264, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        .sites-special .categorias_lista .navbar-nav > li {
          float: none !important;
          display: block !important; } }
    @media (min-width: 1020px) and (max-width: 4000px) {
      /* line 2272, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      .sites-special .categorias_lista .navbar-collapse.collapse {
        display: block !important; } }
  /* line 2278, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  .sites-special #footer {
    background: #151515 !important; }
    /* line 2281, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .sites-special #footer .container {
      box-shadow: none !important; }

/* Sabe Bien */
/* line 2290, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.sabebien,
body.gastronomia {
  /* menu mobile */
  /* Cabecero */
  /* Sin cabecero */
  /* Cliche */
  /* Articulos */
  /* Tira redes */
  /* Detalle generico  */ }
  /* line 2300, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.sabebien .ad_IntexDesktop,
  body.gastronomia .ad_IntexDesktop {
    display: none; }
  /* line 407, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien .menu_mobile,
  body.gastronomia .menu_mobile {
    padding-bottom: 20px;
    margin-top: -10px; }
    /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien .menu_mobile a,
    body.gastronomia .menu_mobile a {
      color: #fff !important; }
    /* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien .menu_mobile .scroll_menu .wrapper,
    body.gastronomia .menu_mobile .scroll_menu .wrapper {
      justify-content: center !important; }
  /* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien .header_sites,
  body.gastronomia .header_sites {
    background: #1abeab !important; }
    /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien .header_sites > a,
    body.gastronomia .header_sites > a {
      display: block;
      padding: 45px 0; }
      @media (max-width: 767px) {
        /* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.sabebien .header_sites > a,
        body.gastronomia .header_sites > a {
          padding: 15px 0; } }
      /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.sabebien .header_sites > a img,
      body.gastronomia .header_sites > a img {
        max-height: 75px !important; }
        @media (max-width: 767px) {
          /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.sabebien .header_sites > a img,
          body.gastronomia .header_sites > a img {
            max-width: 250px !important;
            max-height: auto !important; } }
    /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien .header_sites .tagline,
    body.gastronomia .header_sites .tagline {
      display: block;
      margin-top: -40px;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      font-family: "Roboto", sans-serif; }
      @media (min-width: 1020px) {
        /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.sabebien .header_sites .tagline:before,
        body.gastronomia .header_sites .tagline:before {
          max-width: 250px !important;
          max-height: auto !important;
          content: " ";
          width: 50px;
          height: 1px;
          background: rgba(255, 255, 255, 0.7);
          margin: 10px auto 10px auto;
          display: block; } }
    /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien .header_sites .wrap-flex,
    body.gastronomia .header_sites .wrap-flex {
      margin: 45px 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      /* line 460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.sabebien .header_sites .wrap-flex > *,
      body.gastronomia .header_sites .wrap-flex > * {
        padding: 10px; }
      @media (max-width: 767px) {
        /* line 454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.sabebien .header_sites .wrap-flex,
        body.gastronomia .header_sites .wrap-flex {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 0;
          padding: 0 20px; }
          /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.sabebien .header_sites .wrap-flex > *,
          body.gastronomia .header_sites .wrap-flex > * {
            flex: 1 2 100%;
            padding: 0; }
          /* line 471, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.sabebien .header_sites .wrap-flex img,
          body.gastronomia .header_sites .wrap-flex img {
            max-width: 200px !important; }
          /* line 474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
          body.sabebien .header_sites .wrap-flex .ministerio-blanco img,
          body.gastronomia .header_sites .wrap-flex .ministerio-blanco img {
            max-width: 100% !important;
            margin-top: 10px; } }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien .header_sites nav a,
    body.gastronomia .header_sites nav a {
      color: #fff !important; }
    /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien .header_sites .fecha,
    body.gastronomia .header_sites .fecha {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 13px;
      font-weight: normal;
      display: block;
      margin: -28px auto 0 auto;
      padding-bottom: 30px;
      color: #d9d9d9; }
      @media (max-width: 767px) {
        /* line 483, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
        body.sabebien .header_sites .fecha,
        body.gastronomia .header_sites .fecha {
          padding-bottom: 0 !important;
          margin-bottom: 0 !important;
          margin-top: 10px !important; } }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien #header.sites.no-header header a,
  body.gastronomia #header.sites.no-header header a {
    color: #fff !important; }
  /* line 503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien #header.sites.no-header header .btn-menu span,
  body.gastronomia #header.sites.no-header header .btn-menu span {
    background: #fff !important; }
  /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien .section_cliche .cliche_name,
  body.gastronomia .section_cliche .cliche_name {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: #222 !important;
    display: block;
    text-align: center; }
    /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien .section_cliche .cliche_name:before, body.sabebien .section_cliche .cliche_name:after,
    body.gastronomia .section_cliche .cliche_name:before,
    body.gastronomia .section_cliche .cliche_name:after {
      content: " ";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: 0 7px 5px 7px;
      background: #1abeab;
      display: inline-block; }
    /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien .section_cliche .cliche_name a,
    body.gastronomia .section_cliche .cliche_name a {
      color: #222 !important; }
  /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien article.item h2,
  body.gastronomia article.item h2 {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    word-spacing: 0;
    font-stretch: normal;
    line-height: 120%; }
  /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien article.item.showcase,
  body.gastronomia article.item.showcase {
    text-align: center !important; }
  /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien article.item .media + .antetitulo span,
  body.gastronomia article.item .media + .antetitulo span {
    background: #1abeab;
    color: #fff !important; }
    /* line 543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien article.item .media + .antetitulo span a,
    body.gastronomia article.item .media + .antetitulo span a {
      color: #fff !important; }
  /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien .tira,
  body.gastronomia .tira {
    background: #1abeab; }
    /* line 550, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien .tira *,
    body.gastronomia .tira * {
      color: #fff !important; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien .tira > .row div,
    body.gastronomia .tira > .row div {
      border-color: #117b6e !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien .tira h3:before,
    body.gastronomia .tira h3:before {
      background: #1abeab; }
    /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien .tira .social_link i,
    body.gastronomia .tira .social_link i {
      background: #1abeab;
      color: #f4f4f4 !important; }
  /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.detail main .intro h1,
  body.gastronomia.detail main .intro h1 {
    font-family: "Roboto", sans-serif; }
  /* line 579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.detail main h3[itemprop="articleSection"],
  body.gastronomia.detail main h3[itemprop="articleSection"] {
    font-family: "Montserrat", sans-serif; }
  /* line 588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.detail:not(.no-header) h3[itemprop="articleSection"],
  body.gastronomia.detail:not(.no-header) h3[itemprop="articleSection"] {
    display: block !important;
    margin-bottom: 20px;
    padding: 10px 5px 10px 115px !important;
    background: #1abeab url("/assets/themes/lvdg2017/images/sabebien-neg-home.png") left center no-repeat !important;
    background-size: auto 38px !important; }
    /* line 594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien.detail:not(.no-header) h3[itemprop="articleSection"] a,
    body.gastronomia.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #eee !important;
      display: block;
      margin-bottom: -5px; }
      /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.sabebien.detail:not(.no-header) h3[itemprop="articleSection"] a:before,
      body.gastronomia.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        content: "";
        display: inline-block;
        margin: 0 7px -5px 5px;
        width: 1px;
        height: 25px;
        background: #333; }
      /* line 606, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.sabebien.detail:not(.no-header) h3[itemprop="articleSection"] a:hover,
      body.gastronomia.detail:not(.no-header) h3[itemprop="articleSection"] a:hover {
        text-decoration: none;
        opacity: 0.8; }
  /* line 616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.no-header #header_detail,
  body.gastronomia.no-header #header_detail {
    background: #1abeab !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien.no-header #header_detail .fixed,
    body.gastronomia.no-header #header_detail .fixed {
      background: #1abeab !important;
      border: none !important; }
    /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien.no-header #header_detail a,
    body.gastronomia.no-header #header_detail a {
      color: #fff !important; }
    /* line 623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien.no-header #header_detail .btn-menu,
    body.gastronomia.no-header #header_detail .btn-menu {
      background: none !important; }
      /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.sabebien.no-header #header_detail .btn-menu span,
      body.gastronomia.no-header #header_detail .btn-menu span {
        background: #fff !important; }
    /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien.no-header #header_detail .brand-logo a,
    body.gastronomia.no-header #header_detail .brand-logo a {
      background-image: url("/assets/themes/lvdg2017/images/sabebien-neg-home.png") !important; }
  /* line 636, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.special:before,
  body.gastronomia.special:before {
    content: " ";
    width: 100%;
    height: 130px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99 !important;
    opacity: 0.7;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); }
  /* line 662, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.special.no-header #header.sites header > div:first-child a,
  body.gastronomia.special.no-header #header.sites header > div:first-child a {
    display: none !important; }
  /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.special:before,
  body.gastronomia.special:before {
    opacity: 0.1 !important; }
  /* line 670, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.special #alert_cookie_msg,
  body.gastronomia.special #alert_cookie_msg {
    margin-bottom: 0 !important; }
  /* line 671, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.special header,
  body.gastronomia.special header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }
  /* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.special .hero-module .video-container .title-container,
  body.gastronomia.special .hero-module .video-container .title-container {
    top: auto !important;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
  /* line 682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.special .hero-module .video-container .title-container .logo_site,
  body.gastronomia.special .hero-module .video-container .title-container .logo_site {
    margin-bottom: -20px;
    padding-top: 100px;
    display: block; }
    /* line 686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien.special .hero-module .video-container .title-container .logo_site img,
    body.gastronomia.special .hero-module .video-container .title-container .logo_site img {
      max-height: 45px;
      margin-bottom: 10px; }
    /* line 690, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien.special .hero-module .video-container .title-container .logo_site:after,
    body.gastronomia.special .hero-module .video-container .title-container .logo_site:after {
      display: block;
      width: 35px;
      height: 3px;
      margin: auto;
      content: "";
      background: #fff; }
  /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.special .hero-module .video-container .title-container .headline h1,
  body.gastronomia.special .hero-module .video-container .title-container .headline h1 {
    font-family: "Roboto", sans-serif !important;
    font-weight: bolder !important;
    font-size: 4.5em !important;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5) !important; }
    @media (max-width: 767px) {
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.sabebien.special .hero-module .video-container .title-container .headline h1,
      body.gastronomia.special .hero-module .video-container .title-container .headline h1 {
        font-size: 2.5em !important; } }
  /* line 707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.special .list-type,
  body.gastronomia.special .list-type {
    color: #222 !important; }
  /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  body.sabebien.special .text > figure,
  body.gastronomia.special .text > figure {
    margin: 20px 0 !important; }
    @media (min-width: 1020px) {
      /* line 709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      body.sabebien.special .text > figure,
      body.gastronomia.special .text > figure {
        width: 89.99% !important;
        padding-left: 11.11% !important;
        margin-left: 0 !important;
        float: none !important; } }
    /* line 717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    body.sabebien.special .text > figure + h2,
    body.gastronomia.special .text > figure + h2 {
      margin-top: -10px !important; }
  /* line 2311, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.sabebien h2[itemprop="headline"],
  body.gastronomia h2[itemprop="headline"] {
    font-weight: 900 !important; }
  /* line 2315, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.sabebien.detail:not(.no-header) h3[itemprop="articleSection"],
  body.gastronomia.detail:not(.no-header) h3[itemprop="articleSection"] {
    background: none !important;
    padding-left: 5px !important;
    margin-bottom: 0 !important; }
    /* line 2324, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien.detail:not(.no-header) h3[itemprop="articleSection"] a,
    body.gastronomia.detail:not(.no-header) h3[itemprop="articleSection"] a {
      color: #e42644 !important;
      font-family: "Merriweather", Georgia, serif !important; }
      /* line 2328, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien.detail:not(.no-header) h3[itemprop="articleSection"] a:before,
      body.gastronomia.detail:not(.no-header) h3[itemprop="articleSection"] a:before {
        display: none !important; }
  /* line 2334, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.sabebien .social_link,
  body.gastronomia .social_link {
    text-align: center; }
    /* line 2337, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien .social_link i,
    body.gastronomia .social_link i {
      display: block;
      width: auto;
      height: auto;
      float: none; }
    /* line 2344, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien .social_link span,
    body.gastronomia .social_link span {
      display: block;
      float: none;
      margin: auto;
      text-align: center; }
  /* line 2352, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.sabebien .TIRA1 + section .blq:before,
  body.gastronomia .TIRA1 + section .blq:before {
    display: none !important; }
  /* line 2356, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.sabebien article.extravozhum .antetitulo,
  body.sabebien article.sabebien .antetitulo,
  body.sabebien article.hum .antetitulo,
  body.gastronomia article.extravozhum .antetitulo,
  body.gastronomia article.sabebien .antetitulo,
  body.gastronomia article.hum .antetitulo {
    display: none !important; }
  /* line 2362, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.sabebien #logo_banner,
  body.gastronomia #logo_banner {
    background: #1abeab;
    padding: 10px 0 15px 0;
    text-align: center;
    max-width: 1920px;
    margin: auto; }
    @media (min-width: 768px) and (max-width: 1019px) {
      /* line 2362, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner,
      body.gastronomia #logo_banner {
        padding: 15px; }
        /* line 2367, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.sabebien #logo_banner .container,
        body.gastronomia #logo_banner .container {
          width: 100% !important; } }
    @media (min-width: 1020px) {
      /* line 2362, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner,
      body.gastronomia #logo_banner {
        padding: 15px 0 10px 0; } }
    /* line 2382, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien #logo_banner .logo_sabe,
    body.gastronomia #logo_banner .logo_sabe {
      max-width: 55%;
      position: relative; }
      /* line 2387, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss 
      body.sabebien #logo_banner .logo_sabe:after,
      body.gastronomia #logo_banner .logo_sabe:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 273px;
        height: 62px;
        top: -20px;
        margin-left: 20px;
        background-image: url("https://www.lavozdegalicia.es/assets/themes/lvdg2017/images/laura_gdv.png"); }*/
        @media (max-width: 1019px) {
          /* line 2387, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.sabebien #logo_banner .logo_sabe:after,
          body.gastronomia #logo_banner .logo_sabe:after {
            display: block;
            top: 0;
            margin: 45px 0 0 0;
            height: 50px;
            background-size: contain;
            background-repeat: no-repeat; } }
      @media (max-width: 1019px) {
        /* line 2382, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.sabebien #logo_banner .logo_sabe,
        body.gastronomia #logo_banner .logo_sabe {
          margin-top: -5px; } }
      /* line 2415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .logo_sabe img,
      body.gastronomia #logo_banner .logo_sabe img {
        width: 100%;
        max-width: 228px; }
        @media (max-width: 1019px) {
          /* line 2415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.sabebien #logo_banner .logo_sabe img,
          body.gastronomia #logo_banner .logo_sabe img {
            max-height: 38px;
            max-width: auto;
            width: auto; } }
    /* line 2427, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien #logo_banner .logo_voz,
    body.gastronomia #logo_banner .logo_voz {
      display: block; }
      /* line 2430, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .logo_voz img,
      body.gastronomia #logo_banner .logo_voz img {
        max-height: 22px; }
        @media (max-width: 1019px) {
          /* line 2430, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.sabebien #logo_banner .logo_voz img,
          body.gastronomia #logo_banner .logo_voz img {
            max-height: 17px;
            margin-top: -5px;
            margin-bottom: 5px; } }
    /* line 2441, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien #logo_banner .navbar-toggle,
    body.gastronomia #logo_banner .navbar-toggle {
      margin-right: 0 !important;
      float: left !important;
      margin-left: 0;
      padding-left: 0 !important; }
      /* line 2447, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .navbar-toggle .icon-bar,
      body.gastronomia #logo_banner .navbar-toggle .icon-bar {
        background-color: #fff !important; }
    /* line 2452, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien #logo_banner #navbar,
    body.gastronomia #logo_banner #navbar {
      padding: 0 10px !important;
      float: left; }
      @media (max-width: 1019px) {
        /* line 2452, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.sabebien #logo_banner #navbar,
        body.gastronomia #logo_banner #navbar {
          width: 100%;
          margin-top: 10px; } }
      /* line 2461, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner #navbar .nav,
      body.gastronomia #logo_banner #navbar .nav {
        background: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important; }
        /* line 2467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.sabebien #logo_banner #navbar .nav a,
        body.gastronomia #logo_banner #navbar .nav a {
          color: #fff !important;
          font-weight: 300 !important;
          padding-left: 0;
          padding-right: 0; }
          /* line 2473, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.sabebien #logo_banner #navbar .nav a:hover,
          body.gastronomia #logo_banner #navbar .nav a:hover {
            opacity: .9;
            background: none !important; }
          @media (min-width: 1020px) {
            /* line 2479, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.sabebien #logo_banner #navbar .nav a:after,
            body.gastronomia #logo_banner #navbar .nav a:after {
              content: " / ";
              display: inline-block;
              padding: 0 12px;
              opacity: .6; } }
        /* line 2490, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.sabebien #logo_banner #navbar .nav li:last-child a:after,
        body.gastronomia #logo_banner #navbar .nav li:last-child a:after {
          display: none; }
    /* line 2498, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien #logo_banner .btn_sso,
    body.gastronomia #logo_banner .btn_sso {
      float: right; }
      /* line 2501, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .btn_sso a,
      body.gastronomia #logo_banner .btn_sso a {
        color: #fff !important; }
        @media (min-width: 1020px) {
          /* line 2505, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.sabebien #logo_banner .btn_sso a [class^="sso-"],
          body.gastronomia #logo_banner .btn_sso a [class^="sso-"] {
            bottom: -8px !important; } }
        @media (max-width: 767px) {
          /* line 2511, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.sabebien #logo_banner .btn_sso a [class^="sso-"],
          body.gastronomia #logo_banner .btn_sso a [class^="sso-"] {
            font-size: 22px;
            bottom: -4px !important; } }
        /* line 2517, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.sabebien #logo_banner .btn_sso a:hover,
        body.gastronomia #logo_banner .btn_sso a:hover {
          text-decoration: none; }
    @media (min-width: 1020px) {
      /* line 2524, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner nav .navbar-collapse.collapse,
      body.gastronomia #logo_banner nav .navbar-collapse.collapse {
        display: block !important; } }
    @media (max-width: 1019px) {
      /* line 2530, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .navbar,
      body.gastronomia #logo_banner .navbar {
        min-height: auto !important; }
      /* line 2534, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .navbar-header,
      body.gastronomia #logo_banner .navbar-header {
        float: none;
        text-align: left !important; }
        /* line 2538, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.sabebien #logo_banner .navbar-header img,
        body.gastronomia #logo_banner .navbar-header img {
          max-height: 35px; }
      /* line 2543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .navbar-left,
      body.sabebien #logo_banner .navbar-right,
      body.gastronomia #logo_banner .navbar-left,
      body.gastronomia #logo_banner .navbar-right {
        float: none !important; }
      /* line 2548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .navbar-toggle,
      body.gastronomia #logo_banner .navbar-toggle {
        display: block;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
      /* line 2554, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .navbar-collapse,
      body.gastronomia #logo_banner .navbar-collapse {
        border: none;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
      /* line 2559, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .navbar-fixed-top,
      body.gastronomia #logo_banner .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px; }
      /* line 2564, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .navbar-collapse.collapse,
      body.gastronomia #logo_banner .navbar-collapse.collapse {
        display: none !important; }
      /* line 2568, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .navbar-nav,
      body.gastronomia #logo_banner .navbar-nav {
        float: none !important;
        margin-top: 7.5px; }
      /* line 2573, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .navbar-nav > li,
      body.gastronomia #logo_banner .navbar-nav > li {
        float: none; }
      /* line 2577, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .navbar-nav > li > a,
      body.gastronomia #logo_banner .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px; }
      /* line 2582, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #logo_banner .collapse.in,
      body.gastronomia #logo_banner .collapse.in {
        display: block !important; } }
  /* line 2588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.sabebien.detail #logo_banner,
  body.sabebien#home_section #logo_banner,
  body.gastronomia.detail #logo_banner,
  body.gastronomia#home_section #logo_banner {
    padding: 20px 15px !important; }
    @media (max-width: 767px) {
      /* line 2588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien.detail #logo_banner,
      body.sabebien#home_section #logo_banner,
      body.gastronomia.detail #logo_banner,
      body.gastronomia#home_section #logo_banner {
        margin: -15px -15px 0 -15px;
        padding: 20px 0 !important; } }
    /* line 2597, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien.detail #logo_banner .container,
    body.sabebien#home_section #logo_banner .container,
    body.gastronomia.detail #logo_banner .container,
    body.gastronomia#home_section #logo_banner .container {
      box-shadow: none !important;
      width: auto !important;
      background: none !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
      @media (max-width: 767px) {
        /* line 2597, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.sabebien.detail #logo_banner .container,
        body.sabebien#home_section #logo_banner .container,
        body.gastronomia.detail #logo_banner .container,
        body.gastronomia#home_section #logo_banner .container {
          height: 100px; } }
    /* line 2609, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien.detail #logo_banner div#ad_Pixel,
    body.sabebien#home_section #logo_banner div#ad_Pixel,
    body.gastronomia.detail #logo_banner div#ad_Pixel,
    body.gastronomia#home_section #logo_banner div#ad_Pixel {
      padding: 0; }
  /* line 2615, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.sabebien #header_detail_sites,
  body.gastronomia #header_detail_sites {
    background: #1abeab !important;
    padding: 10px 15px; }
    @media (max-width: 767px) {
      /* line 2615, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #header_detail_sites,
      body.gastronomia #header_detail_sites {
        margin: -15px -15px 0 -15px;
        padding: 15px; } }
    /* line 2624, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien #header_detail_sites header,
    body.gastronomia #header_detail_sites header {
      min-height: 1%;
      overflow: hidden; }
    /* line 2629, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien #header_detail_sites .logo_voz,
    body.gastronomia #header_detail_sites .logo_voz {
      padding: 3px 0; }
      /* line 2632, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #header_detail_sites .logo_voz img,
      body.gastronomia #header_detail_sites .logo_voz img {
        max-height: 20px; }
        @media (max-width: 767px) {
          /* line 2632, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.sabebien #header_detail_sites .logo_voz img,
          body.gastronomia #header_detail_sites .logo_voz img {
            max-height: 17px;
            margin-top: -5px;
            margin-bottom: 5px; } }
    /* line 2643, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien #header_detail_sites #btn_menu_site,
    body.gastronomia #header_detail_sites #btn_menu_site {
      background: none !important;
      border: none !important; }
      /* line 2647, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #header_detail_sites #btn_menu_site span,
      body.gastronomia #header_detail_sites #btn_menu_site span {
        background: #fff !important;
        color: #fff !important; }
      @media (max-width: 767px) {
        /* line 2643, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.sabebien #header_detail_sites #btn_menu_site,
        body.gastronomia #header_detail_sites #btn_menu_site {
          padding: 0 8px 0 0 !important; } }
    /* line 2658, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien #header_detail_sites .mh60 > div,
    body.gastronomia #header_detail_sites .mh60 > div {
      align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    /* line 2663, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien #header_detail_sites .mh60 .logo_site,
    body.gastronomia #header_detail_sites .mh60 .logo_site {
      margin-top: -5px;
      padding-left: 10px; }
      /* line 2667, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #header_detail_sites .mh60 .logo_site img,
      body.gastronomia #header_detail_sites .mh60 .logo_site img {
        max-height: 40px; }
      @media (max-width: 767px) {
        /* line 2663, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.sabebien #header_detail_sites .mh60 .logo_site,
        body.gastronomia #header_detail_sites .mh60 .logo_site {
          padding-left: 0px; }
          /* line 2674, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.sabebien #header_detail_sites .mh60 .logo_site img,
          body.gastronomia #header_detail_sites .mh60 .logo_site img {
            max-height: 38px; } }
    /* line 2680, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien #header_detail_sites .mh60 .btn_sso,
    body.gastronomia #header_detail_sites .mh60 .btn_sso {
      justify-content: flex-end; }
      /* line 2683, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien #header_detail_sites .mh60 .btn_sso a,
      body.gastronomia #header_detail_sites .mh60 .btn_sso a {
        color: #fff; }
        /* line 2686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.sabebien #header_detail_sites .mh60 .btn_sso a:hover,
        body.gastronomia #header_detail_sites .mh60 .btn_sso a:hover {
          text-decoration: none; }
  @media (max-width: 767px) {
    /* line 2694, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien .ads-head,
    body.gastronomia .ads-head {
      margin: 5px -15px 5px -15px; }
      /* line 2698, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.sabebien .ads-head + .nav_article,
      body.gastronomia .ads-head + .nav_article {
        margin-top: 0 !important; } }
  @media (min-width: 1020px) {
    /* line 2704, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien.detail main .intro h1,
    body.gastronomia.detail main .intro h1 {
      margin-top: 0 !important; } }
  /* line 2711, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.sabebien .ad_PatrocinioSeccionDesktop,
  body.gastronomia .ad_PatrocinioSeccionDesktop {
    /*text-align: right;
        padding: 0 !important;
        margin-bottom: -15px;*/ }
  /* line 2717, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.sabebien.home .ad_PatrocinioSeccionDesktop,
  body.sabebien.home_section .ad_PatrocinioSeccionDesktop,
  body.gastronomia.home .ad_PatrocinioSeccionDesktop,
  body.gastronomia.home_section .ad_PatrocinioSeccionDesktop {
    margin-bottom: -20px !important; }
  @media (min-width: 1020px) {
    /* line 2723, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.sabebien .ad_PatrocinioSeccionMobile,
    body.gastronomia .ad_PatrocinioSeccionMobile {
      display: none !important; } }
  /* line 2728, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.sabebien .ad_PatrocinioSeccionMobile,
  body.gastronomia .ad_PatrocinioSeccionMobile {
    /*text-align: right;
        margin-top: 15px !important;
        padding: 0 !important;
        margin-bottom: -15px;*/ }

/* Galicia en clave economica */
/* line 2742, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.galiciaclaveeconomica,
body.lagaliciaeconomica,
body.galiciaeconomica {
  background: #F3E2D7 !important; }
  /* line 2747, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica #header,
  body.lagaliciaeconomica #header,
  body.galiciaeconomica #header {
    background: none !important; }
    /* line 2750, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.galiciaclaveeconomica #header header,
    body.lagaliciaeconomica #header header,
    body.galiciaeconomica #header header {
      background: none !important; }
  /* line 2755, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica .header_sites,
  body.lagaliciaeconomica .header_sites,
  body.galiciaeconomica .header_sites {
    background: #262a33 !important; }
    /* line 2758, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.galiciaclaveeconomica .header_sites .fecha,
    body.lagaliciaeconomica .header_sites .fecha,
    body.galiciaeconomica .header_sites .fecha {
      display: none;
      color: #f4f4f4;
      font-family: serif;
      font-weight: 300;
      font-size: 15px; }
    /* line 2766, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.galiciaclaveeconomica .header_sites .wrapper,
    body.lagaliciaeconomica .header_sites .wrapper,
    body.galiciaeconomica .header_sites .wrapper {
      justify-content: center !important; }
  /* line 2771, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica .esnoticia,
  body.lagaliciaeconomica .esnoticia,
  body.galiciaeconomica .esnoticia {
    display: none !important; }
  /* line 2775, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica .container,
  body.lagaliciaeconomica .container,
  body.galiciaeconomica .container {
    background: none !important;
    box-shadow: inherit !important; }
  /* line 2780, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica .tira,
  body.lagaliciaeconomica .tira,
  body.galiciaeconomica .tira {
    background: #262a33 !important; }
    /* line 2783, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.galiciaclaveeconomica .tira h3,
    body.lagaliciaeconomica .tira h3,
    body.galiciaeconomica .tira h3 {
      color: #666 !important; }
      /* line 2786, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.galiciaclaveeconomica .tira h3 strong,
      body.lagaliciaeconomica .tira h3 strong,
      body.galiciaeconomica .tira h3 strong {
        color: #ccc !important; }
    /* line 2792, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.galiciaclaveeconomica .tira .social_link i,
    body.lagaliciaeconomica .tira .social_link i,
    body.galiciaeconomica .tira .social_link i {
      background: none; }
    /* line 2796, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.galiciaclaveeconomica .tira .social_link span,
    body.lagaliciaeconomica .tira .social_link span,
    body.galiciaeconomica .tira .social_link span {
      color: #eee;
      font-weight: normal; }
  /* line 2803, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica .media + .antetitulo span,
  body.galiciaclaveeconomica .opinion.showcase .antetitulo span,
  body.lagaliciaeconomica .media + .antetitulo span,
  body.lagaliciaeconomica .opinion.showcase .antetitulo span,
  body.galiciaeconomica .media + .antetitulo span,
  body.galiciaeconomica .opinion.showcase .antetitulo span {
    background: #262a33 !important;
    color: #fff !important; }
    /* line 2808, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.galiciaclaveeconomica .media + .antetitulo span a,
    body.galiciaclaveeconomica .opinion.showcase .antetitulo span a,
    body.lagaliciaeconomica .media + .antetitulo span a,
    body.lagaliciaeconomica .opinion.showcase .antetitulo span a,
    body.galiciaeconomica .media + .antetitulo span a,
    body.galiciaeconomica .opinion.showcase .antetitulo span a {
      color: #fff !important; }
  /* line 2813, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica #footer,
  body.lagaliciaeconomica #footer,
  body.galiciaeconomica #footer {
    background: none !important; }
    /* line 2816, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.galiciaclaveeconomica #footer .container,
    body.lagaliciaeconomica #footer .container,
    body.galiciaeconomica #footer .container {
      background: #262a33 !important;
      box-shadow: inherit !important; }
  /* line 2822, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica .blq div[class*="col"]:before,
  body.galiciaclaveeconomica .blq div[class*="col"]:after,
  body.galiciaclaveeconomica .blq:before,
  body.galiciaclaveeconomica .blq .row:after,
  body.lagaliciaeconomica .blq div[class*="col"]:before,
  body.lagaliciaeconomica .blq div[class*="col"]:after,
  body.lagaliciaeconomica .blq:before,
  body.lagaliciaeconomica .blq .row:after,
  body.galiciaeconomica .blq div[class*="col"]:before,
  body.galiciaeconomica .blq div[class*="col"]:after,
  body.galiciaeconomica .blq:before,
  body.galiciaeconomica .blq .row:after {
    background: #dac9bf !important; }
  /* line 2829, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica .btn-default,
  body.galiciaclaveeconomica .btn,
  body.galiciaclaveeconomica .input-group-addon,
  body.lagaliciaeconomica .btn-default,
  body.lagaliciaeconomica .btn,
  body.lagaliciaeconomica .input-group-addon,
  body.galiciaeconomica .btn-default,
  body.galiciaeconomica .btn,
  body.galiciaeconomica .input-group-addon {
    background: rgba(0, 0, 0, 0.05) !important; }
  /* line 2835, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica #text,
  body.lagaliciaeconomica #text,
  body.galiciaeconomica #text {
    background: rgba(0, 0, 0, 0.08) !important; }
  /* line 2839, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica header#header nav,
  body.galiciaclaveeconomica .home_opi header#header nav,
  body.lagaliciaeconomica header#header nav,
  body.lagaliciaeconomica .home_opi header#header nav,
  body.galiciaeconomica header#header nav,
  body.galiciaeconomica .home_opi header#header nav {
    border-top: 1px solid #dac9bf !important;
    border-bottom: 1px solid #dac9bf !important; }
  /* line 2845, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica header#header .scroll_menu,
  body.galiciaclaveeconomica .home_opi header#header .scroll_menu,
  body.lagaliciaeconomica header#header .scroll_menu,
  body.lagaliciaeconomica .home_opi header#header .scroll_menu,
  body.galiciaeconomica header#header .scroll_menu,
  body.galiciaeconomica .home_opi header#header .scroll_menu {
    border-bottom: 1px solid #dac9bf !important; }
  /* line 2850, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica main > .section_cliche,
  body.lagaliciaeconomica main > .section_cliche,
  body.galiciaeconomica main > .section_cliche {
    margin-top: 0 !important; }
    /* line 2853, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.galiciaclaveeconomica main > .section_cliche h2,
    body.lagaliciaeconomica main > .section_cliche h2,
    body.galiciaeconomica main > .section_cliche h2 {
      padding: 30px !important;
      background: #e2d2c8 url("/assets/themes/lvdg2017/images/lagaliciaeconomica.png") !important;
      background-position: center center !important;
      background-repeat: no-repeat !important;
      color: #282827 !important;
      text-align: center;
      display: block;
      font-family: 'Noto Serif SC', serif;
      font-weight: 600 !important;
      font-size: 1.8em !important;
      font-style: italic;
      text-indent: -9999999999px; }
      @media (max-width: 767px) {
        /* line 2853, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.galiciaclaveeconomica main > .section_cliche h2,
        body.lagaliciaeconomica main > .section_cliche h2,
        body.galiciaeconomica main > .section_cliche h2 {
          background-size: 90% auto !important; } }
  /* line 2875, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.galiciaclaveeconomica .btn-subscribe,
  body.lagaliciaeconomica .btn-subscribe,
  body.galiciaeconomica .btn-subscribe {
    color: #666 !important; }

/* Agro galicia */
/* Skys */
/* line 2886, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
.home.somosagro .sky_izq_voz,
.home.somosagro .sky_der_voz {
  margin-top: 225px;
  position: fixed !important;
  top: 0;
  padding: 0;
  float: none;
  border: none;
  width: auto !important; }

/* line 2901, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
.detail.somosagro .sky_izq_voz,
.detail.somosagro .sky_der_voz {
  margin-top: 5px;
  position: fixed !important;
  top: 0;
  padding: 0;
  float: none;
  border: none;
  width: auto !important; }

/*body.agrogalicia,
body.somosagro, .detail.somosagro*/
/* line 2917, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.margalicia,
body.agrogalicia,
body.somosagro,
.detail.somosagro,
body.somosmar,
.detail.somosmar,
body.red,
.detail.red,
body.venagalicia,
.detail.venagalicia { }
  @media (min-width: 1020px) {
    /* line 2932, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia.home,
    body.agrogalicia.home,
    body.somosagro.home,
    .detail.somosagro.home,
    body.somosmar.home,
    .detail.somosmar.home,
    body.red.home,
    .detail.red.home,
    body.venagalicia.home,
    .detail.venagalicia.home {
      padding-top: 210px; } }
  @media (min-width: 768px) and (max-width: 1019px) {
    /* line 2940, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia.home main,
    body.agrogalicia.home main,
    body.somosagro.home main,
    .detail.somosagro.home main,
    body.somosmar.home main,
    .detail.somosmar.home main,
    body.red.home main,
    .detail.red.home main,
    body.venagalicia.home main,
    .detail.venagalicia.home main {
      padding: 15px; } }
  /* line 2945, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia .container,
  body.agrogalicia .container,
  body.somosagro .container,
  .detail.somosagro .container,
  body.somosmar .container,
  .detail.somosmar .container,
  body.red .container,
  .detail.red .container,
  body.venagalicia .container,
  .detail.venagalicia .container {
    box-shadow: none !important; }
  /* line 2951, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia .blq.flex-grid + .blq.flex-grid,
  body.agrogalicia .blq.flex-grid + .blq.flex-grid,
  body.somosagro .blq.flex-grid + .blq.flex-grid,
  .detail.somosagro .blq.flex-grid + .blq.flex-grid,
  body.somosmar .blq.flex-grid + .blq.flex-grid,
  .detail.somosmar .blq.flex-grid + .blq.flex-grid,
  body.red .blq.flex-grid + .blq.flex-grid,
  .detail.red .blq.flex-grid + .blq.flex-grid,
  body.venagalicia .blq.flex-grid + .blq.flex-grid,
  .detail.venagalicia .blq.flex-grid + .blq.flex-grid {
    margin-top: -1px !important; }
  @media (min-width: 1020px) {
    /* line 2964, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia.home #header,
    body.agrogalicia.home #header,
    body.somosagro.home #header,
    .detail.somosagro.home #header,
    body.somosmar.home #header,
    .detail.somosmar.home #header,
    body.red.home #header,
    .detail.red.home #header,
    body.venagalicia.home #header,
    .detail.venagalicia.home #header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 99999 !important; }
      /* line 2971, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia.home #header *,
      body.agrogalicia.home #header *,
      body.somosagro.home #header *,
      .detail.somosagro.home #header *,
      body.somosmar.home #header *,
      .detail.somosmar.home #header *,
      body.red.home #header *,
      .detail.red.home #header *,
      body.venagalicia.home #header *,
      .detail.venagalicia.home #header * {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; } }
  /* line 2983, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia #header header,
  body.agrogalicia #header header,
  body.somosagro #header header,
  .detail.somosagro #header header,
  body.somosmar #header header,
  .detail.somosmar #header header,
  body.red #header header,
  .detail.red #header header,
  body.venagalicia #header header,
  .detail.venagalicia #header header {
    border: none !important;
    max-width: 1280px;
    margin: auto !important;
    background: #34a75a !important;
    padding: 0 15px !important;
    height: auto !important; }
    /* line 2991, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #header header > .lavoz_bar,
    body.agrogalicia #header header > .lavoz_bar,
    body.somosagro #header header > .lavoz_bar,
    .detail.somosagro #header header > .lavoz_bar,
    body.somosmar #header header > .lavoz_bar,
    .detail.somosmar #header header > .lavoz_bar,
    body.red #header header > .lavoz_bar,
    .detail.red #header header > .lavoz_bar,
    body.venagalicia #header header > .lavoz_bar,
    .detail.venagalicia #header header > .lavoz_bar {
      padding: 7px 0; }
      /* line 2995, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header header > .lavoz_bar .title,
      body.agrogalicia #header header > .lavoz_bar .title,
      body.somosagro #header header > .lavoz_bar .title,
      .detail.somosagro #header header > .lavoz_bar .title,
      body.somosmar #header header > .lavoz_bar .title,
      .detail.somosmar #header header > .lavoz_bar .title,
      body.red #header header > .lavoz_bar .title,
      .detail.red #header header > .lavoz_bar .title,
      body.venagalicia #header header > .lavoz_bar .title,
      .detail.venagalicia #header header > .lavoz_bar .title {
        margin: 0;
        text-align: left !important; }
        /* line 2999, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #header header > .lavoz_bar .title img,
        body.agrogalicia #header header > .lavoz_bar .title img,
        body.somosagro #header header > .lavoz_bar .title img,
        .detail.somosagro #header header > .lavoz_bar .title img,
        body.somosmar #header header > .lavoz_bar .title img,
        .detail.somosmar #header header > .lavoz_bar .title img,
        body.red #header header > .lavoz_bar .title img,
        .detail.red #header header > .lavoz_bar .title img,
        body.venagalicia #header header > .lavoz_bar .title img,
        .detail.venagalicia #header header > .lavoz_bar .title img {
          max-height: 22px;
          max-width: 100%; }
      /* line 3006, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header header > .lavoz_bar .btn_sso > div,
      body.agrogalicia #header header > .lavoz_bar .btn_sso > div,
      body.somosagro #header header > .lavoz_bar .btn_sso > div,
      .detail.somosagro #header header > .lavoz_bar .btn_sso > div,
      body.somosmar #header header > .lavoz_bar .btn_sso > div,
      .detail.somosmar #header header > .lavoz_bar .btn_sso > div,
      body.red #header header > .lavoz_bar .btn_sso > div,
      .detail.red #header header > .lavoz_bar .btn_sso > div,
      body.venagalicia #header header > .lavoz_bar .btn_sso > div,
      .detail.venagalicia #header header > .lavoz_bar .btn_sso > div {
        float: right; }
      /* line 3010, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header header > .lavoz_bar .btn_sso a,
      body.agrogalicia #header header > .lavoz_bar .btn_sso a,
      body.somosagro #header header > .lavoz_bar .btn_sso a,
      .detail.somosagro #header header > .lavoz_bar .btn_sso a,
      body.somosmar #header header > .lavoz_bar .btn_sso a,
      .detail.somosmar #header header > .lavoz_bar .btn_sso a,
      body.red #header header > .lavoz_bar .btn_sso a,
      .detail.red #header header > .lavoz_bar .btn_sso a,
      body.venagalicia #header header > .lavoz_bar .btn_sso a,
      .detail.venagalicia #header header > .lavoz_bar .btn_sso a {
        color: #fff !important; }
      /* line 3015, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header header > .lavoz_bar #btn_menu_site span,
      body.agrogalicia #header header > .lavoz_bar #btn_menu_site span,
      body.somosagro #header header > .lavoz_bar #btn_menu_site span,
      .detail.somosagro #header header > .lavoz_bar #btn_menu_site span,
      body.somosmar #header header > .lavoz_bar #btn_menu_site span,
      .detail.somosmar #header header > .lavoz_bar #btn_menu_site span,
      body.red #header header > .lavoz_bar #btn_menu_site span,
      .detail.red #header header > .lavoz_bar #btn_menu_site span,
      body.venagalicia #header header > .lavoz_bar #btn_menu_site span,
      .detail.venagalicia #header header > .lavoz_bar #btn_menu_site span {
        background: #fff !important; }
    /* line 3021, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #header header .menu,
    body.agrogalicia #header header .menu,
    body.somosagro #header header .menu,
    .detail.somosagro #header header .menu,
    body.somosmar #header header .menu,
    .detail.somosmar #header header .menu,
    body.red #header header .menu,
    .detail.red #header header .menu,
    body.venagalicia #header header .menu,
    .detail.venagalicia #header header .menu {
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
      /* line 3025, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header header .menu > div,
      body.agrogalicia #header header .menu > div,
      body.somosagro #header header .menu > div,
      .detail.somosagro #header header .menu > div,
      body.somosmar #header header .menu > div,
      .detail.somosmar #header header .menu > div,
      body.red #header header .menu > div,
      .detail.red #header header .menu > div,
      body.venagalicia #header header .menu > div,
      .detail.venagalicia #header header .menu > div {
        padding: 12px 0; }
      /* line 3029, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header header .menu .wrapper,
      body.agrogalicia #header header .menu .wrapper,
      body.somosagro #header header .menu .wrapper,
      .detail.somosagro #header header .menu .wrapper,
      body.somosmar #header header .menu .wrapper,
      .detail.somosmar #header header .menu .wrapper,
      body.red #header header .menu .wrapper,
      .detail.red #header header .menu .wrapper,
      body.venagalicia #header header .menu .wrapper,
      .detail.venagalicia #header header .menu .wrapper {
        justify-content: center !important; }
      /* line 3033, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header header .menu a,
      body.agrogalicia #header header .menu a,
      body.somosagro #header header .menu a,
      .detail.somosagro #header header .menu a,
      body.somosmar #header header .menu a,
      .detail.somosmar #header header .menu a,
      body.red #header header .menu a,
      .detail.red #header header .menu a,
      body.venagalicia #header header .menu a,
      .detail.venagalicia #header header .menu a {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: #fff !important;
        padding: 0 15px; }
        /* line 3041, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #header header .menu a:hover span:before,
        body.agrogalicia #header header .menu a:hover span:before,
        body.somosagro #header header .menu a:hover span:before,
        .detail.somosagro #header header .menu a:hover span:before,
        body.somosmar #header header .menu a:hover span:before,
        .detail.somosmar #header header .menu a:hover span:before,
        body.red #header header .menu a:hover span:before,
        .detail.red #header header .menu a:hover span:before,
        body.venagalicia #header header .menu a:hover span:before,
        .detail.venagalicia #header header .menu a:hover span:before {
          display: none !important; }
  /* line 3050, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia #header.shrink,
  body.agrogalicia #header.shrink,
  body.somosagro #header.shrink,
  .detail.somosagro #header.shrink,
  body.somosmar #header.shrink,
  .detail.somosmar #header.shrink,
  body.red #header.shrink,
  .detail.red #header.shrink,
  body.venagalicia #header.shrink,
  .detail.venagalicia #header.shrink {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2); }
    /* line 3055, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #header.shrink .lavoz_bar,
    body.margalicia #header.shrink .menu,
    body.agrogalicia #header.shrink .lavoz_bar,
    body.agrogalicia #header.shrink .menu,
    body.somosagro #header.shrink .lavoz_bar,
    body.somosagro #header.shrink .menu,
    .detail.somosagro #header.shrink .lavoz_bar,
    .detail.somosagro #header.shrink .menu,
    body.somosmar #header.shrink .lavoz_bar,
    body.somosmar #header.shrink .menu,
    .detail.somosmar #header.shrink .lavoz_bar,
    .detail.somosmar #header.shrink .menu,
    body.red #header.shrink .lavoz_bar,
    body.red #header.shrink .menu,
    .detail.red #header.shrink .lavoz_bar,
    .detail.red #header.shrink .menu,
    body.venagalicia #header.shrink .lavoz_bar,
    body.venagalicia #header.shrink .menu,
    .detail.venagalicia #header.shrink .lavoz_bar,
    .detail.venagalicia #header.shrink .menu {
      display: none; }
  /* line 3063, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia .ads,
  body.agrogalicia .ads,
  body.somosagro .ads,
  .detail.somosagro .ads,
  body.somosmar .ads,
  .detail.somosmar .ads,
  body.red .ads,
  .detail.red .ads,
  body.venagalicia .ads,
  .detail.venagalicia .ads {
    text-align: center;
    margin-bottom: 25px; }
    /* line 3068, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia .ads > *,
    body.agrogalicia .ads > *,
    body.somosagro .ads > *,
    .detail.somosagro .ads > *,
    body.somosmar .ads > *,
    .detail.somosmar .ads > *,
    body.red .ads > *,
    .detail.red .ads > *,
    body.venagalicia .ads > *,
    .detail.venagalicia .ads > * {
      margin: auto; }
  /* line 3073, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia section,
  body.agrogalicia section,
  body.somosagro section,
  .detail.somosagro section,
  body.somosmar section,
  .detail.somosmar section,
  body.red section,
  .detail.red section,
  body.venagalicia section,
  .detail.venagalicia section {
    clear: both;
    margin-bottom: 30px; }
    /* line 3078, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia section.reportajes,
    body.agrogalicia section.reportajes,
    body.somosagro section.reportajes,
    .detail.somosagro section.reportajes,
    body.somosmar section.reportajes,
    .detail.somosmar section.reportajes,
    body.red section.reportajes,
    .detail.red section.reportajes,
    body.venagalicia section.reportajes,
    .detail.venagalicia section.reportajes {
      background: #f4f4f4;
      margin-top: 30px;
      padding: 15px 15px 30px 15px !important; }
      @media (min-width: 1020px) {
        /* line 3083, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia section.reportajes article,
        body.agrogalicia section.reportajes article,
        body.somosagro section.reportajes article,
        .detail.somosagro section.reportajes article,
        body.somosmar section.reportajes article,
        .detail.somosmar section.reportajes article,
        body.red section.reportajes article,
        .detail.red section.reportajes article,
        body.venagalicia section.reportajes article,
        .detail.venagalicia section.reportajes article {
          min-height: 500px; }
          /* line 3087, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.margalicia section.reportajes article h2,
          body.agrogalicia section.reportajes article h2,
          body.somosagro section.reportajes article h2,
          .detail.somosagro section.reportajes article h2,
          body.somosmar section.reportajes article h2,
          .detail.somosmar section.reportajes article h2,
          body.red section.reportajes article h2,
          .detail.red section.reportajes article h2,
          body.venagalicia section.reportajes article h2,
          .detail.venagalicia section.reportajes article h2 {
            font-size: 28px !important; } }
  /* line 3095, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia .section_cliche,
  body.agrogalicia .section_cliche,
  body.somosagro .section_cliche,
  .detail.somosagro .section_cliche,
  body.somosmar .section_cliche,
  .detail.somosmar .section_cliche,
  body.red .section_cliche,
  .detail.red .section_cliche,
  body.venagalicia .section_cliche,
  .detail.venagalicia .section_cliche {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
    /* line 3100, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia .section_cliche h2,
    body.agrogalicia .section_cliche h2,
    body.somosagro .section_cliche h2,
    .detail.somosagro .section_cliche h2,
    body.somosmar .section_cliche h2,
    .detail.somosmar .section_cliche h2,
    body.red .section_cliche h2,
    .detail.red .section_cliche h2,
    body.venagalicia .section_cliche h2,
    .detail.venagalicia .section_cliche h2 {
      font-family: 'Poppins', sans-serif !important;
      color: #222 !important;
      display: block;
      text-align: center;
      font-weight: bolder !important; }
  /* line 3109, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia #refranero,
  body.agrogalicia #refranero,
  body.somosagro #refranero,
  .detail.somosagro #refranero,
  body.somosmar #refranero,
  .detail.somosmar #refranero,
  body.red #refranero,
  .detail.red #refranero,
  body.venagalicia #refranero,
  .detail.venagalicia #refranero {
    clear: both;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    border-radius: 4px; }
    /* line 3116, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #refranero h3,
    body.agrogalicia #refranero h3,
    body.somosagro #refranero h3,
    .detail.somosagro #refranero h3,
    body.somosmar #refranero h3,
    .detail.somosmar #refranero h3,
    body.red #refranero h3,
    .detail.red #refranero h3,
    body.venagalicia #refranero h3,
    .detail.venagalicia #refranero h3 {
      font-family: 'Merriweather', sans-serif !important;
      font-style: italic;
      font-weight: bolder;
      text-align: center; }
      /* line 3123, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #refranero h3:before,
      body.agrogalicia #refranero h3:before,
      body.somosagro #refranero h3:before,
      .detail.somosagro #refranero h3:before,
      body.somosmar #refranero h3:before,
      .detail.somosmar #refranero h3:before,
      body.red #refranero h3:before,
      .detail.red #refranero h3:before,
      body.venagalicia #refranero h3:before,
      .detail.venagalicia #refranero h3:before {
        content: "Refranero gallego";
        display: block;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        font-family: "Roboto";
        font-style: normal;
        margin-bottom: 5px; }
  /* line 3138, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia #logo_banner,
  body.agrogalicia #logo_banner,
  body.somosagro #logo_banner,
  .detail.somosagro #logo_banner,
  body.somosmar #logo_banner,
  .detail.somosmar #logo_banner,
  body.red #logo_banner,
  .detail.red #logo_banner,
  body.venagalicia #logo_banner,
  .detail.venagalicia #logo_banner {
    padding: 10px 0 15px 0;
    text-align: center;
    max-width: 1920px;
    margin: auto; }
    @media (min-width: 768px) and (max-width: 1019px) {
      /* line 3138, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner,
      body.agrogalicia #logo_banner,
      body.somosagro #logo_banner,
      .detail.somosagro #logo_banner,
      body.somosmar #logo_banner,
      .detail.somosmar #logo_banner,
      body.red #logo_banner,
      .detail.red #logo_banner,
      body.venagalicia #logo_banner,
      .detail.venagalicia #logo_banner {
        padding: 15px; }
        /* line 3142, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #logo_banner .container,
        body.agrogalicia #logo_banner .container,
        body.somosagro #logo_banner .container,
        .detail.somosagro #logo_banner .container,
        body.somosmar #logo_banner .container,
        .detail.somosmar #logo_banner .container,
        body.red #logo_banner .container,
        .detail.red #logo_banner .container,
        body.venagalicia #logo_banner .container,
        .detail.venagalicia #logo_banner .container {
          width: 100% !important; } }
    @media (min-width: 1020px) {
      /* line 3138, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner,
      body.agrogalicia #logo_banner,
      body.somosagro #logo_banner,
      .detail.somosagro #logo_banner,
      body.somosmar #logo_banner,
      .detail.somosmar #logo_banner,
      body.red #logo_banner,
      .detail.red #logo_banner,
      body.venagalicia #logo_banner,
      .detail.venagalicia #logo_banner {
        padding: 15px 0 10px 0; } }
    /* line 3157, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #logo_banner .logo_sabe,
    body.agrogalicia #logo_banner .logo_sabe,
    body.somosagro #logo_banner .logo_sabe,
    .detail.somosagro #logo_banner .logo_sabe,
    body.somosmar #logo_banner .logo_sabe,
    .detail.somosmar #logo_banner .logo_sabe,
    body.red #logo_banner .logo_sabe,
    .detail.red #logo_banner .logo_sabe,
    body.venagalicia #logo_banner .logo_sabe,
    .detail.venagalicia #logo_banner .logo_sabe {
      max-width: 55%; }
      /* line 3161, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .logo_sabe img,
      body.agrogalicia #logo_banner .logo_sabe img,
      body.somosagro #logo_banner .logo_sabe img,
      .detail.somosagro #logo_banner .logo_sabe img,
      body.somosmar #logo_banner .logo_sabe img,
      .detail.somosmar #logo_banner .logo_sabe img,
      body.red #logo_banner .logo_sabe img,
      .detail.red #logo_banner .logo_sabe img,
      body.venagalicia #logo_banner .logo_sabe img,
      .detail.venagalicia #logo_banner .logo_sabe img {
        width: 100%;
        max-width: 228px; }
        @media (max-width: 1019px) {
          /* line 3161, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.margalicia #logo_banner .logo_sabe img,
          body.agrogalicia #logo_banner .logo_sabe img,
          body.somosagro #logo_banner .logo_sabe img,
          .detail.somosagro #logo_banner .logo_sabe img,
          body.somosmar #logo_banner .logo_sabe img,
          .detail.somosmar #logo_banner .logo_sabe img,
          body.red #logo_banner .logo_sabe img,
          .detail.red #logo_banner .logo_sabe img,
          body.venagalicia #logo_banner .logo_sabe img,
          .detail.venagalicia #logo_banner .logo_sabe img {
            max-height: 38px;
            max-width: 100%;
            width: auto; } }
    /* line 3173, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #logo_banner .logo_voz,
    body.agrogalicia #logo_banner .logo_voz,
    body.somosagro #logo_banner .logo_voz,
    .detail.somosagro #logo_banner .logo_voz,
    body.somosmar #logo_banner .logo_voz,
    .detail.somosmar #logo_banner .logo_voz,
    body.red #logo_banner .logo_voz,
    .detail.red #logo_banner .logo_voz,
    body.venagalicia #logo_banner .logo_voz,
    .detail.venagalicia #logo_banner .logo_voz {
      display: block;
      margin-bottom: 5px; }
      /* line 3178, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .logo_voz img,
      body.agrogalicia #logo_banner .logo_voz img,
      body.somosagro #logo_banner .logo_voz img,
      .detail.somosagro #logo_banner .logo_voz img,
      body.somosmar #logo_banner .logo_voz img,
      .detail.somosmar #logo_banner .logo_voz img,
      body.red #logo_banner .logo_voz img,
      .detail.red #logo_banner .logo_voz img,
      body.venagalicia #logo_banner .logo_voz img,
      .detail.venagalicia #logo_banner .logo_voz img {
        max-height: 22px; }
        @media (max-width: 1019px) {
          /* line 3178, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.margalicia #logo_banner .logo_voz img,
          body.agrogalicia #logo_banner .logo_voz img,
          body.somosagro #logo_banner .logo_voz img,
          .detail.somosagro #logo_banner .logo_voz img,
          body.somosmar #logo_banner .logo_voz img,
          .detail.somosmar #logo_banner .logo_voz img,
          body.red #logo_banner .logo_voz img,
          .detail.red #logo_banner .logo_voz img,
          body.venagalicia #logo_banner .logo_voz img,
          .detail.venagalicia #logo_banner .logo_voz img {
            max-height: 17px;
            margin-top: -5px;
            margin-bottom: 5px; } }
    /* line 3189, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #logo_banner .navbar-toggle,
    body.agrogalicia #logo_banner .navbar-toggle,
    body.somosagro #logo_banner .navbar-toggle,
    .detail.somosagro #logo_banner .navbar-toggle,
    body.somosmar #logo_banner .navbar-toggle,
    .detail.somosmar #logo_banner .navbar-toggle,
    body.red #logo_banner .navbar-toggle,
    .detail.red #logo_banner .navbar-toggle,
    body.venagalicia #logo_banner .navbar-toggle,
    .detail.venagalicia #logo_banner .navbar-toggle {
      margin-right: 0 !important;
      float: left !important;
      margin-left: 0;
      padding-left: 0 !important; }
      /* line 3196, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .navbar-toggle .icon-bar,
      body.agrogalicia #logo_banner .navbar-toggle .icon-bar,
      body.somosagro #logo_banner .navbar-toggle .icon-bar,
      .detail.somosagro #logo_banner .navbar-toggle .icon-bar,
      body.somosmar #logo_banner .navbar-toggle .icon-bar,
      .detail.somosmar #logo_banner .navbar-toggle .icon-bar,
      body.red #logo_banner .navbar-toggle .icon-bar,
      .detail.red #logo_banner .navbar-toggle .icon-bar,
      body.venagalicia #logo_banner .navbar-toggle .icon-bar,
      .detail.venagalicia #logo_banner .navbar-toggle .icon-bar {
        background-color: #fff !important; }
    /* line 3201, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #logo_banner #navbar,
    body.agrogalicia #logo_banner #navbar,
    body.somosagro #logo_banner #navbar,
    .detail.somosagro #logo_banner #navbar,
    body.somosmar #logo_banner #navbar,
    .detail.somosmar #logo_banner #navbar,
    body.red #logo_banner #navbar,
    .detail.red #logo_banner #navbar,
    body.venagalicia #logo_banner #navbar,
    .detail.venagalicia #logo_banner #navbar {
      padding: 0 !important;
      float: left; }
      @media (max-width: 1019px) {
        /* line 3201, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #logo_banner #navbar,
        body.agrogalicia #logo_banner #navbar,
        body.somosagro #logo_banner #navbar,
        .detail.somosagro #logo_banner #navbar,
        body.somosmar #logo_banner #navbar,
        .detail.somosmar #logo_banner #navbar,
        body.red #logo_banner #navbar,
        .detail.red #logo_banner #navbar,
        body.venagalicia #logo_banner #navbar,
        .detail.venagalicia #logo_banner #navbar {
          width: 100%;
          margin-top: 10px; } }
      /* line 3211, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner #navbar .nav,
      body.agrogalicia #logo_banner #navbar .nav,
      body.somosagro #logo_banner #navbar .nav,
      .detail.somosagro #logo_banner #navbar .nav,
      body.somosmar #logo_banner #navbar .nav,
      .detail.somosmar #logo_banner #navbar .nav,
      body.red #logo_banner #navbar .nav,
      .detail.red #logo_banner #navbar .nav,
      body.venagalicia #logo_banner #navbar .nav,
      .detail.venagalicia #logo_banner #navbar .nav {
        background: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important; }
        /* line 3217, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #logo_banner #navbar .nav a,
        body.agrogalicia #logo_banner #navbar .nav a,
        body.somosagro #logo_banner #navbar .nav a,
        .detail.somosagro #logo_banner #navbar .nav a,
        body.somosmar #logo_banner #navbar .nav a,
        .detail.somosmar #logo_banner #navbar .nav a,
        body.red #logo_banner #navbar .nav a,
        .detail.red #logo_banner #navbar .nav a,
        body.venagalicia #logo_banner #navbar .nav a,
        .detail.venagalicia #logo_banner #navbar .nav a {
          color: #fff !important;
          font-weight: 300 !important;
          padding-left: 0;
          padding-right: 0; }
          /* line 3223, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.margalicia #logo_banner #navbar .nav a:hover,
          body.agrogalicia #logo_banner #navbar .nav a:hover,
          body.somosagro #logo_banner #navbar .nav a:hover,
          .detail.somosagro #logo_banner #navbar .nav a:hover,
          body.somosmar #logo_banner #navbar .nav a:hover,
          .detail.somosmar #logo_banner #navbar .nav a:hover,
          body.red #logo_banner #navbar .nav a:hover,
          .detail.red #logo_banner #navbar .nav a:hover,
          body.venagalicia #logo_banner #navbar .nav a:hover,
          .detail.venagalicia #logo_banner #navbar .nav a:hover {
            opacity: .9;
            background: none !important; }
          @media (min-width: 1020px) {
            /* line 3229, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.margalicia #logo_banner #navbar .nav a:after,
            body.agrogalicia #logo_banner #navbar .nav a:after,
            body.somosagro #logo_banner #navbar .nav a:after,
            .detail.somosagro #logo_banner #navbar .nav a:after,
            body.somosmar #logo_banner #navbar .nav a:after,
            .detail.somosmar #logo_banner #navbar .nav a:after,
            body.red #logo_banner #navbar .nav a:after,
            .detail.red #logo_banner #navbar .nav a:after,
            body.venagalicia #logo_banner #navbar .nav a:after,
            .detail.venagalicia #logo_banner #navbar .nav a:after {
              content: " / ";
              display: inline-block;
              padding: 0 12px;
              opacity: .6; } }
        /* line 3240, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #logo_banner #navbar .nav li:last-child a:after,
        body.agrogalicia #logo_banner #navbar .nav li:last-child a:after,
        body.somosagro #logo_banner #navbar .nav li:last-child a:after,
        .detail.somosagro #logo_banner #navbar .nav li:last-child a:after,
        body.somosmar #logo_banner #navbar .nav li:last-child a:after,
        .detail.somosmar #logo_banner #navbar .nav li:last-child a:after,
        body.red #logo_banner #navbar .nav li:last-child a:after,
        .detail.red #logo_banner #navbar .nav li:last-child a:after,
        body.venagalicia #logo_banner #navbar .nav li:last-child a:after,
        .detail.venagalicia #logo_banner #navbar .nav li:last-child a:after {
          display: none; }
    /* line 3248, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #logo_banner .btn_sso,
    body.agrogalicia #logo_banner .btn_sso,
    body.somosagro #logo_banner .btn_sso,
    .detail.somosagro #logo_banner .btn_sso,
    body.somosmar #logo_banner .btn_sso,
    .detail.somosmar #logo_banner .btn_sso,
    body.red #logo_banner .btn_sso,
    .detail.red #logo_banner .btn_sso,
    body.venagalicia #logo_banner .btn_sso,
    .detail.venagalicia #logo_banner .btn_sso {
      float: right; }
      /* line 3252, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .btn_sso a,
      body.agrogalicia #logo_banner .btn_sso a,
      body.somosagro #logo_banner .btn_sso a,
      .detail.somosagro #logo_banner .btn_sso a,
      body.somosmar #logo_banner .btn_sso a,
      .detail.somosmar #logo_banner .btn_sso a,
      body.red #logo_banner .btn_sso a,
      .detail.red #logo_banner .btn_sso a,
      body.venagalicia #logo_banner .btn_sso a,
      .detail.venagalicia #logo_banner .btn_sso a {
        color: #fff !important; }
        @media (min-width: 1020px) {
          /* line 3256, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.margalicia #logo_banner .btn_sso a [class^="sso-"],
          body.agrogalicia #logo_banner .btn_sso a [class^="sso-"],
          body.somosagro #logo_banner .btn_sso a [class^="sso-"],
          .detail.somosagro #logo_banner .btn_sso a [class^="sso-"],
          body.somosmar #logo_banner .btn_sso a [class^="sso-"],
          .detail.somosmar #logo_banner .btn_sso a [class^="sso-"],
          body.red #logo_banner .btn_sso a [class^="sso-"],
          .detail.red #logo_banner .btn_sso a [class^="sso-"],
          body.venagalicia #logo_banner .btn_sso a [class^="sso-"],
          .detail.venagalicia #logo_banner .btn_sso a [class^="sso-"] {
            bottom: -8px !important; } }
        @media (max-width: 767px) {
          /* line 3262, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.margalicia #logo_banner .btn_sso a [class^="sso-"],
          body.agrogalicia #logo_banner .btn_sso a [class^="sso-"],
          body.somosagro #logo_banner .btn_sso a [class^="sso-"],
          .detail.somosagro #logo_banner .btn_sso a [class^="sso-"],
          body.somosmar #logo_banner .btn_sso a [class^="sso-"],
          .detail.somosmar #logo_banner .btn_sso a [class^="sso-"],
          body.red #logo_banner .btn_sso a [class^="sso-"],
          .detail.red #logo_banner .btn_sso a [class^="sso-"],
          body.venagalicia #logo_banner .btn_sso a [class^="sso-"],
          .detail.venagalicia #logo_banner .btn_sso a [class^="sso-"] {
            font-size: 22px;
            bottom: -4px !important; } }
        /* line 3268, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #logo_banner .btn_sso a:hover,
        body.agrogalicia #logo_banner .btn_sso a:hover,
        body.somosagro #logo_banner .btn_sso a:hover,
        .detail.somosagro #logo_banner .btn_sso a:hover,
        body.somosmar #logo_banner .btn_sso a:hover,
        .detail.somosmar #logo_banner .btn_sso a:hover,
        body.red #logo_banner .btn_sso a:hover,
        .detail.red #logo_banner .btn_sso a:hover,
        body.venagalicia #logo_banner .btn_sso a:hover,
        .detail.venagalicia #logo_banner .btn_sso a:hover {
          text-decoration: none; }
    @media (min-width: 1020px) {
      /* line 3277, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner nav .navbar-collapse.collapse,
      body.agrogalicia #logo_banner nav .navbar-collapse.collapse,
      body.somosagro #logo_banner nav .navbar-collapse.collapse,
      .detail.somosagro #logo_banner nav .navbar-collapse.collapse,
      body.somosmar #logo_banner nav .navbar-collapse.collapse,
      .detail.somosmar #logo_banner nav .navbar-collapse.collapse,
      body.red #logo_banner nav .navbar-collapse.collapse,
      .detail.red #logo_banner nav .navbar-collapse.collapse,
      body.venagalicia #logo_banner nav .navbar-collapse.collapse,
      .detail.venagalicia #logo_banner nav .navbar-collapse.collapse {
        display: block !important; } }
    @media (max-width: 1019px) {
      /* line 3285, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .navbar,
      body.agrogalicia #logo_banner .navbar,
      body.somosagro #logo_banner .navbar,
      .detail.somosagro #logo_banner .navbar,
      body.somosmar #logo_banner .navbar,
      .detail.somosmar #logo_banner .navbar,
      body.red #logo_banner .navbar,
      .detail.red #logo_banner .navbar,
      body.venagalicia #logo_banner .navbar,
      .detail.venagalicia #logo_banner .navbar {
        min-height: auto !important; }
      /* line 3289, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .navbar-header,
      body.agrogalicia #logo_banner .navbar-header,
      body.somosagro #logo_banner .navbar-header,
      .detail.somosagro #logo_banner .navbar-header,
      body.somosmar #logo_banner .navbar-header,
      .detail.somosmar #logo_banner .navbar-header,
      body.red #logo_banner .navbar-header,
      .detail.red #logo_banner .navbar-header,
      body.venagalicia #logo_banner .navbar-header,
      .detail.venagalicia #logo_banner .navbar-header {
        float: none;
        text-align: left !important; }
        /* line 3293, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #logo_banner .navbar-header img,
        body.agrogalicia #logo_banner .navbar-header img,
        body.somosagro #logo_banner .navbar-header img,
        .detail.somosagro #logo_banner .navbar-header img,
        body.somosmar #logo_banner .navbar-header img,
        .detail.somosmar #logo_banner .navbar-header img,
        body.red #logo_banner .navbar-header img,
        .detail.red #logo_banner .navbar-header img,
        body.venagalicia #logo_banner .navbar-header img,
        .detail.venagalicia #logo_banner .navbar-header img {
          max-height: 35px; }
      /* line 3298, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .navbar-left,
      body.margalicia #logo_banner .navbar-right,
      body.agrogalicia #logo_banner .navbar-left,
      body.agrogalicia #logo_banner .navbar-right,
      body.somosagro #logo_banner .navbar-left,
      body.somosagro #logo_banner .navbar-right,
      .detail.somosagro #logo_banner .navbar-left,
      .detail.somosagro #logo_banner .navbar-right,
      body.somosmar #logo_banner .navbar-left,
      body.somosmar #logo_banner .navbar-right,
      .detail.somosmar #logo_banner .navbar-left,
      .detail.somosmar #logo_banner .navbar-right,
      body.red #logo_banner .navbar-left,
      body.red #logo_banner .navbar-right,
      .detail.red #logo_banner .navbar-left,
      .detail.red #logo_banner .navbar-right,
      body.venagalicia #logo_banner .navbar-left,
      body.venagalicia #logo_banner .navbar-right,
      .detail.venagalicia #logo_banner .navbar-left,
      .detail.venagalicia #logo_banner .navbar-right {
        float: none !important; }
      /* line 3303, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .navbar-toggle,
      body.agrogalicia #logo_banner .navbar-toggle,
      body.somosagro #logo_banner .navbar-toggle,
      .detail.somosagro #logo_banner .navbar-toggle,
      body.somosmar #logo_banner .navbar-toggle,
      .detail.somosmar #logo_banner .navbar-toggle,
      body.red #logo_banner .navbar-toggle,
      .detail.red #logo_banner .navbar-toggle,
      body.venagalicia #logo_banner .navbar-toggle,
      .detail.venagalicia #logo_banner .navbar-toggle {
        display: block;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
      /* line 3309, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .navbar-collapse,
      body.agrogalicia #logo_banner .navbar-collapse,
      body.somosagro #logo_banner .navbar-collapse,
      .detail.somosagro #logo_banner .navbar-collapse,
      body.somosmar #logo_banner .navbar-collapse,
      .detail.somosmar #logo_banner .navbar-collapse,
      body.red #logo_banner .navbar-collapse,
      .detail.red #logo_banner .navbar-collapse,
      body.venagalicia #logo_banner .navbar-collapse,
      .detail.venagalicia #logo_banner .navbar-collapse {
        border: none;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
      /* line 3314, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .navbar-fixed-top,
      body.agrogalicia #logo_banner .navbar-fixed-top,
      body.somosagro #logo_banner .navbar-fixed-top,
      .detail.somosagro #logo_banner .navbar-fixed-top,
      body.somosmar #logo_banner .navbar-fixed-top,
      .detail.somosmar #logo_banner .navbar-fixed-top,
      body.red #logo_banner .navbar-fixed-top,
      .detail.red #logo_banner .navbar-fixed-top,
      body.venagalicia #logo_banner .navbar-fixed-top,
      .detail.venagalicia #logo_banner .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px; }
      /* line 3319, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .navbar-collapse.collapse,
      body.agrogalicia #logo_banner .navbar-collapse.collapse,
      body.somosagro #logo_banner .navbar-collapse.collapse,
      .detail.somosagro #logo_banner .navbar-collapse.collapse,
      body.somosmar #logo_banner .navbar-collapse.collapse,
      .detail.somosmar #logo_banner .navbar-collapse.collapse,
      body.red #logo_banner .navbar-collapse.collapse,
      .detail.red #logo_banner .navbar-collapse.collapse,
      body.venagalicia #logo_banner .navbar-collapse.collapse,
      .detail.venagalicia #logo_banner .navbar-collapse.collapse {
        display: none !important; }
      /* line 3323, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .navbar-nav,
      body.agrogalicia #logo_banner .navbar-nav,
      body.somosagro #logo_banner .navbar-nav,
      .detail.somosagro #logo_banner .navbar-nav,
      body.somosmar #logo_banner .navbar-nav,
      .detail.somosmar #logo_banner .navbar-nav,
      body.red #logo_banner .navbar-nav,
      .detail.red #logo_banner .navbar-nav,
      body.venagalicia #logo_banner .navbar-nav,
      .detail.venagalicia #logo_banner .navbar-nav {
        float: none !important;
        margin-top: 7.5px; }
      /* line 3328, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .navbar-nav > li,
      body.agrogalicia #logo_banner .navbar-nav > li,
      body.somosagro #logo_banner .navbar-nav > li,
      .detail.somosagro #logo_banner .navbar-nav > li,
      body.somosmar #logo_banner .navbar-nav > li,
      .detail.somosmar #logo_banner .navbar-nav > li,
      body.red #logo_banner .navbar-nav > li,
      .detail.red #logo_banner .navbar-nav > li,
      body.venagalicia #logo_banner .navbar-nav > li,
      .detail.venagalicia #logo_banner .navbar-nav > li {
        float: none; }
      /* line 3332, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .navbar-nav > li > a,
      body.agrogalicia #logo_banner .navbar-nav > li > a,
      body.somosagro #logo_banner .navbar-nav > li > a,
      .detail.somosagro #logo_banner .navbar-nav > li > a,
      body.somosmar #logo_banner .navbar-nav > li > a,
      .detail.somosmar #logo_banner .navbar-nav > li > a,
      body.red #logo_banner .navbar-nav > li > a,
      .detail.red #logo_banner .navbar-nav > li > a,
      body.venagalicia #logo_banner .navbar-nav > li > a,
      .detail.venagalicia #logo_banner .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px; }
      /* line 3337, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #logo_banner .collapse.in,
      body.agrogalicia #logo_banner .collapse.in,
      body.somosagro #logo_banner .collapse.in,
      .detail.somosagro #logo_banner .collapse.in,
      body.somosmar #logo_banner .collapse.in,
      .detail.somosmar #logo_banner .collapse.in,
      body.red #logo_banner .collapse.in,
      .detail.red #logo_banner .collapse.in,
      body.venagalicia #logo_banner .collapse.in,
      .detail.venagalicia #logo_banner .collapse.in {
        display: block !important; } }
  /* line 3343, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia.detail #logo_banner,
  body.margalicia#home_section #logo_banner,
  body.agrogalicia.detail #logo_banner,
  body.agrogalicia#home_section #logo_banner,
  body.somosagro.detail #logo_banner,
  body.somosagro#home_section #logo_banner,
  .detail.somosagro.detail #logo_banner,
  .detail.somosagro#home_section #logo_banner,
  body.somosmar.detail #logo_banner,
  body.somosmar#home_section #logo_banner,
  .detail.somosmar.detail #logo_banner,
  .detail.somosmar#home_section #logo_banner,
  body.red.detail #logo_banner,
  body.red#home_section #logo_banner,
  .detail.red.detail #logo_banner,
  .detail.red#home_section #logo_banner,
  body.venagalicia.detail #logo_banner,
  body.venagalicia#home_section #logo_banner,
  .detail.venagalicia.detail #logo_banner,
  .detail.venagalicia#home_section #logo_banner {
    padding: 30px 15px 20px 15px !important; }
    @media (max-width: 767px) {
      /* line 3343, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia.detail #logo_banner,
      body.margalicia#home_section #logo_banner,
      body.agrogalicia.detail #logo_banner,
      body.agrogalicia#home_section #logo_banner,
      body.somosagro.detail #logo_banner,
      body.somosagro#home_section #logo_banner,
      .detail.somosagro.detail #logo_banner,
      .detail.somosagro#home_section #logo_banner,
      body.somosmar.detail #logo_banner,
      body.somosmar#home_section #logo_banner,
      .detail.somosmar.detail #logo_banner,
      .detail.somosmar#home_section #logo_banner,
      body.red.detail #logo_banner,
      body.red#home_section #logo_banner,
      .detail.red.detail #logo_banner,
      .detail.red#home_section #logo_banner,
      body.venagalicia.detail #logo_banner,
      body.venagalicia#home_section #logo_banner,
      .detail.venagalicia.detail #logo_banner,
      .detail.venagalicia#home_section #logo_banner {
        margin: -15px -15px 0 -15px;
        padding: 20px 0 !important; } }
    /* line 3353, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia.detail #logo_banner .container,
    body.margalicia#home_section #logo_banner .container,
    body.agrogalicia.detail #logo_banner .container,
    body.agrogalicia#home_section #logo_banner .container,
    body.somosagro.detail #logo_banner .container,
    body.somosagro#home_section #logo_banner .container,
    .detail.somosagro.detail #logo_banner .container,
    .detail.somosagro#home_section #logo_banner .container,
    body.somosmar.detail #logo_banner .container,
    body.somosmar#home_section #logo_banner .container,
    .detail.somosmar.detail #logo_banner .container,
    .detail.somosmar#home_section #logo_banner .container,
    body.red.detail #logo_banner .container,
    body.red#home_section #logo_banner .container,
    .detail.red.detail #logo_banner .container,
    .detail.red#home_section #logo_banner .container,
    body.venagalicia.detail #logo_banner .container,
    body.venagalicia#home_section #logo_banner .container,
    .detail.venagalicia.detail #logo_banner .container,
    .detail.venagalicia#home_section #logo_banner .container {
      box-shadow: none !important;
      width: auto !important;
      background: none !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
  /* line 3362, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia #header_detail_sites,
  body.agrogalicia #header_detail_sites,
  body.somosagro #header_detail_sites,
  .detail.somosagro #header_detail_sites,
  body.somosmar #header_detail_sites,
  .detail.somosmar #header_detail_sites,
  body.red #header_detail_sites,
  .detail.red #header_detail_sites,
  body.venagalicia #header_detail_sites,
  .detail.venagalicia #header_detail_sites {
    padding: 10px 15px; }
    @media (max-width: 767px) {
      /* line 3362, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header_detail_sites,
      body.agrogalicia #header_detail_sites,
      body.somosagro #header_detail_sites,
      .detail.somosagro #header_detail_sites,
      body.somosmar #header_detail_sites,
      .detail.somosmar #header_detail_sites,
      body.red #header_detail_sites,
      .detail.red #header_detail_sites,
      body.venagalicia #header_detail_sites,
      .detail.venagalicia #header_detail_sites {
        margin: -15px -15px 0 -15px;
        padding: 15px; } }
    /* line 3370, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #header_detail_sites header,
    body.agrogalicia #header_detail_sites header,
    body.somosagro #header_detail_sites header,
    .detail.somosagro #header_detail_sites header,
    body.somosmar #header_detail_sites header,
    .detail.somosmar #header_detail_sites header,
    body.red #header_detail_sites header,
    .detail.red #header_detail_sites header,
    body.venagalicia #header_detail_sites header,
    .detail.venagalicia #header_detail_sites header {
      min-height: 1%;
      overflow: hidden; }
    /* line 3376, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #header_detail_sites .logo_voz,
    body.agrogalicia #header_detail_sites .logo_voz,
    body.somosagro #header_detail_sites .logo_voz,
    .detail.somosagro #header_detail_sites .logo_voz,
    body.somosmar #header_detail_sites .logo_voz,
    .detail.somosmar #header_detail_sites .logo_voz,
    body.red #header_detail_sites .logo_voz,
    .detail.red #header_detail_sites .logo_voz,
    body.venagalicia #header_detail_sites .logo_voz,
    .detail.venagalicia #header_detail_sites .logo_voz {
      padding: 3px 0; }
      /* line 3380, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header_detail_sites .logo_voz img,
      body.agrogalicia #header_detail_sites .logo_voz img,
      body.somosagro #header_detail_sites .logo_voz img,
      .detail.somosagro #header_detail_sites .logo_voz img,
      body.somosmar #header_detail_sites .logo_voz img,
      .detail.somosmar #header_detail_sites .logo_voz img,
      body.red #header_detail_sites .logo_voz img,
      .detail.red #header_detail_sites .logo_voz img,
      body.venagalicia #header_detail_sites .logo_voz img,
      .detail.venagalicia #header_detail_sites .logo_voz img {
        max-height: 20px; }
        @media (max-width: 767px) {
          /* line 3380, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.margalicia #header_detail_sites .logo_voz img,
          body.agrogalicia #header_detail_sites .logo_voz img,
          body.somosagro #header_detail_sites .logo_voz img,
          .detail.somosagro #header_detail_sites .logo_voz img,
          body.somosmar #header_detail_sites .logo_voz img,
          .detail.somosmar #header_detail_sites .logo_voz img,
          body.red #header_detail_sites .logo_voz img,
          .detail.red #header_detail_sites .logo_voz img,
          body.venagalicia #header_detail_sites .logo_voz img,
          .detail.venagalicia #header_detail_sites .logo_voz img {
            max-height: 17px;
            margin-top: -5px;
            margin-bottom: 5px; } }
    /* line 3391, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #header_detail_sites #btn_menu_site,
    body.agrogalicia #header_detail_sites #btn_menu_site,
    body.somosagro #header_detail_sites #btn_menu_site,
    .detail.somosagro #header_detail_sites #btn_menu_site,
    body.somosmar #header_detail_sites #btn_menu_site,
    .detail.somosmar #header_detail_sites #btn_menu_site,
    body.red #header_detail_sites #btn_menu_site,
    .detail.red #header_detail_sites #btn_menu_site,
    body.venagalicia #header_detail_sites #btn_menu_site,
    .detail.venagalicia #header_detail_sites #btn_menu_site {
      background: none !important;
      border: none !important; }
      /* line 3396, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header_detail_sites #btn_menu_site span,
      body.agrogalicia #header_detail_sites #btn_menu_site span,
      body.somosagro #header_detail_sites #btn_menu_site span,
      .detail.somosagro #header_detail_sites #btn_menu_site span,
      body.somosmar #header_detail_sites #btn_menu_site span,
      .detail.somosmar #header_detail_sites #btn_menu_site span,
      body.red #header_detail_sites #btn_menu_site span,
      .detail.red #header_detail_sites #btn_menu_site span,
      body.venagalicia #header_detail_sites #btn_menu_site span,
      .detail.venagalicia #header_detail_sites #btn_menu_site span {
        background: #fff !important;
        color: #fff !important; }
      @media (max-width: 767px) {
        /* line 3391, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #header_detail_sites #btn_menu_site,
        body.agrogalicia #header_detail_sites #btn_menu_site,
        body.somosagro #header_detail_sites #btn_menu_site,
        .detail.somosagro #header_detail_sites #btn_menu_site,
        body.somosmar #header_detail_sites #btn_menu_site,
        .detail.somosmar #header_detail_sites #btn_menu_site,
        body.red #header_detail_sites #btn_menu_site,
        .detail.red #header_detail_sites #btn_menu_site,
        body.venagalicia #header_detail_sites #btn_menu_site,
        .detail.venagalicia #header_detail_sites #btn_menu_site {
          padding: 0 8px 0 0 !important; } }
    /* line 3409, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #header_detail_sites .mh60 > div,
    body.agrogalicia #header_detail_sites .mh60 > div,
    body.somosagro #header_detail_sites .mh60 > div,
    .detail.somosagro #header_detail_sites .mh60 > div,
    body.somosmar #header_detail_sites .mh60 > div,
    .detail.somosmar #header_detail_sites .mh60 > div,
    body.red #header_detail_sites .mh60 > div,
    .detail.red #header_detail_sites .mh60 > div,
    body.venagalicia #header_detail_sites .mh60 > div,
    .detail.venagalicia #header_detail_sites .mh60 > div {
      align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    /* line 3414, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #header_detail_sites .mh60 .logo_site,
    body.agrogalicia #header_detail_sites .mh60 .logo_site,
    body.somosagro #header_detail_sites .mh60 .logo_site,
    .detail.somosagro #header_detail_sites .mh60 .logo_site,
    body.somosmar #header_detail_sites .mh60 .logo_site,
    .detail.somosmar #header_detail_sites .mh60 .logo_site,
    body.red #header_detail_sites .mh60 .logo_site,
    .detail.red #header_detail_sites .mh60 .logo_site,
    body.venagalicia #header_detail_sites .mh60 .logo_site,
    .detail.venagalicia #header_detail_sites .mh60 .logo_site {
      margin-top: -5px;
      padding-left: 10px; }
      /* line 3418, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header_detail_sites .mh60 .logo_site img,
      body.agrogalicia #header_detail_sites .mh60 .logo_site img,
      body.somosagro #header_detail_sites .mh60 .logo_site img,
      .detail.somosagro #header_detail_sites .mh60 .logo_site img,
      body.somosmar #header_detail_sites .mh60 .logo_site img,
      .detail.somosmar #header_detail_sites .mh60 .logo_site img,
      body.red #header_detail_sites .mh60 .logo_site img,
      .detail.red #header_detail_sites .mh60 .logo_site img,
      body.venagalicia #header_detail_sites .mh60 .logo_site img,
      .detail.venagalicia #header_detail_sites .mh60 .logo_site img {
        max-height: 40px; }
      @media (max-width: 767px) {
        /* line 3414, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #header_detail_sites .mh60 .logo_site,
        body.agrogalicia #header_detail_sites .mh60 .logo_site,
        body.somosagro #header_detail_sites .mh60 .logo_site,
        .detail.somosagro #header_detail_sites .mh60 .logo_site,
        body.somosmar #header_detail_sites .mh60 .logo_site,
        .detail.somosmar #header_detail_sites .mh60 .logo_site,
        body.red #header_detail_sites .mh60 .logo_site,
        .detail.red #header_detail_sites .mh60 .logo_site,
        body.venagalicia #header_detail_sites .mh60 .logo_site,
        .detail.venagalicia #header_detail_sites .mh60 .logo_site {
          padding-left: 0px; }
          /* line 3425, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.margalicia #header_detail_sites .mh60 .logo_site img,
          body.agrogalicia #header_detail_sites .mh60 .logo_site img,
          body.somosagro #header_detail_sites .mh60 .logo_site img,
          .detail.somosagro #header_detail_sites .mh60 .logo_site img,
          body.somosmar #header_detail_sites .mh60 .logo_site img,
          .detail.somosmar #header_detail_sites .mh60 .logo_site img,
          body.red #header_detail_sites .mh60 .logo_site img,
          .detail.red #header_detail_sites .mh60 .logo_site img,
          body.venagalicia #header_detail_sites .mh60 .logo_site img,
          .detail.venagalicia #header_detail_sites .mh60 .logo_site img {
            max-height: 38px; } }
    /* line 3431, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #header_detail_sites .mh60 .btn_sso,
    body.agrogalicia #header_detail_sites .mh60 .btn_sso,
    body.somosagro #header_detail_sites .mh60 .btn_sso,
    .detail.somosagro #header_detail_sites .mh60 .btn_sso,
    body.somosmar #header_detail_sites .mh60 .btn_sso,
    .detail.somosmar #header_detail_sites .mh60 .btn_sso,
    body.red #header_detail_sites .mh60 .btn_sso,
    .detail.red #header_detail_sites .mh60 .btn_sso,
    body.venagalicia #header_detail_sites .mh60 .btn_sso,
    .detail.venagalicia #header_detail_sites .mh60 .btn_sso {
      justify-content: flex-end; }
      /* line 3434, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header_detail_sites .mh60 .btn_sso a,
      body.agrogalicia #header_detail_sites .mh60 .btn_sso a,
      body.somosagro #header_detail_sites .mh60 .btn_sso a,
      .detail.somosagro #header_detail_sites .mh60 .btn_sso a,
      body.somosmar #header_detail_sites .mh60 .btn_sso a,
      .detail.somosmar #header_detail_sites .mh60 .btn_sso a,
      body.red #header_detail_sites .mh60 .btn_sso a,
      .detail.red #header_detail_sites .mh60 .btn_sso a,
      body.venagalicia #header_detail_sites .mh60 .btn_sso a,
      .detail.venagalicia #header_detail_sites .mh60 .btn_sso a {
        color: #fff; }
        /* line 3437, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #header_detail_sites .mh60 .btn_sso a:hover,
        body.agrogalicia #header_detail_sites .mh60 .btn_sso a:hover,
        body.somosagro #header_detail_sites .mh60 .btn_sso a:hover,
        .detail.somosagro #header_detail_sites .mh60 .btn_sso a:hover,
        body.somosmar #header_detail_sites .mh60 .btn_sso a:hover,
        .detail.somosmar #header_detail_sites .mh60 .btn_sso a:hover,
        body.red #header_detail_sites .mh60 .btn_sso a:hover,
        .detail.red #header_detail_sites .mh60 .btn_sso a:hover,
        body.venagalicia #header_detail_sites .mh60 .btn_sso a:hover,
        .detail.venagalicia #header_detail_sites .mh60 .btn_sso a:hover {
          text-decoration: none; }
  /* line 3448, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia#home_section .section.B,
  body.margalicia#home_section section.L,
  body.agrogalicia#home_section .section.B,
  body.agrogalicia#home_section section.L,
  body.somosagro#home_section .section.B,
  body.somosagro#home_section section.L,
  .detail.somosagro#home_section .section.B,
  .detail.somosagro#home_section section.L,
  body.somosmar#home_section .section.B,
  body.somosmar#home_section section.L,
  .detail.somosmar#home_section .section.B,
  .detail.somosmar#home_section section.L,
  body.red#home_section .section.B,
  body.red#home_section section.L,
  .detail.red#home_section .section.B,
  .detail.red#home_section section.L,
  body.venagalicia#home_section .section.B,
  body.venagalicia#home_section section.L,
  .detail.venagalicia#home_section .section.B,
  .detail.venagalicia#home_section section.L {
    margin-bottom: 0 !important; }
  /* line 3454, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia#home_section .cliche_name a,
  body.agrogalicia#home_section .cliche_name a,
  body.somosagro#home_section .cliche_name a,
  .detail.somosagro#home_section .cliche_name a,
  body.somosmar#home_section .cliche_name a,
  .detail.somosmar#home_section .cliche_name a,
  body.red#home_section .cliche_name a,
  .detail.red#home_section .cliche_name a,
  body.venagalicia#home_section .cliche_name a,
  .detail.venagalicia#home_section .cliche_name a {
    color: #111 !important; }
  /* line 3460, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia .patrocinio_header_detail,
  body.agrogalicia .patrocinio_header_detail,
  body.somosagro .patrocinio_header_detail,
  .detail.somosagro .patrocinio_header_detail,
  body.somosmar .patrocinio_header_detail,
  .detail.somosmar .patrocinio_header_detail,
  body.red .patrocinio_header_detail,
  .detail.red .patrocinio_header_detail,
  body.venagalicia .patrocinio_header_detail,
  .detail.venagalicia .patrocinio_header_detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  /* line 3467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia .patrocinio-brd-top,
  body.agrogalicia .patrocinio-brd-top,
  body.somosagro .patrocinio-brd-top,
  .detail.somosagro .patrocinio-brd-top,
  body.somosmar .patrocinio-brd-top,
  .detail.somosmar .patrocinio-brd-top,
  body.red .patrocinio-brd-top,
  .detail.red .patrocinio-brd-top,
  body.venagalicia .patrocinio-brd-top,
  .detail.venagalicia .patrocinio-brd-top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    margin-top: 10px; }

/* line 3481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.agrogalicia #header,
body.somosagro #header,
.detail.somosagro #header {
  background: #34a75a !important; }
  /* line 3484, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.agrogalicia #header header,
  body.somosagro #header header,
  .detail.somosagro #header header {
    background: #34a75a !important; }
    /* line 3487, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.agrogalicia #header header > .agro_bar,
    body.somosagro #header header > .agro_bar,
    .detail.somosagro #header header > .agro_bar {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 20px 0; }
      @media (min-width: 1020px) {
        /* line 3487, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.agrogalicia #header header > .agro_bar,
        body.somosagro #header header > .agro_bar,
        .detail.somosagro #header header > .agro_bar {
          padding: 20px 0; } }
      /* line 3499, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.agrogalicia #header header > .agro_bar .navbar,
      body.somosagro #header header > .agro_bar .navbar,
      .detail.somosagro #header header > .agro_bar .navbar {
        margin-bottom: 0 !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        @media (min-width: 1020px) {
          /* line 3499, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.agrogalicia #header header > .agro_bar .navbar,
          body.somosagro #header header > .agro_bar .navbar,
          .detail.somosagro #header header > .agro_bar .navbar {
            min-height: 50px !important;
            line-height: 50px !important;
            margin-right: 20px; } }
        /* line 3510, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.agrogalicia #header header > .agro_bar .navbar .navbar-header,
        body.somosagro #header header > .agro_bar .navbar .navbar-header,
        .detail.somosagro #header header > .agro_bar .navbar .navbar-header {
          float: none !important;
          text-align: center;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: flex-start; }
          @media (max-width: 1019px) {
            /* line 3516, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.agrogalicia #header header > .agro_bar .navbar .navbar-header .logo,
            body.somosagro #header header > .agro_bar .navbar .navbar-header .logo,
            .detail.somosagro #header header > .agro_bar .navbar .navbar-header .logo {
              display: block;
              text-align: center;
              width: 100%; }
              /* line 3522, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
              body.agrogalicia #header header > .agro_bar .navbar .navbar-header .logo img,
              body.somosagro #header header > .agro_bar .navbar .navbar-header .logo img,
              .detail.somosagro #header header > .agro_bar .navbar .navbar-header .logo img {
                margin: auto !important;
                max-width: 100% !important; } }
      /* line 3531, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.agrogalicia #header header > .agro_bar .agro_patrocinio,
      body.somosagro #header header > .agro_bar .agro_patrocinio,
      .detail.somosagro #header header > .agro_bar .agro_patrocinio {
        text-align: center; }
        /* line 3534, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.agrogalicia #header header > .agro_bar .agro_patrocinio small,
        body.somosagro #header header > .agro_bar .agro_patrocinio small,
        .detail.somosagro #header header > .agro_bar .agro_patrocinio small {
          max-width: 350px;
          color: #fff;
          font-size: 10px;
          font-weight: 300;
          text-align: left;
          display: block; }
        /* line 3543, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.agrogalicia #header header > .agro_bar .agro_patrocinio .adblock,
        body.somosagro #header header > .agro_bar .agro_patrocinio .adblock,
        .detail.somosagro #header header > .agro_bar .agro_patrocinio .adblock {
          padding: 0 !important; }
        @media (min-width: 1020px) {
          /* line 3531, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.agrogalicia #header header > .agro_bar .agro_patrocinio,
          body.somosagro #header header > .agro_bar .agro_patrocinio,
          .detail.somosagro #header header > .agro_bar .agro_patrocinio {
            float: right; } }
        @media (max-width: 767px) {
          /* line 3531, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.agrogalicia #header header > .agro_bar .agro_patrocinio,
          body.somosagro #header header > .agro_bar .agro_patrocinio,
          .detail.somosagro #header header > .agro_bar .agro_patrocinio {
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            margin: 15px 0 0 0;
            width: 100%;
            padding-top: 10px; }
            /* line 3557, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.agrogalicia #header header > .agro_bar .agro_patrocinio > *,
            body.somosagro #header header > .agro_bar .agro_patrocinio > *,
            .detail.somosagro #header header > .agro_bar .agro_patrocinio > * {
              margin: auto !important; } }
        @media (min-width: 768px) and (max-width: 1019px) {
          /* line 3531, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.agrogalicia #header header > .agro_bar .agro_patrocinio,
          body.somosagro #header header > .agro_bar .agro_patrocinio,
          .detail.somosagro #header header > .agro_bar .agro_patrocinio {
            margin: 0 0 0 15px;
            padding: 0; }
            /* line 3566, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.agrogalicia #header header > .agro_bar .agro_patrocinio > *,
            body.somosagro #header header > .agro_bar .agro_patrocinio > *,
            .detail.somosagro #header header > .agro_bar .agro_patrocinio > * {
              margin: auto !important; } }
  /* line 3577, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.agrogalicia #header.shrink .agro_bar,
  body.somosagro #header.shrink .agro_bar,
  .detail.somosagro #header.shrink .agro_bar {
    border-top: none !important;
    padding: 5px 0 !important; }
    /* line 3581, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.agrogalicia #header.shrink .agro_bar .logo img,
    body.somosagro #header.shrink .agro_bar .logo img,
    .detail.somosagro #header.shrink .agro_bar .logo img {
      max-height: 45px; }

/* line 3588, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.agrogalicia .antetitulo,
body.somosagro .antetitulo,
.detail.somosagro .antetitulo {
  color: #fff !important; }
  /* line 3591, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.agrogalicia .antetitulo > *,
  body.somosagro .antetitulo > *,
  .detail.somosagro .antetitulo > * {
    background: #34A75A !important; }
    /* line 3594, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.agrogalicia .antetitulo > * a,
    body.somosagro .antetitulo > * a,
    .detail.somosagro .antetitulo > * a {
      color: #fff !important;
      font-family: 'Poppins', sans-serif;
      font-weight: 600 !important; }

/* line 3602, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.agrogalicia .agro_apertura,
body.somosagro .agro_apertura,
.detail.somosagro .agro_apertura {
  margin-bottom: 30px; }
  /* line 3605, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.agrogalicia .agro_apertura div,
  body.somosagro .agro_apertura div,
  .detail.somosagro .agro_apertura div {
    padding: 0 !important; }
  /* line 3609, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.agrogalicia .agro_apertura .row,
  body.somosagro .agro_apertura .row,
  .detail.somosagro .agro_apertura .row {
    margin: auto !important; }

/* line 3614, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.agrogalicia .agro_links,
body.somosagro .agro_links,
.detail.somosagro .agro_links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  /* line 3619, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.agrogalicia .agro_links > div,
  body.somosagro .agro_links > div,
  .detail.somosagro .agro_links > div {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    /* width: 100%;                    For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding: 10px; }
    /* line 3623, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.agrogalicia .agro_links > div > span,
    body.agrogalicia .agro_links > div > a,
    body.somosagro .agro_links > div > span,
    body.somosagro .agro_links > div > a,
    .detail.somosagro .agro_links > div > span,
    .detail.somosagro .agro_links > div > a {
      background: #34a75a;
      color: #fff;
      text-decoration: none;
      text-align: center;
      padding: 25px 10px;
      display: block;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-around;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      /* line 3638, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.agrogalicia .agro_links > div > span h6,
      body.agrogalicia .agro_links > div > a h6,
      body.somosagro .agro_links > div > span h6,
      body.somosagro .agro_links > div > a h6,
      .detail.somosagro .agro_links > div > span h6,
      .detail.somosagro .agro_links > div > a h6 {
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        text-align: left;
        margin: 0; }
        /* line 3647, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.agrogalicia .agro_links > div > span h6 strong,
        body.agrogalicia .agro_links > div > a h6 strong,
        body.somosagro .agro_links > div > span h6 strong,
        body.somosagro .agro_links > div > a h6 strong,
        .detail.somosagro .agro_links > div > span h6 strong,
        .detail.somosagro .agro_links > div > a h6 strong {
          text-transform: uppercase; }
      /* line 3652, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.agrogalicia .agro_links > div > span img,
      body.agrogalicia .agro_links > div > a img,
      body.somosagro .agro_links > div > span img,
      body.somosagro .agro_links > div > a img,
      .detail.somosagro .agro_links > div > span img,
      .detail.somosagro .agro_links > div > a img {
        max-width: 100%;
        height: auto;
        max-height: 50px; }
      /* line 3659, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.agrogalicia .agro_links > div > span:hover,
      body.agrogalicia .agro_links > div > a:hover,
      body.somosagro .agro_links > div > span:hover,
      body.somosagro .agro_links > div > a:hover,
      .detail.somosagro .agro_links > div > span:hover,
      .detail.somosagro .agro_links > div > a:hover {
        transform: scale(1.1);
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      /* line 3619, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.agrogalicia .agro_links > div,
      body.somosagro .agro_links > div,
      .detail.somosagro .agro_links > div {
        -webkit-box-flex: 1 1 100%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1 100%;
        /* OLD - Firefox 19- */
        /* width: 100%;                    For old syntax, otherwise collapses. */
        -webkit-flex: 1 1 100%;
        /* Chrome */
        -ms-flex: 1 1 100%;
        /* IE 10 */
        flex: 1 1 100%;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        padding: 0 0 10px 0; } }
    @media (min-width: 768px) and (max-width: 1019px) {
      /* line 3619, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.agrogalicia .agro_links > div,
      body.somosagro .agro_links > div,
      .detail.somosagro .agro_links > div {
        -webkit-box-flex: 1 1 50%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1 50%;
        /* OLD - Firefox 19- */
        /* width: 100%;                    For old syntax, otherwise collapses. */
        -webkit-flex: 1 1 50%;
        /* Chrome */
        -ms-flex: 1 1 50%;
        /* IE 10 */
        flex: 1 1 50%;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
    @media (min-width: 1020px) {
      /* line 3682, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.agrogalicia .agro_links > div:first-child,
      body.somosagro .agro_links > div:first-child,
      .detail.somosagro .agro_links > div:first-child {
        padding-left: 0 !important; }
      /* line 3686, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.agrogalicia .agro_links > div:last-child,
      body.somosagro .agro_links > div:last-child,
      .detail.somosagro .agro_links > div:last-child {
        padding-right: 0 !important; } }

/* line 3693, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.agrogalicia #tira_redessociales,
body.somosagro #tira_redessociales,
.detail.somosagro #tira_redessociales {
  background: #34a75a !important; }
  /* line 3696, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.agrogalicia #tira_redessociales h3,
  body.somosagro #tira_redessociales h3,
  .detail.somosagro #tira_redessociales h3 {
    color: #fff !important; }
    /* line 3699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.agrogalicia #tira_redessociales h3:before,
    body.somosagro #tira_redessociales h3:before,
    .detail.somosagro #tira_redessociales h3:before {
      background: none !important; }
    /* line 3703, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.agrogalicia #tira_redessociales h3 strong,
    body.somosagro #tira_redessociales h3 strong,
    .detail.somosagro #tira_redessociales h3 strong {
      color: #fff !important; }
  /* line 3709, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.agrogalicia #tira_redessociales .social_link i,
  body.somosagro #tira_redessociales .social_link i,
  .detail.somosagro #tira_redessociales .social_link i {
    background: #2a8849 !important; }
  /* line 3713, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.agrogalicia #tira_redessociales .social_link span,
  body.somosagro #tira_redessociales .social_link span,
  .detail.somosagro #tira_redessociales .social_link span {
    color: #1e6134 !important; }
    /* line 3716, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.agrogalicia #tira_redessociales .social_link span small,
    body.somosagro #tira_redessociales .social_link span small,
    .detail.somosagro #tira_redessociales .social_link span small {
      color: #82d89f !important; }

/* line 3723, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.agrogalicia #refranero,
body.somosagro #refranero,
.detail.somosagro #refranero {
  background: #f4f4f4;
  border-top: 2px solid #34a75a !important; }

/* line 3729, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.agrogalicia #logo_banner,
body.somosagro #logo_banner,
.detail.somosagro #logo_banner {
  background: #34A75A; }

/* line 3733, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.agrogalicia #header_detail_sites,
body.somosagro #header_detail_sites,
.detail.somosagro #header_detail_sites {
  background: #34A75A !important; }

/* line 3742, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.margalicia #header,
body.somosmar #header,
.detail.somosmar #header {
  background: #009ddd !important; }
  /* line 3745, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia #header header,
  body.somosmar #header header,
  .detail.somosmar #header header {
    background: #009ddd !important; }
    /* line 3748, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #header header > .mar_bar,
    body.somosmar #header header > .mar_bar,
    .detail.somosmar #header header > .mar_bar {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 20px 0; }
      @media (min-width: 1020px) {
        /* line 3748, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #header header > .mar_bar,
        body.somosmar #header header > .mar_bar,
        .detail.somosmar #header header > .mar_bar {
          padding: 20px 0; } }
      /* line 3760, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header header > .mar_bar .navbar,
      body.somosmar #header header > .mar_bar .navbar,
      .detail.somosmar #header header > .mar_bar .navbar {
        margin-bottom: 0 !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        @media (min-width: 1020px) {
          /* line 3760, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.margalicia #header header > .mar_bar .navbar,
          body.somosmar #header header > .mar_bar .navbar,
          .detail.somosmar #header header > .mar_bar .navbar {
            min-height: 50px !important;
            line-height: 50px !important;
            margin-right: 20px; } }
        /* line 3771, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #header header > .mar_bar .navbar .navbar-header,
        body.somosmar #header header > .mar_bar .navbar .navbar-header,
        .detail.somosmar #header header > .mar_bar .navbar .navbar-header {
          float: none !important;
          text-align: center;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: flex-start; }
          @media (max-width: 1019px) {
            /* line 3777, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.margalicia #header header > .mar_bar .navbar .navbar-header .logo,
            body.somosmar #header header > .mar_bar .navbar .navbar-header .logo,
            .detail.somosmar #header header > .mar_bar .navbar .navbar-header .logo {
              display: block;
              text-align: center;
              width: 100%; }
              /* line 3783, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
              body.margalicia #header header > .mar_bar .navbar .navbar-header .logo img,
              body.somosmar #header header > .mar_bar .navbar .navbar-header .logo img,
              .detail.somosmar #header header > .mar_bar .navbar .navbar-header .logo img {
                margin: auto !important;
                max-width: 100% !important; } }
      /* line 3792, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia #header header > .mar_bar .mar_patrocinio,
      body.somosmar #header header > .mar_bar .mar_patrocinio,
      .detail.somosmar #header header > .mar_bar .mar_patrocinio {
        display: none;
        text-align: center; }
        /* line 3796, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #header header > .mar_bar .mar_patrocinio small,
        body.somosmar #header header > .mar_bar .mar_patrocinio small,
        .detail.somosmar #header header > .mar_bar .mar_patrocinio small {
          max-width: 350px;
          color: #fff;
          font-size: 10px;
          font-weight: 300;
          text-align: left;
          display: block; }
        /* line 3805, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia #header header > .mar_bar .mar_patrocinio .adblock,
        body.somosmar #header header > .mar_bar .mar_patrocinio .adblock,
        .detail.somosmar #header header > .mar_bar .mar_patrocinio .adblock {
          padding: 0 !important; }
        @media (min-width: 1020px) {
          /* line 3792, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.margalicia #header header > .mar_bar .mar_patrocinio,
          body.somosmar #header header > .mar_bar .mar_patrocinio,
          .detail.somosmar #header header > .mar_bar .mar_patrocinio {
            float: right; } }
        @media (max-width: 767px) {
          /* line 3792, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.margalicia #header header > .mar_bar .mar_patrocinio,
          body.somosmar #header header > .mar_bar .mar_patrocinio,
          .detail.somosmar #header header > .mar_bar .mar_patrocinio {
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            margin: 15px 0 0 0;
            width: 100%;
            padding-top: 10px; }
            /* line 3819, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.margalicia #header header > .mar_bar .mar_patrocinio > *,
            body.somosmar #header header > .mar_bar .mar_patrocinio > *,
            .detail.somosmar #header header > .mar_bar .mar_patrocinio > * {
              margin: auto !important; } }
        @media (min-width: 768px) and (max-width: 1019px) {
          /* line 3792, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.margalicia #header header > .mar_bar .mar_patrocinio,
          body.somosmar #header header > .mar_bar .mar_patrocinio,
          .detail.somosmar #header header > .mar_bar .mar_patrocinio {
            margin: 0 0 0 15px;
            padding: 0; }
            /* line 3828, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.margalicia #header header > .mar_bar .mar_patrocinio > *,
            body.somosmar #header header > .mar_bar .mar_patrocinio > *,
            .detail.somosmar #header header > .mar_bar .mar_patrocinio > * {
              margin: auto !important; } }
  /* line 3839, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia #header.shrink .mar_bar,
  body.somosmar #header.shrink .mar_bar,
  .detail.somosmar #header.shrink .mar_bar {
    border-top: none !important;
    padding: 5px 0 !important; }
    /* line 3843, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #header.shrink .mar_bar .logo img,
    body.somosmar #header.shrink .mar_bar .logo img,
    .detail.somosmar #header.shrink .mar_bar .logo img {
      max-height: 45px; }

/* line 3850, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.margalicia .antetitulo,
body.somosmar .antetitulo,
.detail.somosmar .antetitulo {
  color: #fff !important; }
  /* line 3853, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia .antetitulo > *,
  body.somosmar .antetitulo > *,
  .detail.somosmar .antetitulo > * {
    background: #009ddd !important; }
    /* line 3856, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia .antetitulo > * a,
    body.somosmar .antetitulo > * a,
    .detail.somosmar .antetitulo > * a {
      color: #fff !important;
      font-family: 'Poppins', sans-serif;
      font-weight: 600 !important; }

/* line 3864, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.margalicia .mar_apertura,
body.somosmar .mar_apertura,
.detail.somosmar .mar_apertura {
  margin-bottom: 30px; }
  /* line 3867, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia .mar_apertura div,
  body.somosmar .mar_apertura div,
  .detail.somosmar .mar_apertura div {
    padding: 0 !important; }
  /* line 3871, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia .mar_apertura .row,
  body.somosmar .mar_apertura .row,
  .detail.somosmar .mar_apertura .row {
    margin: auto !important; }

/* line 3876, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.margalicia .mar_links,
body.somosmar .mar_links,
.detail.somosmar .mar_links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  /* line 3881, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia .mar_links > div,
  body.somosmar .mar_links > div,
  .detail.somosmar .mar_links > div {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    /* width: 100%;                    For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding: 10px; }
    /* line 3885, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia .mar_links > div > span,
    body.margalicia .mar_links > div > a,
    body.somosmar .mar_links > div > span,
    body.somosmar .mar_links > div > a,
    .detail.somosmar .mar_links > div > span,
    .detail.somosmar .mar_links > div > a {
      background: #009ddd;
      color: #fff;
      text-decoration: none;
      text-align: center;
      padding: 25px 10px;
      display: block;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-around;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      /* line 3900, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia .mar_links > div > span h6,
      body.margalicia .mar_links > div > a h6,
      body.somosmar .mar_links > div > span h6,
      body.somosmar .mar_links > div > a h6,
      .detail.somosmar .mar_links > div > span h6,
      .detail.somosmar .mar_links > div > a h6 {
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        text-align: left;
        margin: 0; }
        /* line 3909, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.margalicia .mar_links > div > span h6 strong,
        body.margalicia .mar_links > div > a h6 strong,
        body.somosmar .mar_links > div > span h6 strong,
        body.somosmar .mar_links > div > a h6 strong,
        .detail.somosmar .mar_links > div > span h6 strong,
        .detail.somosmar .mar_links > div > a h6 strong {
          text-transform: uppercase; }
      /* line 3914, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia .mar_links > div > span img,
      body.margalicia .mar_links > div > a img,
      body.somosmar .mar_links > div > span img,
      body.somosmar .mar_links > div > a img,
      .detail.somosmar .mar_links > div > span img,
      .detail.somosmar .mar_links > div > a img {
        max-width: 100%;
        height: auto;
        max-height: 50px; }
      /* line 3921, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia .mar_links > div > span:hover,
      body.margalicia .mar_links > div > a:hover,
      body.somosmar .mar_links > div > span:hover,
      body.somosmar .mar_links > div > a:hover,
      .detail.somosmar .mar_links > div > span:hover,
      .detail.somosmar .mar_links > div > a:hover {
        transform: scale(1.1);
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      /* line 3881, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia .mar_links > div,
      body.somosmar .mar_links > div,
      .detail.somosmar .mar_links > div {
        -webkit-box-flex: 1 1 100%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1 100%;
        /* OLD - Firefox 19- */
        /* width: 100%;                    For old syntax, otherwise collapses. */
        -webkit-flex: 1 1 100%;
        /* Chrome */
        -ms-flex: 1 1 100%;
        /* IE 10 */
        flex: 1 1 100%;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        padding: 0 0 10px 0; } }
    @media (min-width: 768px) and (max-width: 1019px) {
      /* line 3881, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia .mar_links > div,
      body.somosmar .mar_links > div,
      .detail.somosmar .mar_links > div {
        -webkit-box-flex: 1 1 50%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1 50%;
        /* OLD - Firefox 19- */
        /* width: 100%;                    For old syntax, otherwise collapses. */
        -webkit-flex: 1 1 50%;
        /* Chrome */
        -ms-flex: 1 1 50%;
        /* IE 10 */
        flex: 1 1 50%;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
    @media (min-width: 1020px) {
      /* line 3944, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia .mar_links > div:first-child,
      body.somosmar .mar_links > div:first-child,
      .detail.somosmar .mar_links > div:first-child {
        padding-left: 0 !important; }
      /* line 3948, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.margalicia .mar_links > div:last-child,
      body.somosmar .mar_links > div:last-child,
      .detail.somosmar .mar_links > div:last-child {
        padding-right: 0 !important; } }

/* line 3955, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.margalicia #tira_redessociales,
body.somosmar #tira_redessociales,
.detail.somosmar #tira_redessociales {
  background: #009ddd !important; }
  /* line 3958, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia #tira_redessociales h3,
  body.somosmar #tira_redessociales h3,
  .detail.somosmar #tira_redessociales h3 {
    color: #fff !important; }
    /* line 3961, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #tira_redessociales h3:before,
    body.somosmar #tira_redessociales h3:before,
    .detail.somosmar #tira_redessociales h3:before {
      background: none !important; }
    /* line 3965, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #tira_redessociales h3 strong,
    body.somosmar #tira_redessociales h3 strong,
    .detail.somosmar #tira_redessociales h3 strong {
      color: #fff !important; }
  /* line 3971, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia #tira_redessociales .social_link i,
  body.somosmar #tira_redessociales .social_link i,
  .detail.somosmar #tira_redessociales .social_link i {
    background: #0080b4 !important; }
  /* line 3975, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.margalicia #tira_redessociales .social_link span,
  body.somosmar #tira_redessociales .social_link span,
  .detail.somosmar #tira_redessociales .social_link span {
    color: #005c81 !important; }
    /* line 3978, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.margalicia #tira_redessociales .social_link span small,
    body.somosmar #tira_redessociales .social_link span small,
    .detail.somosmar #tira_redessociales .social_link span small {
      color: #5ed0ff !important; }

/* line 3985, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.margalicia #refranero,
body.somosmar #refranero,
.detail.somosmar #refranero {
  background: #f4f4f4;
  border-top: 2px solid #009ddd !important; }

/* line 3991, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.margalicia #logo_banner,
body.somosmar #logo_banner,
.detail.somosmar #logo_banner {
  background: #009ddd; }

/* line 3995, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.margalicia #header_detail_sites,
body.somosmar #header_detail_sites,
.detail.somosmar #header_detail_sites {
  background: #009ddd !important; }

/* line 4005, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.venagalicia.home article.venagalicia .antetitulo span,
.detail.venagalicia.home article.venagalicia .antetitulo span {
  color: transparent !important; }

/* line 4011, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.venagalicia.home main,
.detail.venagalicia.home main {
  padding-top: 30px; }

/* line 4015, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.venagalicia #header,
.detail.venagalicia #header {
  background: #387790 !important; }
  /* line 4018, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.venagalicia #header header,
  .detail.venagalicia #header header {
    background: #387790 !important; }
    /* line 4021, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.venagalicia #header header .menu,
    .detail.venagalicia #header header .menu {
      border-top: 1px dotted rgba(255, 255, 255, 0.3); }
      /* line 4024, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia #header header .menu a,
      .detail.venagalicia #header header .menu a {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 300; }
      /* line 4030, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia #header header .menu .scroll_menu a:hover:before,
      .detail.venagalicia #header header .menu .scroll_menu a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      /* line 4036, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia #header header .menu .scroll_menu a:before,
      .detail.venagalicia #header header .menu .scroll_menu a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #FACC21;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      @media (max-width: 767px) {
        /* line 4052, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.venagalicia #header header .menu .wrapper,
        .detail.venagalicia #header header .menu .wrapper {
          justify-content: space-between !important; } }
    /* line 4061, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.venagalicia #header header > .ven_bar,
    .detail.venagalicia #header header > .ven_bar {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 20px 0; }
      @media (min-width: 1020px) {
        /* line 4061, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.venagalicia #header header > .ven_bar,
        .detail.venagalicia #header header > .ven_bar {
          padding: 0 0 20px 0; } }
      /* line 4073, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia #header header > .ven_bar .navbar,
      .detail.venagalicia #header header > .ven_bar .navbar {
        margin-bottom: 0 !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        @media (min-width: 1020px) {
          /* line 4073, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.venagalicia #header header > .ven_bar .navbar,
          .detail.venagalicia #header header > .ven_bar .navbar {
            min-height: 50px !important;
            line-height: 50px !important;
            margin-right: 20px; } }
        /* line 4084, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.venagalicia #header header > .ven_bar .navbar .navbar-header,
        .detail.venagalicia #header header > .ven_bar .navbar .navbar-header {
          float: none !important;
          text-align: center;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: flex-start; }
          /* line 4092, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.venagalicia #header header > .ven_bar .navbar .navbar-header .logo img,
          .detail.venagalicia #header header > .ven_bar .navbar .navbar-header .logo img {
            max-width: 90% !important; }
          @media (max-width: 1019px) {
            /* line 4090, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.venagalicia #header header > .ven_bar .navbar .navbar-header .logo,
            .detail.venagalicia #header header > .ven_bar .navbar .navbar-header .logo {
              display: block;
              text-align: center;
              width: 100%; }
              /* line 4101, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
              body.venagalicia #header header > .ven_bar .navbar .navbar-header .logo img,
              .detail.venagalicia #header header > .ven_bar .navbar .navbar-header .logo img {
                margin: auto !important;
                max-width: 80% !important; } }
      /* line 4110, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia #header header > .ven_bar .ven_patrocinio,
      .detail.venagalicia #header header > .ven_bar .ven_patrocinio {
        display: none;
        text-align: center; }
        /* line 4114, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.venagalicia #header header > .ven_bar .ven_patrocinio small,
        .detail.venagalicia #header header > .ven_bar .ven_patrocinio small {
          max-width: 350px;
          color: #fff;
          font-size: 10px;
          font-weight: 300;
          text-align: left;
          display: block; }
        /* line 4123, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.venagalicia #header header > .ven_bar .ven_patrocinio .adblock,
        .detail.venagalicia #header header > .ven_bar .ven_patrocinio .adblock {
          padding: 0 !important; }
        @media (min-width: 1020px) {
          /* line 4110, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.venagalicia #header header > .ven_bar .ven_patrocinio,
          .detail.venagalicia #header header > .ven_bar .ven_patrocinio {
            float: right; } }
        @media (max-width: 767px) {
          /* line 4110, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.venagalicia #header header > .ven_bar .ven_patrocinio,
          .detail.venagalicia #header header > .ven_bar .ven_patrocinio {
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            margin: 15px 0 0 0;
            width: 100%;
            padding-top: 10px; }
            /* line 4137, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.venagalicia #header header > .ven_bar .ven_patrocinio > *,
            .detail.venagalicia #header header > .ven_bar .ven_patrocinio > * {
              margin: auto !important; } }
        @media (min-width: 768px) and (max-width: 1019px) {
          /* line 4110, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.venagalicia #header header > .ven_bar .ven_patrocinio,
          .detail.venagalicia #header header > .ven_bar .ven_patrocinio {
            margin: 0 0 0 15px;
            padding: 0; }
            /* line 4146, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.venagalicia #header header > .ven_bar .ven_patrocinio > *,
            .detail.venagalicia #header header > .ven_bar .ven_patrocinio > * {
              margin: auto !important; } }
  /* line 4157, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.venagalicia #header.shrink .ven_bar,
  .detail.venagalicia #header.shrink .ven_bar {
    border-top: none !important;
    padding: 5px 0 !important; }
    /* line 4161, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.venagalicia #header.shrink .ven_bar .logo img,
    .detail.venagalicia #header.shrink .ven_bar .logo img {
      max-height: 45px; }

/* line 4168, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.venagalicia .antetitulo,
.detail.venagalicia .antetitulo {
  color: #fff !important; }
  /* line 4171, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.venagalicia .antetitulo > *,
  .detail.venagalicia .antetitulo > * {
    background: #387790 !important; }
    /* line 4174, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.venagalicia .antetitulo > * a,
    .detail.venagalicia .antetitulo > * a {
      color: #fff !important;
      font-family: 'Poppins', sans-serif;
      font-weight: 600 !important; }

/* line 4184, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.venagalicia .hemeroteca .antetitulo a,
.detail.venagalicia .hemeroteca .antetitulo a {
  color: #387790 !important; }

/* line 4188, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.venagalicia .hemeroteca .antetitulo > *,
.detail.venagalicia .hemeroteca .antetitulo > * {
  background: #fff !important; }

/* line 4193, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.venagalicia body.venagalicia .hemeroteca .antetitulo > *, body.venagalicia .detail.venagalicia .antetitulo > * .ven_apertura,
.detail.venagalicia body.venagalicia .hemeroteca .antetitulo > *,
.detail.venagalicia .detail.venagalicia .antetitulo > * .ven_apertura {
  margin-bottom: 30px; }
  /* line 4198, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.venagalicia body.venagalicia .hemeroteca .antetitulo > * div, body.venagalicia .detail.venagalicia .antetitulo > * .ven_apertura div,
  .detail.venagalicia body.venagalicia .hemeroteca .antetitulo > * div,
  .detail.venagalicia .detail.venagalicia .antetitulo > * .ven_apertura div {
    padding: 0 !important; }
  /* line 4202, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.venagalicia body.venagalicia .hemeroteca .antetitulo > * .row, body.venagalicia .detail.venagalicia .antetitulo > * .ven_apertura .row,
  .detail.venagalicia body.venagalicia .hemeroteca .antetitulo > * .row,
  .detail.venagalicia .detail.venagalicia .antetitulo > * .ven_apertura .row {
    margin: auto !important; }

/* line 4207, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.venagalicia .ven_links,
.detail.venagalicia .ven_links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  /* line 4212, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.venagalicia .ven_links > div,
  .detail.venagalicia .ven_links > div {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    /* width: 100%;                    For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding: 10px; }
    /* line 4216, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.venagalicia .ven_links > div > span,
    body.venagalicia .ven_links > div > a,
    .detail.venagalicia .ven_links > div > span,
    .detail.venagalicia .ven_links > div > a {
      background: #387790;
      background-repeat: no-repeat;
      background-position-x: right;
      background-size: contain;
      height: 100%;
      color: #fff;
      text-decoration: none;
      text-align: center;
      padding: 25px 15px;
      display: block;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      /* line 4238, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia .ven_links > div > span.rutas,
      body.venagalicia .ven_links > div > a.rutas,
      .detail.venagalicia .ven_links > div > span.rutas,
      .detail.venagalicia .ven_links > div > a.rutas {
        background-image: url("../images/logo_rutas.svg"); }
      /* line 4242, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia .ven_links > div > span.gastronomia,
      body.venagalicia .ven_links > div > a.gastronomia,
      .detail.venagalicia .ven_links > div > span.gastronomia,
      .detail.venagalicia .ven_links > div > a.gastronomia {
        background-image: url("../images/logo_gastronomia.svg"); }
      /* line 4246, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia .ven_links > div > span.accesible,
      body.venagalicia .ven_links > div > a.accesible,
      .detail.venagalicia .ven_links > div > span.accesible,
      .detail.venagalicia .ven_links > div > a.accesible {
        background-image: url("../images/logo_accesible.svg"); }
      /* line 4250, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia .ven_links > div > span.tiempo,
      body.venagalicia .ven_links > div > a.tiempo,
      .detail.venagalicia .ven_links > div > span.tiempo,
      .detail.venagalicia .ven_links > div > a.tiempo {
        background-image: url("../images/logo_tiempo.svg"); }
      /* line 4254, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia .ven_links > div > span.agenda,
      body.venagalicia .ven_links > div > a.agenda,
      .detail.venagalicia .ven_links > div > span.agenda,
      .detail.venagalicia .ven_links > div > a.agenda {
        background-image: url("../images/logo_agenda.svg"); }
      /* line 4258, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia .ven_links > div > span.seguro,
      body.venagalicia .ven_links > div > a.seguro,
      .detail.venagalicia .ven_links > div > span.seguro,
      .detail.venagalicia .ven_links > div > a.seguro {
        background-image: url("../images/logo_seguro.svg"); }
      /* line 4262, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia .ven_links > div > span h6,
      body.venagalicia .ven_links > div > a h6,
      .detail.venagalicia .ven_links > div > span h6,
      .detail.venagalicia .ven_links > div > a h6 {
        font-family: 'Roboto', sans-serif;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        text-align: left;
        margin: 0; }
        /* line 4271, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.venagalicia .ven_links > div > span h6 > strong,
        body.venagalicia .ven_links > div > a h6 > strong,
        .detail.venagalicia .ven_links > div > span h6 > strong,
        .detail.venagalicia .ven_links > div > a h6 > strong {
          font-size: 36px;
          font-weight: 600; }
      /* line 4277, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia .ven_links > div > span img,
      body.venagalicia .ven_links > div > a img,
      .detail.venagalicia .ven_links > div > span img,
      .detail.venagalicia .ven_links > div > a img {
        max-width: 100%;
        height: auto;
        max-height: 50px; }
      /* line 4284, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia .ven_links > div > span:hover,
      body.venagalicia .ven_links > div > a:hover,
      .detail.venagalicia .ven_links > div > span:hover,
      .detail.venagalicia .ven_links > div > a:hover {
        transform: scale(1.1);
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      /* line 4212, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia .ven_links > div,
      .detail.venagalicia .ven_links > div {
        -webkit-box-flex: 1 1 100%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1 100%;
        /* OLD - Firefox 19- */
        /* width: 100%;                    For old syntax, otherwise collapses. */
        -webkit-flex: 1 1 100%;
        /* Chrome */
        -ms-flex: 1 1 100%;
        /* IE 10 */
        flex: 1 1 100%;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        padding: 0 0 10px 0; } }
    @media (min-width: 768px) and (max-width: 1019px) {
      /* line 4212, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia .ven_links > div,
      .detail.venagalicia .ven_links > div {
        -webkit-box-flex: 1 1 50%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1 50%;
        /* OLD - Firefox 19- */
        /* width: 100%;                    For old syntax, otherwise collapses. */
        -webkit-flex: 1 1 50%;
        /* Chrome */
        -ms-flex: 1 1 50%;
        /* IE 10 */
        flex: 1 1 50%;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
    @media (min-width: 1020px) {
      /* line 4307, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia .ven_links > div:first-child,
      .detail.venagalicia .ven_links > div:first-child {
        padding-left: 0 !important; }
      /* line 4311, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.venagalicia .ven_links > div:last-child,
      .detail.venagalicia .ven_links > div:last-child {
        padding-right: 0 !important; } }

/* line 4318, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.venagalicia #tira_redessociales,
.detail.venagalicia #tira_redessociales {
  background: #387790 !important; }
  /* line 4321, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.venagalicia #tira_redessociales h3,
  .detail.venagalicia #tira_redessociales h3 {
    color: #fff !important; }
    /* line 4324, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.venagalicia #tira_redessociales h3:before,
    .detail.venagalicia #tira_redessociales h3:before {
      background: none !important; }
    /* line 4328, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.venagalicia #tira_redessociales h3 strong,
    .detail.venagalicia #tira_redessociales h3 strong {
      color: #fff !important; }
  /* line 4334, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.venagalicia #tira_redessociales .social_link i,
  .detail.venagalicia #tira_redessociales .social_link i {
    background: #2d5f73 !important; }
  /* line 4338, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.venagalicia #tira_redessociales .social_link span,
  .detail.venagalicia #tira_redessociales .social_link span {
    color: #1e404e !important; }
    /* line 4341, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.venagalicia #tira_redessociales .social_link span small,
    .detail.venagalicia #tira_redessociales .social_link span small {
      color: #7cb5cc !important; }

/* line 4348, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.venagalicia #refranero,
.detail.venagalicia #refranero {
  background: #f4f4f4;
  border-top: 2px solid #387790 !important; }

/* line 4354, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.venagalicia #logo_banner,
.detail.venagalicia #logo_banner {
  background: #387790; }

/* line 4358, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.venagalicia #header_detail_sites,
.detail.venagalicia #header_detail_sites {
  background: #387790 !important; }

/* line 4363, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
.text-center {
  text-align: center; }

/* line 4367, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
.gray {
  background: #f4f4f4; }

/* Elecciones 2019 */
/* line 4375, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
.elecciones2019.graficos h2 {
  padding: 0 !important;
  margin: 0 15px !important;
  text-indent: -99999999px !important;
  background: url(https://www.lavozdegalicia.es/assets/themes/elecciones/img/logo_28A.png) left center no-repeat;
  background-size: auto 68%;
  height: 60px !important;
  width: 220px; }
  @media (max-width: 767px) {
    /* line 4375, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .elecciones2019.graficos h2 {
      background-position: center center; } }

/* line 4389, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
.elecciones2019.graficos #escrutinio {
  height: 60px !important;
  line-height: 40px; }
  @media (max-width: 767px) {
    /* line 4389, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    .elecciones2019.graficos #escrutinio {
      position: relative !important;
      top: auto !important;
      left: auto !important;
      line-height: 1 !important;
      height: auto !important;
      text-align: center;
      right: auto !important; } }

/* red */
/* line 4409, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
.home.red .sky_izq_voz,
.home.red .sky_der_voz {
  margin-top: 225px;
  position: fixed !important;
  top: 0;
  padding: 0;
  float: none;
  border: none;
  width: auto !important; }

/* line 4424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
.detail.red .sky_izq_voz,
.detail.red .sky_der_voz {
  margin-top: 5px;
  position: fixed !important;
  top: 0;
  padding: 0;
  float: none;
  border: none;
  width: auto !important; }

/* line 4441, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.red #header,
.detail.red #header {
  background: #8C041D !important; }
  /* line 4444, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.red #header header,
  .detail.red #header header {
    background: #8C041D !important; }
    /* line 4447, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.red #header header > .red_bar,
    .detail.red #header header > .red_bar {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 20px 0; }
      @media (min-width: 1020px) {
        /* line 4447, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.red #header header > .red_bar,
        .detail.red #header header > .red_bar {
          padding: 20px 0; } }
      /* line 4459, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.red #header header > .red_bar .navbar,
      .detail.red #header header > .red_bar .navbar {
        margin-bottom: 0 !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        @media (min-width: 1020px) {
          /* line 4459, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.red #header header > .red_bar .navbar,
          .detail.red #header header > .red_bar .navbar {
            min-height: 50px !important;
            line-height: 50px !important;
            margin-right: 20px; } }
        /* line 4470, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.red #header header > .red_bar .navbar .navbar-header,
        .detail.red #header header > .red_bar .navbar .navbar-header {
          float: none !important;
          text-align: center;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: flex-start; }
          @media (max-width: 1019px) {
            /* line 4476, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.red #header header > .red_bar .navbar .navbar-header .logo,
            .detail.red #header header > .red_bar .navbar .navbar-header .logo {
              display: block;
              text-align: center;
              width: 100%; }
              /* line 4482, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
              body.red #header header > .red_bar .navbar .navbar-header .logo img,
              .detail.red #header header > .red_bar .navbar .navbar-header .logo img {
                margin: auto !important;
                max-width: 100% !important; } }
      /* line 4491, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.red #header header > .red_bar .red_patrocinio,
      .detail.red #header header > .red_bar .red_patrocinio {
        text-align: center; }
        /* line 4494, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.red #header header > .red_bar .red_patrocinio small,
        .detail.red #header header > .red_bar .red_patrocinio small {
          max-width: 350px;
          color: #fff;
          font-size: 10px;
          font-weight: 300;
          text-align: left;
          display: block; }
        /* line 4503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.red #header header > .red_bar .red_patrocinio .adblock,
        .detail.red #header header > .red_bar .red_patrocinio .adblock {
          padding: 0 !important; }
        @media (min-width: 1020px) {
          /* line 4491, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.red #header header > .red_bar .red_patrocinio,
          .detail.red #header header > .red_bar .red_patrocinio {
            float: right; } }
        @media (max-width: 767px) {
          /* line 4491, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.red #header header > .red_bar .red_patrocinio,
          .detail.red #header header > .red_bar .red_patrocinio {
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            margin: 15px 0 0 0;
            width: 100%;
            padding-top: 10px; }
            /* line 4517, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.red #header header > .red_bar .red_patrocinio > *,
            .detail.red #header header > .red_bar .red_patrocinio > * {
              margin: auto !important; } }
        @media (min-width: 768px) and (max-width: 1019px) {
          /* line 4491, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
          body.red #header header > .red_bar .red_patrocinio,
          .detail.red #header header > .red_bar .red_patrocinio {
            margin: 0 0 0 15px;
            padding: 0; }
            /* line 4526, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
            body.red #header header > .red_bar .red_patrocinio > *,
            .detail.red #header header > .red_bar .red_patrocinio > * {
              margin: auto !important; } }
  /* line 4537, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.red #header.shrink .red_bar,
  .detail.red #header.shrink .red_bar {
    border-top: none !important;
    padding: 5px 0 !important; }
    /* line 4541, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.red #header.shrink .red_bar .logo img,
    .detail.red #header.shrink .red_bar .logo img {
      max-height: 45px; }

/* line 4548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.red .antetitulo,
.detail.red .antetitulo {
  color: #fff !important; }
  /* line 4551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.red .antetitulo > *,
  .detail.red .antetitulo > * {
    background: #8C041D !important; }
    /* line 4554, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.red .antetitulo > * a,
    .detail.red .antetitulo > * a {
      color: #fff !important;
      font-family: 'Poppins', sans-serif;
      font-weight: 600 !important; }

/* line 4562, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.red .agro_apertura,
.detail.red .agro_apertura {
  margin-bottom: 30px; }
  /* line 4565, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.red .agro_apertura div,
  .detail.red .agro_apertura div {
    padding: 0 !important; }
  /* line 4569, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.red .agro_apertura .row,
  .detail.red .agro_apertura .row {
    margin: auto !important; }

/* line 4574, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.red .agro_links,
.detail.red .agro_links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  /* line 4579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.red .agro_links > div,
  .detail.red .agro_links > div {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    /* width: 100%;                    For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding: 10px; }
    /* line 4583, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.red .agro_links > div > span,
    body.red .agro_links > div > a,
    .detail.red .agro_links > div > span,
    .detail.red .agro_links > div > a {
      background: #8C041D;
      color: #fff;
      text-decoration: none;
      text-align: center;
      padding: 25px 10px;
      display: block;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-around;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      /* line 4598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.red .agro_links > div > span h6,
      body.red .agro_links > div > a h6,
      .detail.red .agro_links > div > span h6,
      .detail.red .agro_links > div > a h6 {
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        text-align: left;
        margin: 0; }
        /* line 4607, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
        body.red .agro_links > div > span h6 strong,
        body.red .agro_links > div > a h6 strong,
        .detail.red .agro_links > div > span h6 strong,
        .detail.red .agro_links > div > a h6 strong {
          text-transform: uppercase; }
      /* line 4612, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.red .agro_links > div > span img,
      body.red .agro_links > div > a img,
      .detail.red .agro_links > div > span img,
      .detail.red .agro_links > div > a img {
        max-width: 100%;
        height: auto;
        max-height: 50px; }
      /* line 4619, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.red .agro_links > div > span:hover,
      body.red .agro_links > div > a:hover,
      .detail.red .agro_links > div > span:hover,
      .detail.red .agro_links > div > a:hover {
        transform: scale(1.1);
        -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      /* line 4579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.red .agro_links > div,
      .detail.red .agro_links > div {
        -webkit-box-flex: 1 1 100%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1 100%;
        /* OLD - Firefox 19- */
        /* width: 100%;                    For old syntax, otherwise collapses. */
        -webkit-flex: 1 1 100%;
        /* Chrome */
        -ms-flex: 1 1 100%;
        /* IE 10 */
        flex: 1 1 100%;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        padding: 0 0 10px 0; } }
    @media (min-width: 768px) and (max-width: 1019px) {
      /* line 4579, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.red .agro_links > div,
      .detail.red .agro_links > div {
        -webkit-box-flex: 1 1 50%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1 50%;
        /* OLD - Firefox 19- */
        /* width: 100%;                    For old syntax, otherwise collapses. */
        -webkit-flex: 1 1 50%;
        /* Chrome */
        -ms-flex: 1 1 50%;
        /* IE 10 */
        flex: 1 1 50%;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }
    @media (min-width: 1020px) {
      /* line 4642, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.red .agro_links > div:first-child,
      .detail.red .agro_links > div:first-child {
        padding-left: 0 !important; }
      /* line 4646, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
      body.red .agro_links > div:last-child,
      .detail.red .agro_links > div:last-child {
        padding-right: 0 !important; } }

/* line 4653, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.red #tira_redessociales,
.detail.red #tira_redessociales {
  background: #8C041D !important; }
  /* line 4656, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.red #tira_redessociales h3,
  .detail.red #tira_redessociales h3 {
    color: #fff !important; }
    /* line 4659, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.red #tira_redessociales h3:before,
    .detail.red #tira_redessociales h3:before {
      background: none !important; }
    /* line 4663, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.red #tira_redessociales h3 strong,
    .detail.red #tira_redessociales h3 strong {
      color: #fff !important; }
  /* line 4669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.red #tira_redessociales .social_link i,
  .detail.red #tira_redessociales .social_link i {
    background: #640315 !important; }
  /* line 4673, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
  body.red #tira_redessociales .social_link span,
  .detail.red #tira_redessociales .social_link span {
    color: #33010b !important; }
    /* line 4676, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
    body.red #tira_redessociales .social_link span small,
    .detail.red #tira_redessociales .social_link span small {
      color: #f81741 !important; }

/* line 4683, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.red #refranero,
.detail.red #refranero {
  background: #f4f4f4;
  border-top: 2px solid #8C041D !important; }

/* line 4689, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.red #logo_banner,
.detail.red #logo_banner {
  background: #8C041D; }

/* line 4693, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sites.scss */
body.red #header_detail_sites,
.detail.red #header_detail_sites {
  background: #8C041D !important; }

/* Sites */
/* CLICHES SECCIONES */
/* line 3, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.cliche_section {
  text-align: center; }
  /* line 8, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .cliche_section > [class*="col"] h2 {
    padding: 15px 0;
    border-top: 1px solid #e2e2e2;
    background: #ebebeb;
    color: #222;
    font-family: "Merriweather", Georgia, serif;
    font-weight: normal; }
    /* line 17, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
    .cliche_section > [class*="col"] h2 span {
      position: relative; }
    /* line 41, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
    .cliche_section > [class*="col"] h2 span {
      position: relative; }

/* CLICHE BLOQUE */
/* line 71, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.blq_cliche {
  /*margin-top: $grid-gutter-width !important;*/
  /* Cliche */
  flex-basis: 100%; }
  /* line 77, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .blq_cliche > div[class*="col"] {
    text-align: center;
    padding: 0 !important; }
    /* line 82, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
    .blq_cliche > div[class*="col"]:before {
      display: none !important; }
    /* line 86, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
    .blq_cliche > div[class*="col"] h2 {
      position: relative;
      margin: 0 auto;
      padding: 0;
      float: none;
      /*margin: 0;*/
      /*font-weight: bold;*/
      font-size: 19px;
      text-transform: uppercase;
      font-family: "Merriweather", Georgia, serif;
      padding: 15px 0;
      font-weight: normal; }
      /* line 102, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
      .blq_cliche > div[class*="col"] h2:before {
        content: "";
        background: #e42644;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px; }
  /* line 118, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .blq_cliche[class*="cliche_"] h2:before {
    display: none; }

/**********************/
/* Cliches especiales */
/**********************/
/**********************/
/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.especialportugal .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/clicheportugal2.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 252px;
  height: 21px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.especialportugal .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 21px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.globalasturias .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_globalasturias.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 131px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.globalasturias .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.globalgalicia .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_globalgalicia.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 128px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.globalgalicia .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.viveelcamino .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/logo_viveelcamino_hor.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 128px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.viveelcamino .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.rusia2018 .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_rusia.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 125px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.rusia2018 .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.listisimas .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_listisimas.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 135px;
  height: 25px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.listisimas .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 25px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.chapuzasgallegas .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_chapuzas.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 210px;
  height: 26px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.chapuzasgallegas .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 26px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.elmayorproblemadegalicia .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/elmayorproblemadegalicia.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 255px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.elmayorproblemadegalicia .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.lamochilaroja .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/logo_mochila_cliche.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 177px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.lamochilaroja .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.enfoque .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche-enfoquegallego.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 69px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.enfoque .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.red .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche-red.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 120px;
  height: 18px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.red .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 18px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.sabebien .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/logo-cliche-sabebien.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 139px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.sabebien .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.galiciainnova .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_galiciainnova.jpg) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 139px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.galiciainnova .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.cursodegalego .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_cursodegalego.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 162px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.cursodegalego .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.somosagro .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_somosagro.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 132px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.somosagro .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.disfrutadelrural .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_disfrutadelrural.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 150px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.disfrutadelrural .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.jubilo-abanca .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_jubilo-abanca.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 144px;
  height: 23px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.jubilo-abanca .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 23px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.cumbredelclima .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_cumbreclimatica_3.jpg) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 200px;
  height: 35px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.cumbredelclima .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 35px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.vozantartida .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_lavozantartida.jpg) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 150px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.vozantartida .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.buenasnoticiasepidemia .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/buenasnoticiasepidemia.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 179px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.buenasnoticiasepidemia .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.mundoqueviene .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/mundoqueviene.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 136px;
  height: 22px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.mundoqueviene .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 22px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.elecciones .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_elecciones_12J-articulo.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 136px;
  height: 22px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.elecciones .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 22px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.aprendepac .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_aprendepac.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 178px;
  height: 25px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.aprendepac .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 25px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.somosmar .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_somosmar.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 128px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.somosmar .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.enprofundidad .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_enprofundidad.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 134px;
  height: 30px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.enprofundidad .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 30px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.aniversariopandemia .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/aniversariopandemia.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 136px;
  height: 22px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.aniversariopandemia .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 22px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.pueblogallego .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/pueblogallego.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 148px;
  height: 24px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.pueblogallego .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 24px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.alimerka_ssb .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/alimerka_cliche_ssb.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 148px;
  height: 24px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.alimerka_ssb .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 24px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.alimerka .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/alimerka_cliche.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 254px;
  height: 24px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.alimerka .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 24px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.lasaludsabebien .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/alimerka_cliche.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 254px;
  height: 24px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.lasaludsabebien .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 24px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.hablemos-de-futuro .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_santander_futuro.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 205px;
  height: 35px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.hablemos-de-futuro .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 35px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.eurocopa2021 .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/eurocopa2021.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 148px;
  height: 24px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.eurocopa2021 .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 24px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.venagalicia .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/venagalicia.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 108px;
  height: 23px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.venagalicia .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 23px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.tokio2020 .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/tokio2020.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 108px;
  height: 23px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.tokio2020 .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 23px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.vozsalud .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/vozsalud.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 148px;
  height: 24px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.vozsalud .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 24px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.aniversariocovid .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/aniversariocovid.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 148px;
  height: 24px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.aniversariocovid .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 24px; }

/* line 736, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
article.acbcoparey .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/acbcoparey.png) no-repeat !important;
  background-size: contain !important;
  display: block;
  width: 61px;
  height: 48px;
  margin-bottom: 2px; }
  /* line 743, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  article.acbcoparey .antetitulo span a {
    display: block;
    text-indent: -999999px;
    height: 48px; }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.especialportugal, .list-col-md-6-left article.especialportugal, .list-row-md-6-right article.especialportugal, .list-col-xs-8-right article.especialportugal, .list-col-md-5-right article.especialportugal, .thumb-md article.especialportugal {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.especialportugal, .list-col-md-6-left article.especialportugal, .list-row-md-6-right article.especialportugal, .list-col-xs-8-right article.especialportugal, .list-col-md-5-right article.especialportugal, .thumb-md article.especialportugal {
      padding-top: 21px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.especialportugal .antetitulo, .list-col-md-6-left article.especialportugal .antetitulo, .list-row-md-6-right article.especialportugal .antetitulo, .list-col-xs-8-right article.especialportugal .antetitulo, .list-col-md-5-right article.especialportugal .antetitulo, .thumb-md article.especialportugal .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.especialportugal .antetitulo span, .list-col-md-6-left article.especialportugal .antetitulo span, .list-row-md-6-right article.especialportugal .antetitulo span, .list-col-xs-8-right article.especialportugal .antetitulo span, .list-col-md-5-right article.especialportugal .antetitulo span, .thumb-md article.especialportugal .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/clicheportugal2.png) no-repeat !important;
    width: 252px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.especialportugal .antetitulo span, .list-col-md-6-left article.especialportugal .antetitulo span, .list-row-md-6-right article.especialportugal .antetitulo span, .list-col-xs-8-right article.especialportugal .antetitulo span, .list-col-md-5-right article.especialportugal .antetitulo span, .thumb-md article.especialportugal .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/clicheportugal2.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.globalasturias, .list-col-md-6-left article.globalasturias, .list-row-md-6-right article.globalasturias, .list-col-xs-8-right article.globalasturias, .list-col-md-5-right article.globalasturias, .thumb-md article.globalasturias {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.globalasturias, .list-col-md-6-left article.globalasturias, .list-row-md-6-right article.globalasturias, .list-col-xs-8-right article.globalasturias, .list-col-md-5-right article.globalasturias, .thumb-md article.globalasturias {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.globalasturias .antetitulo, .list-col-md-6-left article.globalasturias .antetitulo, .list-row-md-6-right article.globalasturias .antetitulo, .list-col-xs-8-right article.globalasturias .antetitulo, .list-col-md-5-right article.globalasturias .antetitulo, .thumb-md article.globalasturias .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.globalasturias .antetitulo span, .list-col-md-6-left article.globalasturias .antetitulo span, .list-row-md-6-right article.globalasturias .antetitulo span, .list-col-xs-8-right article.globalasturias .antetitulo span, .list-col-md-5-right article.globalasturias .antetitulo span, .thumb-md article.globalasturias .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_globalasturias.png) no-repeat !important;
    width: 131px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.globalasturias .antetitulo span, .list-col-md-6-left article.globalasturias .antetitulo span, .list-row-md-6-right article.globalasturias .antetitulo span, .list-col-xs-8-right article.globalasturias .antetitulo span, .list-col-md-5-right article.globalasturias .antetitulo span, .thumb-md article.globalasturias .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_globalasturias.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.globalgalicia, .list-col-md-6-left article.globalgalicia, .list-row-md-6-right article.globalgalicia, .list-col-xs-8-right article.globalgalicia, .list-col-md-5-right article.globalgalicia, .thumb-md article.globalgalicia {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.globalgalicia, .list-col-md-6-left article.globalgalicia, .list-row-md-6-right article.globalgalicia, .list-col-xs-8-right article.globalgalicia, .list-col-md-5-right article.globalgalicia, .thumb-md article.globalgalicia {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.globalgalicia .antetitulo, .list-col-md-6-left article.globalgalicia .antetitulo, .list-row-md-6-right article.globalgalicia .antetitulo, .list-col-xs-8-right article.globalgalicia .antetitulo, .list-col-md-5-right article.globalgalicia .antetitulo, .thumb-md article.globalgalicia .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.globalgalicia .antetitulo span, .list-col-md-6-left article.globalgalicia .antetitulo span, .list-row-md-6-right article.globalgalicia .antetitulo span, .list-col-xs-8-right article.globalgalicia .antetitulo span, .list-col-md-5-right article.globalgalicia .antetitulo span, .thumb-md article.globalgalicia .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_globalgalicia.png) no-repeat !important;
    width: 128px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.globalgalicia .antetitulo span, .list-col-md-6-left article.globalgalicia .antetitulo span, .list-row-md-6-right article.globalgalicia .antetitulo span, .list-col-xs-8-right article.globalgalicia .antetitulo span, .list-col-md-5-right article.globalgalicia .antetitulo span, .thumb-md article.globalgalicia .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_globalgalicia.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.viveelcamino, .list-col-md-6-left article.viveelcamino, .list-row-md-6-right article.viveelcamino, .list-col-xs-8-right article.viveelcamino, .list-col-md-5-right article.viveelcamino, .thumb-md article.viveelcamino {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.viveelcamino, .list-col-md-6-left article.viveelcamino, .list-row-md-6-right article.viveelcamino, .list-col-xs-8-right article.viveelcamino, .list-col-md-5-right article.viveelcamino, .thumb-md article.viveelcamino {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.viveelcamino .antetitulo, .list-col-md-6-left article.viveelcamino .antetitulo, .list-row-md-6-right article.viveelcamino .antetitulo, .list-col-xs-8-right article.viveelcamino .antetitulo, .list-col-md-5-right article.viveelcamino .antetitulo, .thumb-md article.viveelcamino .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.viveelcamino .antetitulo span, .list-col-md-6-left article.viveelcamino .antetitulo span, .list-row-md-6-right article.viveelcamino .antetitulo span, .list-col-xs-8-right article.viveelcamino .antetitulo span, .list-col-md-5-right article.viveelcamino .antetitulo span, .thumb-md article.viveelcamino .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/logo_viveelcamino_hor.png) no-repeat !important;
    width: 128px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.viveelcamino .antetitulo span, .list-col-md-6-left article.viveelcamino .antetitulo span, .list-row-md-6-right article.viveelcamino .antetitulo span, .list-col-xs-8-right article.viveelcamino .antetitulo span, .list-col-md-5-right article.viveelcamino .antetitulo span, .thumb-md article.viveelcamino .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/logo_viveelcamino_hor.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.rusia2018, .list-col-md-6-left article.rusia2018, .list-row-md-6-right article.rusia2018, .list-col-xs-8-right article.rusia2018, .list-col-md-5-right article.rusia2018, .thumb-md article.rusia2018 {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.rusia2018, .list-col-md-6-left article.rusia2018, .list-row-md-6-right article.rusia2018, .list-col-xs-8-right article.rusia2018, .list-col-md-5-right article.rusia2018, .thumb-md article.rusia2018 {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.rusia2018 .antetitulo, .list-col-md-6-left article.rusia2018 .antetitulo, .list-row-md-6-right article.rusia2018 .antetitulo, .list-col-xs-8-right article.rusia2018 .antetitulo, .list-col-md-5-right article.rusia2018 .antetitulo, .thumb-md article.rusia2018 .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.rusia2018 .antetitulo span, .list-col-md-6-left article.rusia2018 .antetitulo span, .list-row-md-6-right article.rusia2018 .antetitulo span, .list-col-xs-8-right article.rusia2018 .antetitulo span, .list-col-md-5-right article.rusia2018 .antetitulo span, .thumb-md article.rusia2018 .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_rusia.png) no-repeat !important;
    width: 125px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.rusia2018 .antetitulo span, .list-col-md-6-left article.rusia2018 .antetitulo span, .list-row-md-6-right article.rusia2018 .antetitulo span, .list-col-xs-8-right article.rusia2018 .antetitulo span, .list-col-md-5-right article.rusia2018 .antetitulo span, .thumb-md article.rusia2018 .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_rusia.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.listisimas, .list-col-md-6-left article.listisimas, .list-row-md-6-right article.listisimas, .list-col-xs-8-right article.listisimas, .list-col-md-5-right article.listisimas, .thumb-md article.listisimas {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.listisimas, .list-col-md-6-left article.listisimas, .list-row-md-6-right article.listisimas, .list-col-xs-8-right article.listisimas, .list-col-md-5-right article.listisimas, .thumb-md article.listisimas {
      padding-top: 25px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.listisimas .antetitulo, .list-col-md-6-left article.listisimas .antetitulo, .list-row-md-6-right article.listisimas .antetitulo, .list-col-xs-8-right article.listisimas .antetitulo, .list-col-md-5-right article.listisimas .antetitulo, .thumb-md article.listisimas .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.listisimas .antetitulo span, .list-col-md-6-left article.listisimas .antetitulo span, .list-row-md-6-right article.listisimas .antetitulo span, .list-col-xs-8-right article.listisimas .antetitulo span, .list-col-md-5-right article.listisimas .antetitulo span, .thumb-md article.listisimas .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_listisimas.png) no-repeat !important;
    width: 135px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.listisimas .antetitulo span, .list-col-md-6-left article.listisimas .antetitulo span, .list-row-md-6-right article.listisimas .antetitulo span, .list-col-xs-8-right article.listisimas .antetitulo span, .list-col-md-5-right article.listisimas .antetitulo span, .thumb-md article.listisimas .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_listisimas.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.chapuzasgallegas, .list-col-md-6-left article.chapuzasgallegas, .list-row-md-6-right article.chapuzasgallegas, .list-col-xs-8-right article.chapuzasgallegas, .list-col-md-5-right article.chapuzasgallegas, .thumb-md article.chapuzasgallegas {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.chapuzasgallegas, .list-col-md-6-left article.chapuzasgallegas, .list-row-md-6-right article.chapuzasgallegas, .list-col-xs-8-right article.chapuzasgallegas, .list-col-md-5-right article.chapuzasgallegas, .thumb-md article.chapuzasgallegas {
      padding-top: 26px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.chapuzasgallegas .antetitulo, .list-col-md-6-left article.chapuzasgallegas .antetitulo, .list-row-md-6-right article.chapuzasgallegas .antetitulo, .list-col-xs-8-right article.chapuzasgallegas .antetitulo, .list-col-md-5-right article.chapuzasgallegas .antetitulo, .thumb-md article.chapuzasgallegas .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.chapuzasgallegas .antetitulo span, .list-col-md-6-left article.chapuzasgallegas .antetitulo span, .list-row-md-6-right article.chapuzasgallegas .antetitulo span, .list-col-xs-8-right article.chapuzasgallegas .antetitulo span, .list-col-md-5-right article.chapuzasgallegas .antetitulo span, .thumb-md article.chapuzasgallegas .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_chapuzas.png) no-repeat !important;
    width: 210px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.chapuzasgallegas .antetitulo span, .list-col-md-6-left article.chapuzasgallegas .antetitulo span, .list-row-md-6-right article.chapuzasgallegas .antetitulo span, .list-col-xs-8-right article.chapuzasgallegas .antetitulo span, .list-col-md-5-right article.chapuzasgallegas .antetitulo span, .thumb-md article.chapuzasgallegas .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_chapuzas.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.elmayorproblemadegalicia, .list-col-md-6-left article.elmayorproblemadegalicia, .list-row-md-6-right article.elmayorproblemadegalicia, .list-col-xs-8-right article.elmayorproblemadegalicia, .list-col-md-5-right article.elmayorproblemadegalicia, .thumb-md article.elmayorproblemadegalicia {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.elmayorproblemadegalicia, .list-col-md-6-left article.elmayorproblemadegalicia, .list-row-md-6-right article.elmayorproblemadegalicia, .list-col-xs-8-right article.elmayorproblemadegalicia, .list-col-md-5-right article.elmayorproblemadegalicia, .thumb-md article.elmayorproblemadegalicia {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.elmayorproblemadegalicia .antetitulo, .list-col-md-6-left article.elmayorproblemadegalicia .antetitulo, .list-row-md-6-right article.elmayorproblemadegalicia .antetitulo, .list-col-xs-8-right article.elmayorproblemadegalicia .antetitulo, .list-col-md-5-right article.elmayorproblemadegalicia .antetitulo, .thumb-md article.elmayorproblemadegalicia .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.elmayorproblemadegalicia .antetitulo span, .list-col-md-6-left article.elmayorproblemadegalicia .antetitulo span, .list-row-md-6-right article.elmayorproblemadegalicia .antetitulo span, .list-col-xs-8-right article.elmayorproblemadegalicia .antetitulo span, .list-col-md-5-right article.elmayorproblemadegalicia .antetitulo span, .thumb-md article.elmayorproblemadegalicia .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/elmayorproblemadegalicia.png) no-repeat !important;
    width: 255px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.elmayorproblemadegalicia .antetitulo span, .list-col-md-6-left article.elmayorproblemadegalicia .antetitulo span, .list-row-md-6-right article.elmayorproblemadegalicia .antetitulo span, .list-col-xs-8-right article.elmayorproblemadegalicia .antetitulo span, .list-col-md-5-right article.elmayorproblemadegalicia .antetitulo span, .thumb-md article.elmayorproblemadegalicia .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/elmayorproblemadegalicia.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.lamochilaroja, .list-col-md-6-left article.lamochilaroja, .list-row-md-6-right article.lamochilaroja, .list-col-xs-8-right article.lamochilaroja, .list-col-md-5-right article.lamochilaroja, .thumb-md article.lamochilaroja {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.lamochilaroja, .list-col-md-6-left article.lamochilaroja, .list-row-md-6-right article.lamochilaroja, .list-col-xs-8-right article.lamochilaroja, .list-col-md-5-right article.lamochilaroja, .thumb-md article.lamochilaroja {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.lamochilaroja .antetitulo, .list-col-md-6-left article.lamochilaroja .antetitulo, .list-row-md-6-right article.lamochilaroja .antetitulo, .list-col-xs-8-right article.lamochilaroja .antetitulo, .list-col-md-5-right article.lamochilaroja .antetitulo, .thumb-md article.lamochilaroja .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.lamochilaroja .antetitulo span, .list-col-md-6-left article.lamochilaroja .antetitulo span, .list-row-md-6-right article.lamochilaroja .antetitulo span, .list-col-xs-8-right article.lamochilaroja .antetitulo span, .list-col-md-5-right article.lamochilaroja .antetitulo span, .thumb-md article.lamochilaroja .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/logo_mochila_cliche.png) no-repeat !important;
    width: 177px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.lamochilaroja .antetitulo span, .list-col-md-6-left article.lamochilaroja .antetitulo span, .list-row-md-6-right article.lamochilaroja .antetitulo span, .list-col-xs-8-right article.lamochilaroja .antetitulo span, .list-col-md-5-right article.lamochilaroja .antetitulo span, .thumb-md article.lamochilaroja .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/logo_mochila_cliche.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.enfoque, .list-col-md-6-left article.enfoque, .list-row-md-6-right article.enfoque, .list-col-xs-8-right article.enfoque, .list-col-md-5-right article.enfoque, .thumb-md article.enfoque {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.enfoque, .list-col-md-6-left article.enfoque, .list-row-md-6-right article.enfoque, .list-col-xs-8-right article.enfoque, .list-col-md-5-right article.enfoque, .thumb-md article.enfoque {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.enfoque .antetitulo, .list-col-md-6-left article.enfoque .antetitulo, .list-row-md-6-right article.enfoque .antetitulo, .list-col-xs-8-right article.enfoque .antetitulo, .list-col-md-5-right article.enfoque .antetitulo, .thumb-md article.enfoque .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.enfoque .antetitulo span, .list-col-md-6-left article.enfoque .antetitulo span, .list-row-md-6-right article.enfoque .antetitulo span, .list-col-xs-8-right article.enfoque .antetitulo span, .list-col-md-5-right article.enfoque .antetitulo span, .thumb-md article.enfoque .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche-enfoquegallego.png) no-repeat !important;
    width: 69px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.enfoque .antetitulo span, .list-col-md-6-left article.enfoque .antetitulo span, .list-row-md-6-right article.enfoque .antetitulo span, .list-col-xs-8-right article.enfoque .antetitulo span, .list-col-md-5-right article.enfoque .antetitulo span, .thumb-md article.enfoque .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche-enfoquegallego.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.red, .list-col-md-6-left article.red, .list-row-md-6-right article.red, .list-col-xs-8-right article.red, .list-col-md-5-right article.red, .thumb-md article.red {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.red, .list-col-md-6-left article.red, .list-row-md-6-right article.red, .list-col-xs-8-right article.red, .list-col-md-5-right article.red, .thumb-md article.red {
      padding-top: 18px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.red .antetitulo, .list-col-md-6-left article.red .antetitulo, .list-row-md-6-right article.red .antetitulo, .list-col-xs-8-right article.red .antetitulo, .list-col-md-5-right article.red .antetitulo, .thumb-md article.red .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.red .antetitulo span, .list-col-md-6-left article.red .antetitulo span, .list-row-md-6-right article.red .antetitulo span, .list-col-xs-8-right article.red .antetitulo span, .list-col-md-5-right article.red .antetitulo span, .thumb-md article.red .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche-red.png) no-repeat !important;
    width: 120px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.red .antetitulo span, .list-col-md-6-left article.red .antetitulo span, .list-row-md-6-right article.red .antetitulo span, .list-col-xs-8-right article.red .antetitulo span, .list-col-md-5-right article.red .antetitulo span, .thumb-md article.red .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche-red.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.sabebien, .list-col-md-6-left article.sabebien, .list-row-md-6-right article.sabebien, .list-col-xs-8-right article.sabebien, .list-col-md-5-right article.sabebien, .thumb-md article.sabebien {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.sabebien, .list-col-md-6-left article.sabebien, .list-row-md-6-right article.sabebien, .list-col-xs-8-right article.sabebien, .list-col-md-5-right article.sabebien, .thumb-md article.sabebien {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.sabebien .antetitulo, .list-col-md-6-left article.sabebien .antetitulo, .list-row-md-6-right article.sabebien .antetitulo, .list-col-xs-8-right article.sabebien .antetitulo, .list-col-md-5-right article.sabebien .antetitulo, .thumb-md article.sabebien .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.sabebien .antetitulo span, .list-col-md-6-left article.sabebien .antetitulo span, .list-row-md-6-right article.sabebien .antetitulo span, .list-col-xs-8-right article.sabebien .antetitulo span, .list-col-md-5-right article.sabebien .antetitulo span, .thumb-md article.sabebien .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/logo-cliche-sabebien.png) no-repeat !important;
    width: 139px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.sabebien .antetitulo span, .list-col-md-6-left article.sabebien .antetitulo span, .list-row-md-6-right article.sabebien .antetitulo span, .list-col-xs-8-right article.sabebien .antetitulo span, .list-col-md-5-right article.sabebien .antetitulo span, .thumb-md article.sabebien .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/logo-cliche-sabebien.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.galiciainnova, .list-col-md-6-left article.galiciainnova, .list-row-md-6-right article.galiciainnova, .list-col-xs-8-right article.galiciainnova, .list-col-md-5-right article.galiciainnova, .thumb-md article.galiciainnova {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.galiciainnova, .list-col-md-6-left article.galiciainnova, .list-row-md-6-right article.galiciainnova, .list-col-xs-8-right article.galiciainnova, .list-col-md-5-right article.galiciainnova, .thumb-md article.galiciainnova {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.galiciainnova .antetitulo, .list-col-md-6-left article.galiciainnova .antetitulo, .list-row-md-6-right article.galiciainnova .antetitulo, .list-col-xs-8-right article.galiciainnova .antetitulo, .list-col-md-5-right article.galiciainnova .antetitulo, .thumb-md article.galiciainnova .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.galiciainnova .antetitulo span, .list-col-md-6-left article.galiciainnova .antetitulo span, .list-row-md-6-right article.galiciainnova .antetitulo span, .list-col-xs-8-right article.galiciainnova .antetitulo span, .list-col-md-5-right article.galiciainnova .antetitulo span, .thumb-md article.galiciainnova .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_galiciainnova.jpg) no-repeat !important;
    width: 139px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.galiciainnova .antetitulo span, .list-col-md-6-left article.galiciainnova .antetitulo span, .list-row-md-6-right article.galiciainnova .antetitulo span, .list-col-xs-8-right article.galiciainnova .antetitulo span, .list-col-md-5-right article.galiciainnova .antetitulo span, .thumb-md article.galiciainnova .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_galiciainnova.jpg) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.cursodegalego, .list-col-md-6-left article.cursodegalego, .list-row-md-6-right article.cursodegalego, .list-col-xs-8-right article.cursodegalego, .list-col-md-5-right article.cursodegalego, .thumb-md article.cursodegalego {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.cursodegalego, .list-col-md-6-left article.cursodegalego, .list-row-md-6-right article.cursodegalego, .list-col-xs-8-right article.cursodegalego, .list-col-md-5-right article.cursodegalego, .thumb-md article.cursodegalego {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.cursodegalego .antetitulo, .list-col-md-6-left article.cursodegalego .antetitulo, .list-row-md-6-right article.cursodegalego .antetitulo, .list-col-xs-8-right article.cursodegalego .antetitulo, .list-col-md-5-right article.cursodegalego .antetitulo, .thumb-md article.cursodegalego .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.cursodegalego .antetitulo span, .list-col-md-6-left article.cursodegalego .antetitulo span, .list-row-md-6-right article.cursodegalego .antetitulo span, .list-col-xs-8-right article.cursodegalego .antetitulo span, .list-col-md-5-right article.cursodegalego .antetitulo span, .thumb-md article.cursodegalego .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_cursodegalego.png) no-repeat !important;
    width: 162px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.cursodegalego .antetitulo span, .list-col-md-6-left article.cursodegalego .antetitulo span, .list-row-md-6-right article.cursodegalego .antetitulo span, .list-col-xs-8-right article.cursodegalego .antetitulo span, .list-col-md-5-right article.cursodegalego .antetitulo span, .thumb-md article.cursodegalego .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_cursodegalego.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.somosagro, .list-col-md-6-left article.somosagro, .list-row-md-6-right article.somosagro, .list-col-xs-8-right article.somosagro, .list-col-md-5-right article.somosagro, .thumb-md article.somosagro {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.somosagro, .list-col-md-6-left article.somosagro, .list-row-md-6-right article.somosagro, .list-col-xs-8-right article.somosagro, .list-col-md-5-right article.somosagro, .thumb-md article.somosagro {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.somosagro .antetitulo, .list-col-md-6-left article.somosagro .antetitulo, .list-row-md-6-right article.somosagro .antetitulo, .list-col-xs-8-right article.somosagro .antetitulo, .list-col-md-5-right article.somosagro .antetitulo, .thumb-md article.somosagro .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.somosagro .antetitulo span, .list-col-md-6-left article.somosagro .antetitulo span, .list-row-md-6-right article.somosagro .antetitulo span, .list-col-xs-8-right article.somosagro .antetitulo span, .list-col-md-5-right article.somosagro .antetitulo span, .thumb-md article.somosagro .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_somosagro.png) no-repeat !important;
    width: 132px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.somosagro .antetitulo span, .list-col-md-6-left article.somosagro .antetitulo span, .list-row-md-6-right article.somosagro .antetitulo span, .list-col-xs-8-right article.somosagro .antetitulo span, .list-col-md-5-right article.somosagro .antetitulo span, .thumb-md article.somosagro .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_somosagro.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.disfrutadelrural, .list-col-md-6-left article.disfrutadelrural, .list-row-md-6-right article.disfrutadelrural, .list-col-xs-8-right article.disfrutadelrural, .list-col-md-5-right article.disfrutadelrural, .thumb-md article.disfrutadelrural {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.disfrutadelrural, .list-col-md-6-left article.disfrutadelrural, .list-row-md-6-right article.disfrutadelrural, .list-col-xs-8-right article.disfrutadelrural, .list-col-md-5-right article.disfrutadelrural, .thumb-md article.disfrutadelrural {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.disfrutadelrural .antetitulo, .list-col-md-6-left article.disfrutadelrural .antetitulo, .list-row-md-6-right article.disfrutadelrural .antetitulo, .list-col-xs-8-right article.disfrutadelrural .antetitulo, .list-col-md-5-right article.disfrutadelrural .antetitulo, .thumb-md article.disfrutadelrural .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.disfrutadelrural .antetitulo span, .list-col-md-6-left article.disfrutadelrural .antetitulo span, .list-row-md-6-right article.disfrutadelrural .antetitulo span, .list-col-xs-8-right article.disfrutadelrural .antetitulo span, .list-col-md-5-right article.disfrutadelrural .antetitulo span, .thumb-md article.disfrutadelrural .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_disfrutadelrural.png) no-repeat !important;
    width: 150px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.disfrutadelrural .antetitulo span, .list-col-md-6-left article.disfrutadelrural .antetitulo span, .list-row-md-6-right article.disfrutadelrural .antetitulo span, .list-col-xs-8-right article.disfrutadelrural .antetitulo span, .list-col-md-5-right article.disfrutadelrural .antetitulo span, .thumb-md article.disfrutadelrural .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_disfrutadelrural.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.jubilo-abanca, .list-col-md-6-left article.jubilo-abanca, .list-row-md-6-right article.jubilo-abanca, .list-col-xs-8-right article.jubilo-abanca, .list-col-md-5-right article.jubilo-abanca, .thumb-md article.jubilo-abanca {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.jubilo-abanca, .list-col-md-6-left article.jubilo-abanca, .list-row-md-6-right article.jubilo-abanca, .list-col-xs-8-right article.jubilo-abanca, .list-col-md-5-right article.jubilo-abanca, .thumb-md article.jubilo-abanca {
      padding-top: 23px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.jubilo-abanca .antetitulo, .list-col-md-6-left article.jubilo-abanca .antetitulo, .list-row-md-6-right article.jubilo-abanca .antetitulo, .list-col-xs-8-right article.jubilo-abanca .antetitulo, .list-col-md-5-right article.jubilo-abanca .antetitulo, .thumb-md article.jubilo-abanca .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.jubilo-abanca .antetitulo span, .list-col-md-6-left article.jubilo-abanca .antetitulo span, .list-row-md-6-right article.jubilo-abanca .antetitulo span, .list-col-xs-8-right article.jubilo-abanca .antetitulo span, .list-col-md-5-right article.jubilo-abanca .antetitulo span, .thumb-md article.jubilo-abanca .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_jubilo-abanca.png) no-repeat !important;
    width: 144px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.jubilo-abanca .antetitulo span, .list-col-md-6-left article.jubilo-abanca .antetitulo span, .list-row-md-6-right article.jubilo-abanca .antetitulo span, .list-col-xs-8-right article.jubilo-abanca .antetitulo span, .list-col-md-5-right article.jubilo-abanca .antetitulo span, .thumb-md article.jubilo-abanca .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_jubilo-abanca.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.cumbredelclima, .list-col-md-6-left article.cumbredelclima, .list-row-md-6-right article.cumbredelclima, .list-col-xs-8-right article.cumbredelclima, .list-col-md-5-right article.cumbredelclima, .thumb-md article.cumbredelclima {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.cumbredelclima, .list-col-md-6-left article.cumbredelclima, .list-row-md-6-right article.cumbredelclima, .list-col-xs-8-right article.cumbredelclima, .list-col-md-5-right article.cumbredelclima, .thumb-md article.cumbredelclima {
      padding-top: 35px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.cumbredelclima .antetitulo, .list-col-md-6-left article.cumbredelclima .antetitulo, .list-row-md-6-right article.cumbredelclima .antetitulo, .list-col-xs-8-right article.cumbredelclima .antetitulo, .list-col-md-5-right article.cumbredelclima .antetitulo, .thumb-md article.cumbredelclima .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.cumbredelclima .antetitulo span, .list-col-md-6-left article.cumbredelclima .antetitulo span, .list-row-md-6-right article.cumbredelclima .antetitulo span, .list-col-xs-8-right article.cumbredelclima .antetitulo span, .list-col-md-5-right article.cumbredelclima .antetitulo span, .thumb-md article.cumbredelclima .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_cumbreclimatica_3.jpg) no-repeat !important;
    width: 200px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.cumbredelclima .antetitulo span, .list-col-md-6-left article.cumbredelclima .antetitulo span, .list-row-md-6-right article.cumbredelclima .antetitulo span, .list-col-xs-8-right article.cumbredelclima .antetitulo span, .list-col-md-5-right article.cumbredelclima .antetitulo span, .thumb-md article.cumbredelclima .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_cumbreclimatica_3.jpg) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.vozantartida, .list-col-md-6-left article.vozantartida, .list-row-md-6-right article.vozantartida, .list-col-xs-8-right article.vozantartida, .list-col-md-5-right article.vozantartida, .thumb-md article.vozantartida {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.vozantartida, .list-col-md-6-left article.vozantartida, .list-row-md-6-right article.vozantartida, .list-col-xs-8-right article.vozantartida, .list-col-md-5-right article.vozantartida, .thumb-md article.vozantartida {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.vozantartida .antetitulo, .list-col-md-6-left article.vozantartida .antetitulo, .list-row-md-6-right article.vozantartida .antetitulo, .list-col-xs-8-right article.vozantartida .antetitulo, .list-col-md-5-right article.vozantartida .antetitulo, .thumb-md article.vozantartida .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.vozantartida .antetitulo span, .list-col-md-6-left article.vozantartida .antetitulo span, .list-row-md-6-right article.vozantartida .antetitulo span, .list-col-xs-8-right article.vozantartida .antetitulo span, .list-col-md-5-right article.vozantartida .antetitulo span, .thumb-md article.vozantartida .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_lavozantartida.jpg) no-repeat !important;
    width: 150px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.vozantartida .antetitulo span, .list-col-md-6-left article.vozantartida .antetitulo span, .list-row-md-6-right article.vozantartida .antetitulo span, .list-col-xs-8-right article.vozantartida .antetitulo span, .list-col-md-5-right article.vozantartida .antetitulo span, .thumb-md article.vozantartida .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_lavozantartida.jpg) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.buenasnoticiasepidemia, .list-col-md-6-left article.buenasnoticiasepidemia, .list-row-md-6-right article.buenasnoticiasepidemia, .list-col-xs-8-right article.buenasnoticiasepidemia, .list-col-md-5-right article.buenasnoticiasepidemia, .thumb-md article.buenasnoticiasepidemia {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.buenasnoticiasepidemia, .list-col-md-6-left article.buenasnoticiasepidemia, .list-row-md-6-right article.buenasnoticiasepidemia, .list-col-xs-8-right article.buenasnoticiasepidemia, .list-col-md-5-right article.buenasnoticiasepidemia, .thumb-md article.buenasnoticiasepidemia {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.buenasnoticiasepidemia .antetitulo, .list-col-md-6-left article.buenasnoticiasepidemia .antetitulo, .list-row-md-6-right article.buenasnoticiasepidemia .antetitulo, .list-col-xs-8-right article.buenasnoticiasepidemia .antetitulo, .list-col-md-5-right article.buenasnoticiasepidemia .antetitulo, .thumb-md article.buenasnoticiasepidemia .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.buenasnoticiasepidemia .antetitulo span, .list-col-md-6-left article.buenasnoticiasepidemia .antetitulo span, .list-row-md-6-right article.buenasnoticiasepidemia .antetitulo span, .list-col-xs-8-right article.buenasnoticiasepidemia .antetitulo span, .list-col-md-5-right article.buenasnoticiasepidemia .antetitulo span, .thumb-md article.buenasnoticiasepidemia .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/buenasnoticiasepidemia.png) no-repeat !important;
    width: 179px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.buenasnoticiasepidemia .antetitulo span, .list-col-md-6-left article.buenasnoticiasepidemia .antetitulo span, .list-row-md-6-right article.buenasnoticiasepidemia .antetitulo span, .list-col-xs-8-right article.buenasnoticiasepidemia .antetitulo span, .list-col-md-5-right article.buenasnoticiasepidemia .antetitulo span, .thumb-md article.buenasnoticiasepidemia .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/buenasnoticiasepidemia.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.mundoqueviene, .list-col-md-6-left article.mundoqueviene, .list-row-md-6-right article.mundoqueviene, .list-col-xs-8-right article.mundoqueviene, .list-col-md-5-right article.mundoqueviene, .thumb-md article.mundoqueviene {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.mundoqueviene, .list-col-md-6-left article.mundoqueviene, .list-row-md-6-right article.mundoqueviene, .list-col-xs-8-right article.mundoqueviene, .list-col-md-5-right article.mundoqueviene, .thumb-md article.mundoqueviene {
      padding-top: 22px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.mundoqueviene .antetitulo, .list-col-md-6-left article.mundoqueviene .antetitulo, .list-row-md-6-right article.mundoqueviene .antetitulo, .list-col-xs-8-right article.mundoqueviene .antetitulo, .list-col-md-5-right article.mundoqueviene .antetitulo, .thumb-md article.mundoqueviene .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.mundoqueviene .antetitulo span, .list-col-md-6-left article.mundoqueviene .antetitulo span, .list-row-md-6-right article.mundoqueviene .antetitulo span, .list-col-xs-8-right article.mundoqueviene .antetitulo span, .list-col-md-5-right article.mundoqueviene .antetitulo span, .thumb-md article.mundoqueviene .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/mundoqueviene.png) no-repeat !important;
    width: 136px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.mundoqueviene .antetitulo span, .list-col-md-6-left article.mundoqueviene .antetitulo span, .list-row-md-6-right article.mundoqueviene .antetitulo span, .list-col-xs-8-right article.mundoqueviene .antetitulo span, .list-col-md-5-right article.mundoqueviene .antetitulo span, .thumb-md article.mundoqueviene .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/mundoqueviene.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.elecciones, .list-col-md-6-left article.elecciones, .list-row-md-6-right article.elecciones, .list-col-xs-8-right article.elecciones, .list-col-md-5-right article.elecciones, .thumb-md article.elecciones {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.elecciones, .list-col-md-6-left article.elecciones, .list-row-md-6-right article.elecciones, .list-col-xs-8-right article.elecciones, .list-col-md-5-right article.elecciones, .thumb-md article.elecciones {
      padding-top: 22px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.elecciones .antetitulo, .list-col-md-6-left article.elecciones .antetitulo, .list-row-md-6-right article.elecciones .antetitulo, .list-col-xs-8-right article.elecciones .antetitulo, .list-col-md-5-right article.elecciones .antetitulo, .thumb-md article.elecciones .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.elecciones .antetitulo span, .list-col-md-6-left article.elecciones .antetitulo span, .list-row-md-6-right article.elecciones .antetitulo span, .list-col-xs-8-right article.elecciones .antetitulo span, .list-col-md-5-right article.elecciones .antetitulo span, .thumb-md article.elecciones .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_elecciones_12J-articulo.png) no-repeat !important;
    width: 136px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.elecciones .antetitulo span, .list-col-md-6-left article.elecciones .antetitulo span, .list-row-md-6-right article.elecciones .antetitulo span, .list-col-xs-8-right article.elecciones .antetitulo span, .list-col-md-5-right article.elecciones .antetitulo span, .thumb-md article.elecciones .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_elecciones_12J-articulo.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.aprendepac, .list-col-md-6-left article.aprendepac, .list-row-md-6-right article.aprendepac, .list-col-xs-8-right article.aprendepac, .list-col-md-5-right article.aprendepac, .thumb-md article.aprendepac {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.aprendepac, .list-col-md-6-left article.aprendepac, .list-row-md-6-right article.aprendepac, .list-col-xs-8-right article.aprendepac, .list-col-md-5-right article.aprendepac, .thumb-md article.aprendepac {
      padding-top: 25px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.aprendepac .antetitulo, .list-col-md-6-left article.aprendepac .antetitulo, .list-row-md-6-right article.aprendepac .antetitulo, .list-col-xs-8-right article.aprendepac .antetitulo, .list-col-md-5-right article.aprendepac .antetitulo, .thumb-md article.aprendepac .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.aprendepac .antetitulo span, .list-col-md-6-left article.aprendepac .antetitulo span, .list-row-md-6-right article.aprendepac .antetitulo span, .list-col-xs-8-right article.aprendepac .antetitulo span, .list-col-md-5-right article.aprendepac .antetitulo span, .thumb-md article.aprendepac .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_aprendepac.png) no-repeat !important;
    width: 178px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.aprendepac .antetitulo span, .list-col-md-6-left article.aprendepac .antetitulo span, .list-row-md-6-right article.aprendepac .antetitulo span, .list-col-xs-8-right article.aprendepac .antetitulo span, .list-col-md-5-right article.aprendepac .antetitulo span, .thumb-md article.aprendepac .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_aprendepac.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.somosmar, .list-col-md-6-left article.somosmar, .list-row-md-6-right article.somosmar, .list-col-xs-8-right article.somosmar, .list-col-md-5-right article.somosmar, .thumb-md article.somosmar {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.somosmar, .list-col-md-6-left article.somosmar, .list-row-md-6-right article.somosmar, .list-col-xs-8-right article.somosmar, .list-col-md-5-right article.somosmar, .thumb-md article.somosmar {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.somosmar .antetitulo, .list-col-md-6-left article.somosmar .antetitulo, .list-row-md-6-right article.somosmar .antetitulo, .list-col-xs-8-right article.somosmar .antetitulo, .list-col-md-5-right article.somosmar .antetitulo, .thumb-md article.somosmar .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.somosmar .antetitulo span, .list-col-md-6-left article.somosmar .antetitulo span, .list-row-md-6-right article.somosmar .antetitulo span, .list-col-xs-8-right article.somosmar .antetitulo span, .list-col-md-5-right article.somosmar .antetitulo span, .thumb-md article.somosmar .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_somosmar.png) no-repeat !important;
    width: 128px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.somosmar .antetitulo span, .list-col-md-6-left article.somosmar .antetitulo span, .list-row-md-6-right article.somosmar .antetitulo span, .list-col-xs-8-right article.somosmar .antetitulo span, .list-col-md-5-right article.somosmar .antetitulo span, .thumb-md article.somosmar .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_somosmar.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.enprofundidad, .list-col-md-6-left article.enprofundidad, .list-row-md-6-right article.enprofundidad, .list-col-xs-8-right article.enprofundidad, .list-col-md-5-right article.enprofundidad, .thumb-md article.enprofundidad {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.enprofundidad, .list-col-md-6-left article.enprofundidad, .list-row-md-6-right article.enprofundidad, .list-col-xs-8-right article.enprofundidad, .list-col-md-5-right article.enprofundidad, .thumb-md article.enprofundidad {
      padding-top: 30px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.enprofundidad .antetitulo, .list-col-md-6-left article.enprofundidad .antetitulo, .list-row-md-6-right article.enprofundidad .antetitulo, .list-col-xs-8-right article.enprofundidad .antetitulo, .list-col-md-5-right article.enprofundidad .antetitulo, .thumb-md article.enprofundidad .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.enprofundidad .antetitulo span, .list-col-md-6-left article.enprofundidad .antetitulo span, .list-row-md-6-right article.enprofundidad .antetitulo span, .list-col-xs-8-right article.enprofundidad .antetitulo span, .list-col-md-5-right article.enprofundidad .antetitulo span, .thumb-md article.enprofundidad .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_enprofundidad.png) no-repeat !important;
    width: 134px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.enprofundidad .antetitulo span, .list-col-md-6-left article.enprofundidad .antetitulo span, .list-row-md-6-right article.enprofundidad .antetitulo span, .list-col-xs-8-right article.enprofundidad .antetitulo span, .list-col-md-5-right article.enprofundidad .antetitulo span, .thumb-md article.enprofundidad .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_enprofundidad.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.aniversariopandemia, .list-col-md-6-left article.aniversariopandemia, .list-row-md-6-right article.aniversariopandemia, .list-col-xs-8-right article.aniversariopandemia, .list-col-md-5-right article.aniversariopandemia, .thumb-md article.aniversariopandemia {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.aniversariopandemia, .list-col-md-6-left article.aniversariopandemia, .list-row-md-6-right article.aniversariopandemia, .list-col-xs-8-right article.aniversariopandemia, .list-col-md-5-right article.aniversariopandemia, .thumb-md article.aniversariopandemia {
      padding-top: 22px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.aniversariopandemia .antetitulo, .list-col-md-6-left article.aniversariopandemia .antetitulo, .list-row-md-6-right article.aniversariopandemia .antetitulo, .list-col-xs-8-right article.aniversariopandemia .antetitulo, .list-col-md-5-right article.aniversariopandemia .antetitulo, .thumb-md article.aniversariopandemia .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.aniversariopandemia .antetitulo span, .list-col-md-6-left article.aniversariopandemia .antetitulo span, .list-row-md-6-right article.aniversariopandemia .antetitulo span, .list-col-xs-8-right article.aniversariopandemia .antetitulo span, .list-col-md-5-right article.aniversariopandemia .antetitulo span, .thumb-md article.aniversariopandemia .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/aniversariopandemia.png) no-repeat !important;
    width: 136px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.aniversariopandemia .antetitulo span, .list-col-md-6-left article.aniversariopandemia .antetitulo span, .list-row-md-6-right article.aniversariopandemia .antetitulo span, .list-col-xs-8-right article.aniversariopandemia .antetitulo span, .list-col-md-5-right article.aniversariopandemia .antetitulo span, .thumb-md article.aniversariopandemia .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/aniversariopandemia.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.pueblogallego, .list-col-md-6-left article.pueblogallego, .list-row-md-6-right article.pueblogallego, .list-col-xs-8-right article.pueblogallego, .list-col-md-5-right article.pueblogallego, .thumb-md article.pueblogallego {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.pueblogallego, .list-col-md-6-left article.pueblogallego, .list-row-md-6-right article.pueblogallego, .list-col-xs-8-right article.pueblogallego, .list-col-md-5-right article.pueblogallego, .thumb-md article.pueblogallego {
      padding-top: 24px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.pueblogallego .antetitulo, .list-col-md-6-left article.pueblogallego .antetitulo, .list-row-md-6-right article.pueblogallego .antetitulo, .list-col-xs-8-right article.pueblogallego .antetitulo, .list-col-md-5-right article.pueblogallego .antetitulo, .thumb-md article.pueblogallego .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.pueblogallego .antetitulo span, .list-col-md-6-left article.pueblogallego .antetitulo span, .list-row-md-6-right article.pueblogallego .antetitulo span, .list-col-xs-8-right article.pueblogallego .antetitulo span, .list-col-md-5-right article.pueblogallego .antetitulo span, .thumb-md article.pueblogallego .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/pueblogallego.png) no-repeat !important;
    width: 148px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.pueblogallego .antetitulo span, .list-col-md-6-left article.pueblogallego .antetitulo span, .list-row-md-6-right article.pueblogallego .antetitulo span, .list-col-xs-8-right article.pueblogallego .antetitulo span, .list-col-md-5-right article.pueblogallego .antetitulo span, .thumb-md article.pueblogallego .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/pueblogallego.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.alimerka_ssb, .list-col-md-6-left article.alimerka_ssb, .list-row-md-6-right article.alimerka_ssb, .list-col-xs-8-right article.alimerka_ssb, .list-col-md-5-right article.alimerka_ssb, .thumb-md article.alimerka_ssb {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.alimerka_ssb, .list-col-md-6-left article.alimerka_ssb, .list-row-md-6-right article.alimerka_ssb, .list-col-xs-8-right article.alimerka_ssb, .list-col-md-5-right article.alimerka_ssb, .thumb-md article.alimerka_ssb {
      padding-top: 24px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.alimerka_ssb .antetitulo, .list-col-md-6-left article.alimerka_ssb .antetitulo, .list-row-md-6-right article.alimerka_ssb .antetitulo, .list-col-xs-8-right article.alimerka_ssb .antetitulo, .list-col-md-5-right article.alimerka_ssb .antetitulo, .thumb-md article.alimerka_ssb .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.alimerka_ssb .antetitulo span, .list-col-md-6-left article.alimerka_ssb .antetitulo span, .list-row-md-6-right article.alimerka_ssb .antetitulo span, .list-col-xs-8-right article.alimerka_ssb .antetitulo span, .list-col-md-5-right article.alimerka_ssb .antetitulo span, .thumb-md article.alimerka_ssb .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/alimerka_cliche_ssb.png) no-repeat !important;
    width: 148px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.alimerka_ssb .antetitulo span, .list-col-md-6-left article.alimerka_ssb .antetitulo span, .list-row-md-6-right article.alimerka_ssb .antetitulo span, .list-col-xs-8-right article.alimerka_ssb .antetitulo span, .list-col-md-5-right article.alimerka_ssb .antetitulo span, .thumb-md article.alimerka_ssb .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/alimerka_cliche_ssb.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.alimerka, .list-col-md-6-left article.alimerka, .list-row-md-6-right article.alimerka, .list-col-xs-8-right article.alimerka, .list-col-md-5-right article.alimerka, .thumb-md article.alimerka {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.alimerka, .list-col-md-6-left article.alimerka, .list-row-md-6-right article.alimerka, .list-col-xs-8-right article.alimerka, .list-col-md-5-right article.alimerka, .thumb-md article.alimerka {
      padding-top: 24px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.alimerka .antetitulo, .list-col-md-6-left article.alimerka .antetitulo, .list-row-md-6-right article.alimerka .antetitulo, .list-col-xs-8-right article.alimerka .antetitulo, .list-col-md-5-right article.alimerka .antetitulo, .thumb-md article.alimerka .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.alimerka .antetitulo span, .list-col-md-6-left article.alimerka .antetitulo span, .list-row-md-6-right article.alimerka .antetitulo span, .list-col-xs-8-right article.alimerka .antetitulo span, .list-col-md-5-right article.alimerka .antetitulo span, .thumb-md article.alimerka .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/alimerka_cliche.png) no-repeat !important;
    width: 254px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.alimerka .antetitulo span, .list-col-md-6-left article.alimerka .antetitulo span, .list-row-md-6-right article.alimerka .antetitulo span, .list-col-xs-8-right article.alimerka .antetitulo span, .list-col-md-5-right article.alimerka .antetitulo span, .thumb-md article.alimerka .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/alimerka_cliche.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.lasaludsabebien, .list-col-md-6-left article.lasaludsabebien, .list-row-md-6-right article.lasaludsabebien, .list-col-xs-8-right article.lasaludsabebien, .list-col-md-5-right article.lasaludsabebien, .thumb-md article.lasaludsabebien {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.lasaludsabebien, .list-col-md-6-left article.lasaludsabebien, .list-row-md-6-right article.lasaludsabebien, .list-col-xs-8-right article.lasaludsabebien, .list-col-md-5-right article.lasaludsabebien, .thumb-md article.lasaludsabebien {
      padding-top: 24px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.lasaludsabebien .antetitulo, .list-col-md-6-left article.lasaludsabebien .antetitulo, .list-row-md-6-right article.lasaludsabebien .antetitulo, .list-col-xs-8-right article.lasaludsabebien .antetitulo, .list-col-md-5-right article.lasaludsabebien .antetitulo, .thumb-md article.lasaludsabebien .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.lasaludsabebien .antetitulo span, .list-col-md-6-left article.lasaludsabebien .antetitulo span, .list-row-md-6-right article.lasaludsabebien .antetitulo span, .list-col-xs-8-right article.lasaludsabebien .antetitulo span, .list-col-md-5-right article.lasaludsabebien .antetitulo span, .thumb-md article.lasaludsabebien .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/alimerka_cliche.png) no-repeat !important;
    width: 254px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.lasaludsabebien .antetitulo span, .list-col-md-6-left article.lasaludsabebien .antetitulo span, .list-row-md-6-right article.lasaludsabebien .antetitulo span, .list-col-xs-8-right article.lasaludsabebien .antetitulo span, .list-col-md-5-right article.lasaludsabebien .antetitulo span, .thumb-md article.lasaludsabebien .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/alimerka_cliche.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.hablemos-de-futuro, .list-col-md-6-left article.hablemos-de-futuro, .list-row-md-6-right article.hablemos-de-futuro, .list-col-xs-8-right article.hablemos-de-futuro, .list-col-md-5-right article.hablemos-de-futuro, .thumb-md article.hablemos-de-futuro {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.hablemos-de-futuro, .list-col-md-6-left article.hablemos-de-futuro, .list-row-md-6-right article.hablemos-de-futuro, .list-col-xs-8-right article.hablemos-de-futuro, .list-col-md-5-right article.hablemos-de-futuro, .thumb-md article.hablemos-de-futuro {
      padding-top: 35px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.hablemos-de-futuro .antetitulo, .list-col-md-6-left article.hablemos-de-futuro .antetitulo, .list-row-md-6-right article.hablemos-de-futuro .antetitulo, .list-col-xs-8-right article.hablemos-de-futuro .antetitulo, .list-col-md-5-right article.hablemos-de-futuro .antetitulo, .thumb-md article.hablemos-de-futuro .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.hablemos-de-futuro .antetitulo span, .list-col-md-6-left article.hablemos-de-futuro .antetitulo span, .list-row-md-6-right article.hablemos-de-futuro .antetitulo span, .list-col-xs-8-right article.hablemos-de-futuro .antetitulo span, .list-col-md-5-right article.hablemos-de-futuro .antetitulo span, .thumb-md article.hablemos-de-futuro .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/cliche_santander_futuro.png) no-repeat !important;
    width: 205px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.hablemos-de-futuro .antetitulo span, .list-col-md-6-left article.hablemos-de-futuro .antetitulo span, .list-row-md-6-right article.hablemos-de-futuro .antetitulo span, .list-col-xs-8-right article.hablemos-de-futuro .antetitulo span, .list-col-md-5-right article.hablemos-de-futuro .antetitulo span, .thumb-md article.hablemos-de-futuro .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/cliche_santander_futuro.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.eurocopa2021, .list-col-md-6-left article.eurocopa2021, .list-row-md-6-right article.eurocopa2021, .list-col-xs-8-right article.eurocopa2021, .list-col-md-5-right article.eurocopa2021, .thumb-md article.eurocopa2021 {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.eurocopa2021, .list-col-md-6-left article.eurocopa2021, .list-row-md-6-right article.eurocopa2021, .list-col-xs-8-right article.eurocopa2021, .list-col-md-5-right article.eurocopa2021, .thumb-md article.eurocopa2021 {
      padding-top: 24px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.eurocopa2021 .antetitulo, .list-col-md-6-left article.eurocopa2021 .antetitulo, .list-row-md-6-right article.eurocopa2021 .antetitulo, .list-col-xs-8-right article.eurocopa2021 .antetitulo, .list-col-md-5-right article.eurocopa2021 .antetitulo, .thumb-md article.eurocopa2021 .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.eurocopa2021 .antetitulo span, .list-col-md-6-left article.eurocopa2021 .antetitulo span, .list-row-md-6-right article.eurocopa2021 .antetitulo span, .list-col-xs-8-right article.eurocopa2021 .antetitulo span, .list-col-md-5-right article.eurocopa2021 .antetitulo span, .thumb-md article.eurocopa2021 .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/eurocopa2021.png) no-repeat !important;
    width: 148px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.eurocopa2021 .antetitulo span, .list-col-md-6-left article.eurocopa2021 .antetitulo span, .list-row-md-6-right article.eurocopa2021 .antetitulo span, .list-col-xs-8-right article.eurocopa2021 .antetitulo span, .list-col-md-5-right article.eurocopa2021 .antetitulo span, .thumb-md article.eurocopa2021 .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/eurocopa2021.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.venagalicia, .list-col-md-6-left article.venagalicia, .list-row-md-6-right article.venagalicia, .list-col-xs-8-right article.venagalicia, .list-col-md-5-right article.venagalicia, .thumb-md article.venagalicia {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.venagalicia, .list-col-md-6-left article.venagalicia, .list-row-md-6-right article.venagalicia, .list-col-xs-8-right article.venagalicia, .list-col-md-5-right article.venagalicia, .thumb-md article.venagalicia {
      padding-top: 23px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.venagalicia .antetitulo, .list-col-md-6-left article.venagalicia .antetitulo, .list-row-md-6-right article.venagalicia .antetitulo, .list-col-xs-8-right article.venagalicia .antetitulo, .list-col-md-5-right article.venagalicia .antetitulo, .thumb-md article.venagalicia .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.venagalicia .antetitulo span, .list-col-md-6-left article.venagalicia .antetitulo span, .list-row-md-6-right article.venagalicia .antetitulo span, .list-col-xs-8-right article.venagalicia .antetitulo span, .list-col-md-5-right article.venagalicia .antetitulo span, .thumb-md article.venagalicia .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/venagalicia.png) no-repeat !important;
    width: 108px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.venagalicia .antetitulo span, .list-col-md-6-left article.venagalicia .antetitulo span, .list-row-md-6-right article.venagalicia .antetitulo span, .list-col-xs-8-right article.venagalicia .antetitulo span, .list-col-md-5-right article.venagalicia .antetitulo span, .thumb-md article.venagalicia .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/venagalicia.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.tokio2020, .list-col-md-6-left article.tokio2020, .list-row-md-6-right article.tokio2020, .list-col-xs-8-right article.tokio2020, .list-col-md-5-right article.tokio2020, .thumb-md article.tokio2020 {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.tokio2020, .list-col-md-6-left article.tokio2020, .list-row-md-6-right article.tokio2020, .list-col-xs-8-right article.tokio2020, .list-col-md-5-right article.tokio2020, .thumb-md article.tokio2020 {
      padding-top: 23px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.tokio2020 .antetitulo, .list-col-md-6-left article.tokio2020 .antetitulo, .list-row-md-6-right article.tokio2020 .antetitulo, .list-col-xs-8-right article.tokio2020 .antetitulo, .list-col-md-5-right article.tokio2020 .antetitulo, .thumb-md article.tokio2020 .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.tokio2020 .antetitulo span, .list-col-md-6-left article.tokio2020 .antetitulo span, .list-row-md-6-right article.tokio2020 .antetitulo span, .list-col-xs-8-right article.tokio2020 .antetitulo span, .list-col-md-5-right article.tokio2020 .antetitulo span, .thumb-md article.tokio2020 .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/tokio2020.png) no-repeat !important;
    width: 108px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.tokio2020 .antetitulo span, .list-col-md-6-left article.tokio2020 .antetitulo span, .list-row-md-6-right article.tokio2020 .antetitulo span, .list-col-xs-8-right article.tokio2020 .antetitulo span, .list-col-md-5-right article.tokio2020 .antetitulo span, .thumb-md article.tokio2020 .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/tokio2020.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.vozsalud, .list-col-md-6-left article.vozsalud, .list-row-md-6-right article.vozsalud, .list-col-xs-8-right article.vozsalud, .list-col-md-5-right article.vozsalud, .thumb-md article.vozsalud {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.vozsalud, .list-col-md-6-left article.vozsalud, .list-row-md-6-right article.vozsalud, .list-col-xs-8-right article.vozsalud, .list-col-md-5-right article.vozsalud, .thumb-md article.vozsalud {
      padding-top: 24px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.vozsalud .antetitulo, .list-col-md-6-left article.vozsalud .antetitulo, .list-row-md-6-right article.vozsalud .antetitulo, .list-col-xs-8-right article.vozsalud .antetitulo, .list-col-md-5-right article.vozsalud .antetitulo, .thumb-md article.vozsalud .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.vozsalud .antetitulo span, .list-col-md-6-left article.vozsalud .antetitulo span, .list-row-md-6-right article.vozsalud .antetitulo span, .list-col-xs-8-right article.vozsalud .antetitulo span, .list-col-md-5-right article.vozsalud .antetitulo span, .thumb-md article.vozsalud .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/vozsalud.png) no-repeat !important;
    width: 148px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.vozsalud .antetitulo span, .list-col-md-6-left article.vozsalud .antetitulo span, .list-row-md-6-right article.vozsalud .antetitulo span, .list-col-xs-8-right article.vozsalud .antetitulo span, .list-col-md-5-right article.vozsalud .antetitulo span, .thumb-md article.vozsalud .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/vozsalud.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.aniversariocovid, .list-col-md-6-left article.aniversariocovid, .list-row-md-6-right article.aniversariocovid, .list-col-xs-8-right article.aniversariocovid, .list-col-md-5-right article.aniversariocovid, .thumb-md article.aniversariocovid {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.aniversariocovid, .list-col-md-6-left article.aniversariocovid, .list-row-md-6-right article.aniversariocovid, .list-col-xs-8-right article.aniversariocovid, .list-col-md-5-right article.aniversariocovid, .thumb-md article.aniversariocovid {
      padding-top: 24px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.aniversariocovid .antetitulo, .list-col-md-6-left article.aniversariocovid .antetitulo, .list-row-md-6-right article.aniversariocovid .antetitulo, .list-col-xs-8-right article.aniversariocovid .antetitulo, .list-col-md-5-right article.aniversariocovid .antetitulo, .thumb-md article.aniversariocovid .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.aniversariocovid .antetitulo span, .list-col-md-6-left article.aniversariocovid .antetitulo span, .list-row-md-6-right article.aniversariocovid .antetitulo span, .list-col-xs-8-right article.aniversariocovid .antetitulo span, .list-col-md-5-right article.aniversariocovid .antetitulo span, .thumb-md article.aniversariocovid .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/aniversariocovid.png) no-repeat !important;
    width: 148px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.aniversariocovid .antetitulo span, .list-col-md-6-left article.aniversariocovid .antetitulo span, .list-row-md-6-right article.aniversariocovid .antetitulo span, .list-col-xs-8-right article.aniversariocovid .antetitulo span, .list-col-md-5-right article.aniversariocovid .antetitulo span, .thumb-md article.aniversariocovid .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/aniversariocovid.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/* .list-col  */
/* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.list-col-md-8-left article.acbcoparey, .list-col-md-6-left article.acbcoparey, .list-row-md-6-right article.acbcoparey, .list-col-xs-8-right article.acbcoparey, .list-col-md-5-right article.acbcoparey, .thumb-md article.acbcoparey {
  overflow: hidden;
  /* Movil .list-col */ }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 757, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.acbcoparey, .list-col-md-6-left article.acbcoparey, .list-row-md-6-right article.acbcoparey, .list-col-xs-8-right article.acbcoparey, .list-col-md-5-right article.acbcoparey, .thumb-md article.acbcoparey {
      padding-top: 48px !important; } }
  @media (max-width: 767px) and (min-width: 0) {
    /* line 761, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .list-col-md-8-left article.acbcoparey .antetitulo, .list-col-md-6-left article.acbcoparey .antetitulo, .list-row-md-6-right article.acbcoparey .antetitulo, .list-col-xs-8-right article.acbcoparey .antetitulo, .list-col-md-5-right article.acbcoparey .antetitulo, .thumb-md article.acbcoparey .antetitulo {
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important; } }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .list-col-md-8-left article.acbcoparey .antetitulo span, .list-col-md-6-left article.acbcoparey .antetitulo span, .list-row-md-6-right article.acbcoparey .antetitulo span, .list-col-xs-8-right article.acbcoparey .antetitulo span, .list-col-md-5-right article.acbcoparey .antetitulo span, .thumb-md article.acbcoparey .antetitulo span {
    background: url(/assets/themes/lvdg2017/images/acbcoparey.png) no-repeat !important;
    width: 61px !important;
    display: inline-block !important;
    background-size: contain !important; }
    @media (max-width: 1019px) and (min-width: 0) {
      /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
      .list-col-md-8-left article.acbcoparey .antetitulo span, .list-col-md-6-left article.acbcoparey .antetitulo span, .list-row-md-6-right article.acbcoparey .antetitulo span, .list-col-xs-8-right article.acbcoparey .antetitulo span, .list-col-md-5-right article.acbcoparey .antetitulo span, .thumb-md article.acbcoparey .antetitulo span {
        background: url(/assets/themes/lvdg2017/images/acbcoparey.png) no-repeat !important;
        width: 100% !important;
        display: block !important;
        background-size: contain !important; } }

/************/
/***********************/
/* Cliches Suplementos */
/***********************/
/* Cliche suplementos */
@media (min-width: 1020px) {
  /* line 797, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.cliche {
    min-height: 340px !important; } }

/* line 800, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.cliche figure {
  top: 40px !important; }

/* line 801, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.cliche .antetitulo {
  display: block; }
  /* line 803, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.cliche .antetitulo span {
    height: 40px;
    width: 100% !important;
    display: block;
    background: #222; }
    /* line 808, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.cliche .antetitulo span a {
      display: block;
      color: #fff;
      text-align: center;
      line-height: 30px !important; }

/* line 821, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.enfoque .antetitulo {
  background: #222 !important; }
  /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.enfoque .antetitulo span {
    background: #222 url(/assets/themes/lvdg2017/images/enfoquegallego-negativo.png) center center no-repeat !important;
    background-size: auto 88% !important;
    margin: auto !important; }
    /* line 827, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.enfoque .antetitulo span a {
      text-indent: -999999px; }

/* line 821, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.yes .antetitulo {
  background: #222 !important; }
  /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.yes .antetitulo span {
    background: #222 url(/assets/themes/lvdg2017/images/logo_yes.png) center center no-repeat !important;
    background-size: auto 65% !important;
    margin: auto !important; }
    /* line 827, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.yes .antetitulo span a {
      text-indent: -999999px; }

/* line 821, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.fugas .antetitulo {
  background: #222 !important; }
  /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.fugas .antetitulo span {
    background: #222 url(/assets/themes/lvdg2017/images/logo_fugas.png) center center no-repeat !important;
    background-size: auto 80% !important;
    margin: auto !important; }
    /* line 827, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.fugas .antetitulo span a {
      text-indent: -999999px; }

/* line 821, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.extravozhum .antetitulo {
  background: #222 !important; }
  /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.extravozhum .antetitulo span {
    background: #222 url(/assets/themes/lvdg2017/images/logo_hum.png) center center no-repeat !important;
    background-size: auto 70% !important;
    margin: auto !important; }
    /* line 827, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.extravozhum .antetitulo span a {
      text-indent: -999999px; }

/* line 821, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.extravozon .antetitulo {
  background: #222 !important; }
  /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.extravozon .antetitulo span {
    background: #222 url(/assets/themes/lvdg2017/images/logo_on.png) center center no-repeat !important;
    background-size: auto 65% !important;
    margin: auto !important; }
    /* line 827, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.extravozon .antetitulo span a {
      text-indent: -999999px; }

/* line 821, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.extravozok .antetitulo {
  background: #222 !important; }
  /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.extravozok .antetitulo span {
    background: #222 url(/assets/themes/lvdg2017/images/logo_ok.png) center center no-repeat !important;
    background-size: auto 70% !important;
    margin: auto !important; }
    /* line 827, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.extravozok .antetitulo span a {
      text-indent: -999999px; }

/* line 821, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.extravozred .antetitulo {
  background: #222 !important; }
  /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.extravozred .antetitulo span {
    background: #222 url(/assets/themes/lvdg2017/images/logo_red.png) center center no-repeat !important;
    background-size: auto 50% !important;
    margin: auto !important; }
    /* line 827, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.extravozred .antetitulo span a {
      text-indent: -999999px; }

/* line 821, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.red .antetitulo {
  background: #222 !important; }
  /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.red .antetitulo span {
    background: #222 url(/assets/themes/lvdg2017/images/logo_red.png) center center no-repeat !important;
    background-size: auto 50% !important;
    margin: auto !important; }
    /* line 827, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.red .antetitulo span a {
      text-indent: -999999px; }

/* line 821, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.mercados .antetitulo {
  background: #222 !important; }
  /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.mercados .antetitulo span {
    background: #222 url(/assets/themes/lvdg2017/images/logo_mercados.png) center center no-repeat !important;
    background-size: auto 50% !important;
    margin: auto !important; }
    /* line 827, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.mercados .antetitulo span a {
      text-indent: -999999px; }

/* line 821, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.lamochilaroja .antetitulo {
  background: #222 !important; }
  /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.lamochilaroja .antetitulo span {
    background: #222 url(/assets/themes/lvdg2017/images/logo_lamochilaroja.png) center center no-repeat !important;
    background-size: auto 75% !important;
    margin: auto !important; }
    /* line 827, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.lamochilaroja .antetitulo span a {
      text-indent: -999999px; }

/* line 821, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.lavozdelaescuela .antetitulo {
  background: #222 !important; }
  /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.lavozdelaescuela .antetitulo span {
    background: #222 url(/assets/themes/lvdg2017/images/logo_vozescuela.png) center center no-repeat !important;
    background-size: auto 70% !important;
    margin: auto !important; }
    /* line 827, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.lavozdelaescuela .antetitulo span a {
      text-indent: -999999px; }

/* line 821, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.listisimas .antetitulo {
  background: #222 !important; }
  /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.listisimas .antetitulo span {
    background: #222 url(/assets/themes/lvdg2017/images/logo_listisimas_blanco.png) center center no-repeat !important;
    background-size: auto 50% !important;
    margin: auto !important; }
    /* line 827, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.listisimas .antetitulo span a {
      text-indent: -999999px; }

/* line 821, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.suplementos article.sabebien .antetitulo {
  background: #222 !important; }
  /* line 823, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .suplementos article.sabebien .antetitulo span {
    background: #222 url(/assets/themes/lvdg2017/images/sabebien-neg-home.png) center center no-repeat !important;
    background-size: auto 60% !important;
    margin: auto !important; }
    /* line 827, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .suplementos article.sabebien .antetitulo span a {
      text-indent: -999999px; }

/************/
/**********************/
/* Cliches Verticales */
/**********************/
/* line 848, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.highlight {
  background: #ebebeb !important; }
  /* line 850, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .verticales article.highlight a {
    color: #222 !important; }

/* line 855, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.cliche .antetitulo {
  display: block;
  position: relative !important;
  top: auto;
  left: auto; }
  /* line 860, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .verticales article.cliche .antetitulo span {
    height: 40px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 0 10px; }
    /* line 867, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .verticales article.cliche .antetitulo span a {
      display: block;
      color: #222;
      text-align: center;
      line-height: 30px !important; }

/* line 876, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.cliche .content_wrapper {
  float: left; }

/* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.enfoque .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/enfoquegallego-vertical.png) left center no-repeat !important;
  background-size: auto  !important; }
  /* line 889, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .verticales article.enfoque .antetitulo span a {
    text-indent: -9999px; }
  @media (max-width: 767px) {
    /* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .verticales article.enfoque .antetitulo span {
      background-size: 100% auto !important; } }

/* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.viveelcamino .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/logo_vivecamino.png) left center no-repeat !important;
  background-size: auto 70% !important; }
  /* line 889, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .verticales article.viveelcamino .antetitulo span a {
    text-indent: -9999px; }
  @media (max-width: 767px) {
    /* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .verticales article.viveelcamino .antetitulo span {
      background-size: 100% auto !important; } }

/* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.frabisa .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/logo_frabisa.png) left center no-repeat !important;
  background-size: auto 60% !important; }
  /* line 889, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .verticales article.frabisa .antetitulo span a {
    text-indent: -9999px; }
  @media (max-width: 767px) {
    /* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .verticales article.frabisa .antetitulo span {
      background-size: 100% auto !important; } }

/* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.globalgalicia .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/logo_globalgalicia.png) left center no-repeat !important;
  background-size: auto 55% !important; }
  /* line 889, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .verticales article.globalgalicia .antetitulo span a {
    text-indent: -9999px; }
  @media (max-width: 767px) {
    /* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .verticales article.globalgalicia .antetitulo span {
      background-size: 100% auto !important; } }

/* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.lamochilaroja .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/logo_mochilaroja.png) left center no-repeat !important;
  background-size: auto 72% !important; }
  /* line 889, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .verticales article.lamochilaroja .antetitulo span a {
    text-indent: -9999px; }
  @media (max-width: 767px) {
    /* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .verticales article.lamochilaroja .antetitulo span {
      background-size: 100% auto !important; } }

/* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.listisimas .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/logo_listisimas_negativo.png) left center no-repeat !important;
  background-size: auto 53% !important; }
  /* line 889, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .verticales article.listisimas .antetitulo span a {
    text-indent: -9999px; }
  @media (max-width: 767px) {
    /* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .verticales article.listisimas .antetitulo span {
      background-size: 100% auto !important; } }

/* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.chapuzasgallegas .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_chapuzas_negativo.png) left center no-repeat !important;
  background-size: auto 53% !important; }
  /* line 889, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .verticales article.chapuzasgallegas .antetitulo span a {
    text-indent: -9999px; }
  @media (max-width: 767px) {
    /* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .verticales article.chapuzasgallegas .antetitulo span {
      background-size: 100% auto !important; } }

/* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.mujerhoy .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/logosVerticales/xs/mujerhoy.png) left center no-repeat !important;
  background-size: auto  !important; }
  /* line 889, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .verticales article.mujerhoy .antetitulo span a {
    text-indent: -9999px; }
  @media (max-width: 767px) {
    /* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .verticales article.mujerhoy .antetitulo span {
      background-size: 100% auto !important; } }

/* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.extravozred .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/logo-red-vertical.png) left center no-repeat !important;
  background-size: auto 70% !important; }
  /* line 889, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .verticales article.extravozred .antetitulo span a {
    text-indent: -9999px; }
  @media (max-width: 767px) {
    /* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .verticales article.extravozred .antetitulo span {
      background-size: 100% auto !important; } }

/* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.red .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/logo-red-vertical.png) left center no-repeat !important;
  background-size: auto 70% !important; }
  /* line 889, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .verticales article.red .antetitulo span a {
    text-indent: -9999px; }
  @media (max-width: 767px) {
    /* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .verticales article.red .antetitulo span {
      background-size: 100% auto !important; } }

/* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
.verticales article.sabebien .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/sabebien-verticales.png) left center no-repeat !important;
  background-size: auto 60% !important; }
  /* line 889, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .verticales article.sabebien .antetitulo span a {
    text-indent: -9999px; }
  @media (max-width: 767px) {
    /* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .verticales article.sabebien .antetitulo span {
      background-size: 100% auto !important; } }

/************/
/* line 222, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
article.patrocinio-santander figure {
  padding-top: 30px !important; }

/* line 226, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
article.patrocinio-santander .antetitulo {
  background: #E1292A !important; }
  /* line 229, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  article.patrocinio-santander .antetitulo span {
    display: block !important;
    padding: 0 !important;
    background: none !important;
    position: relative;
    color: transparent !important; }
    /* line 236, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
    article.patrocinio-santander .antetitulo span:before {
      display: none !important; }
    /* line 240, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
    article.patrocinio-santander .antetitulo span a {
      display: block !important;
      padding: 5px !important;
      text-indent: -9999999999999px !important;
      color: transparent !important;
      background: url(/assets/themes/lvdg2017/images/logo_uefa_2.png) left center no-repeat !important;
      background-size: contain !important;
      min-height: 30px !important; }
      /* line 249, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
      article.patrocinio-santander .antetitulo span a:after {
        display: block;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 3px;
        background: url(/assets/themes/lvdg2017/images/logo_santander.png) right center no-repeat;
        background-size: contain !important;
        content: " ";
        width: 100px; }

/* line 265, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.admitShow-md article.patrocinio-santander span.antetitulo a {
  background: url(/assets/themes/lvdg2017/images/logo_uefa_2.png) left center no-repeat !important; }

/* line 269, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.list-col-xs-8-right article.patrocinio-santander span a:after {
  width: 80px !important; }

/* line 273, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
main article.retransmision.patrocinio-santander .antetitulo a {
  color: transparent !important; }

/* line 279, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
main article.retransmision.tokio2020 .antetitulo span {
  width: 130px !important;
  background-position-x: 20px !important;
  background-color: #8E88A5 !important; }

/* line 285, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
main article.retransmision.tokio2020 .antetitulo a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 130px; }

/* line 295, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
article.buenasnoticiasepidemia .antetitulo span {
  background-color: red !important;
  background-image: url(https://cflvdg.avoz.es/assets/themes/lvdg2017/images/buenasnoticiasepidemia.png) !important; }

/* Curso de galego */
/* line 302, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.cursodegalego figure + .antetitulo span {
  background-color: #5bcce0 !important;
  background-image: url(/assets/themes/lvdg2017/images/cliche_cursodegalego_neg.png) !important; }

@media (max-width: 767px) {
  /* line 309, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .thumb-xs article.cursodegalego .antetitulo span {
    background-color: #fff !important;
    background-image: url(/assets/themes/lvdg2017/images/cliche_cursodegalego.png) !important; } }

@media (max-width: 767px) {
  /* line 316, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .thumb-xs article.buenasnoticiasepidemia .antetitulo span {
    background-color: #fff !important;
    background-image: url(https://cflvdg.avoz.es/assets/themes/lvdg2017/images/buenasnoticiasepidemia.png) !important; } }

/* A debate */
/* line 327, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.debate:not(.showcase) figure + .antetitulo span,
.debate:not(.highlight) figure + .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_adebate_negro.png) center center !important;
  height: 30px;
  background-size: contain !important;
  text-indent: -999999999999999px !important;
  background-repeat: no-repeat !important;
  width: 135px !important; }

/* line 338, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.debate .cliche:after {
  display: none !important; }

/* line 344, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.debate.showcase figure + .antetitulo {
  display: none !important; }

/* line 353, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.debate.showcase .cliche:before {
  content: " ";
  display: block;
  height: 30px;
  background: url(/assets/themes/lvdg2017/images/cliche_adebate.png) center no-repeat !important;
  background-size: contain !important; }

/* line 361, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.debate.showcase .cliche:after {
  display: block !important; }

/* line 368, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.debate.highlight figure + .antetitulo {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 135px !important;
  text-align: center; }
  /* line 375, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .debate.highlight figure + .antetitulo > span {
    display: block;
    height: 30px !important;
    background: url(/assets/themes/lvdg2017/images/cliche_adebate.png) center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important; }

/* line 385, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.debate.highlight .cliche:after {
  display: block !important; }

/* line 393, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.list-col-md-8-left article.debate .antetitulo span {
  background: url(/assets/themes/lvdg2017/images/cliche_adebate_negro.png) center center !important;
  height: 30px;
  background-size: contain !important;
  text-indent: -999999999999999px !important;
  background-repeat: no-repeat !important;
  width: 135px !important; }

@media (max-width: 767px) {
  /* line 404, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .thumb-xs article.debate .antetitulo span {
    background-color: #fff !important;
    background-image: url(/assets/themes/lvdg2017/images/cliche_adebate_negro.png) !important; } }

/* Cabecero listas */
/* line 415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.eurocopa2021 main > .section_cliche {
  margin-top: -12px !important; }
  /* line 418, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .eurocopa2021 main > .section_cliche h2 {
    height: 120px !important;
    background: #fff !important;
    color: transparent !important;
    display: block;
    padding: 15px !important;
    text-align: center;
    background: url(/assets/themes/lvdg2017/images/banner_eurocopa2021.jpg) center center no-repeat !important;
    background-size: cover;
    text-indent: 99999999px; }
    @media (max-width: 767px) {
      /* line 418, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
      .eurocopa2021 main > .section_cliche h2 {
        background-size: 100% auto !important;
        height: 80px !important; } }

/* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.laconnetwork main > .section_cliche {
  margin-top: -12px !important; }
  /* line 443, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .laconnetwork main > .section_cliche h2 {
    height: 120px !important;
    background: #fff !important;
    color: transparent !important;
    display: block;
    padding: 15px !important;
    text-align: center;
    background: url(/assets/themes/lvdg2017/images/laconnetwork.jpg) center center no-repeat !important;
    background-size: cover;
    text-indent: 99999999px; }
    @media (max-width: 767px) {
      /* line 443, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
      .laconnetwork main > .section_cliche h2 {
        background-size: 100% auto !important;
        height: 80px !important; } }

/* line 465, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.innovacion_deporte main > .section_cliche {
  margin-top: -12px !important; }
  /* line 468, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .innovacion_deporte main > .section_cliche h2 {
    height: 121px !important;
    background: #0000 !important;
    color: transparent !important;
    display: block;
    padding: 15px !important;
    text-align: center;
    background: url(/assets/themes/lvdg2017/images/congreso_deporte.png) center center no-repeat !important;
    background-size: cover;
    text-indent: 99999999px; }
    @media (max-width: 767px) {
      /* line 468, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
      .innovacion_deporte main > .section_cliche h2 {
        background-size: 100% auto !important;
        height: 80px !important; } }

/* line 490, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.jornadas_transporte main > .section_cliche {
  margin-top: -12px !important; }
  /* line 493, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .jornadas_transporte main > .section_cliche h2 {
    height: 121px !important;
    background: #0000 !important;
    color: transparent !important;
    display: block;
    padding: 15px !important;
    text-align: center;
    background: url(/assets/themes/lvdg2017/images/jornadas_transporte.png) center center no-repeat !important;
    background-size: cover;
    text-indent: 99999999px; }
    @media (max-width: 767px) {
      /* line 493, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
      .jornadas_transporte main > .section_cliche h2 {
        background-size: 100% auto !important;
        height: 80px !important; } }

/* line 515, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.inmogalicia main > .section_cliche {
  margin-top: -12px !important; }
  /* line 518, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .inmogalicia main > .section_cliche h2 {
    height: 121px !important;
    background: #0000 !important;
    color: transparent !important;
    display: block;
    padding: 15px !important;
    text-align: center;
    background: url(/assets/themes/lvdg2017/images/banner_inmogalicia.png) center center no-repeat !important;
    background-size: cover;
    text-indent: 99999999px; }
    @media (max-width: 767px) {
      /* line 518, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
      .inmogalicia main > .section_cliche h2 {
        background-size: 100% auto !important;
        height: 80px !important; } }

/* line 541, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.secretosdegalicia main > .section_cliche {
  margin-top: 0 !important; }
  /* line 544, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .secretosdegalicia main > .section_cliche h2 {
    height: 75px !important;
    background: #e4ceb3 !important;
    color: transparent !important;
    display: block;
    padding: 15px !important;
    text-align: center;
    background: url(/assets/themes/lvdg2017/images/banner_secretosdegalicia.png) center center no-repeat !important;
    background-size: cover;
    text-indent: 99999999px; }

/* line 561, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.plataoplomo main > .section_cliche {
  margin-top: -12px !important; }
  /* line 564, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .plataoplomo main > .section_cliche h2 {
    height: 121px !important;
    background: #e72f38 !important;
    color: transparent !important;
    display: block;
    padding: 15px !important;
    text-align: center;
    background: url(/assets/themes/lvdg2017/images/banner_plataoplomo.png) center center no-repeat !important;
    background-size: cover;
    text-indent: 99999999px; }
    @media (max-width: 767px) {
      /* line 564, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
      .plataoplomo main > .section_cliche h2 {
        background-size: 175% auto !important;
        height: 80px !important; } }

/* line 586, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
.obituarios main > .section_cliche {
  margin-top: 0 !important; }
  /* line 589, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .obituarios main > .section_cliche h2 {
    height: 90px !important;
    background: #181818 !important;
    color: transparent !important;
    display: block;
    padding: 15px !important;
    text-align: center;
    background: url(/assets/themes/lvdg2017/images/banner_obituarios.png) center center no-repeat !important;
    background-size: cover;
    text-indent: 99999999px; }

/* Premios princesa de asturias */
/* line 607, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
article.premios-princesa-de-asturias {
  padding-top: 35px !important; }
  /* line 610, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  article.premios-princesa-de-asturias figure + .antetitulo span {
    background-color: #012C5B !important;
    background-image: url(https://www.lavozdeasturias.es/assets/themes/lvda2017/images/cliche_premiosprincesadeasturias_2.jpg) !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    text-indent: -99999999px;
    color: transparent;
    width: 100%;
    height: 45px; }

@media (max-width: 767px) {
  /* line 624, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  .thumb-xs article.premio-princesa-asturias .antetitulo span {
    display: none !important; } }

/* Cliché Abanca Cuentas claras - solamente se muestra cuando el formato de la imagen del artículo es cuadrado */
@media (min-width: 0px) and (max-width: 1019px) {
  /* line 633, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_cliche.scss */
  article.patrocinado.abanca figure.media.hor::before,
  article.patrocinado.cuentasclaras figure.media.hor::before {
    content: '';
    z-index: 2000;
    position: absolute;
    background-color: white;
    width: 100%;
    height: 21%;
    background: url(https://i.avoz.es/assets/themes/lvdg2017/images/logosPub/cuentas_claras.gif);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    top: 0px; } }

/* Cliche */
/* DATA */
/* line 3, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_data.scss */
.data {
  /* Publisher */
  /* Author */ }
  @media (max-width: 767px) {
    /* line 3, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_data.scss */
    .data {
      clear: both !important;
      width: 100% !important; } }
  /* line 11, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_data.scss */
  .data > div {
    -js-display: flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 120%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: #666;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 13.33333px;
    padding-bottom: 13.33333px;
    margin: 0 0 13.33333px 0; }
    @media (max-width: 767px) {
      /* line 11, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_data.scss */
      .data > div {
        justify-content: center;
        text-align: center; }
        /* line 40, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_data.scss */
        .data > div > div {
          flex: 1 100%; }
        /* line 41, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_data.scss */
        .data > div #social-share {
          margin-top: 10px; } }
  /* line 47, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_data.scss */
  .data [itemprop="publisher"] {
    display: hidden !important; }
  /* line 52, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_data.scss */
  .data [itemprop="author"],
  .data [itemprop="contributor"] {
    color: black;
    font-weight: 700;
    /* Plus location */
    /* Plus location and date */ }
    /* line 57, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_data.scss */
    .data [itemprop="author"] a,
    .data [itemprop="contributor"] a {
      color: black;
      display: inline; }
    /* line 62, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_data.scss */
    .data [itemprop="author"] .avatar,
    .data [itemprop="contributor"] .avatar {
      width: 50px;
      height: 50px;
      margin: -11px 10px 0 0;
      /* Grayscale */
      /* filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+, Safari 6+, Safari 6+ iOS */
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
      border-bottom-left-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-top-right-radius: 50%; }
    /* line 71, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_data.scss */
    .data [itemprop="author"] + br + span,
    .data [itemprop="contributor"] + br + span {
      color: #999;
      font-weight: 300; }
    /* line 78, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_data.scss */
    .data [itemprop="author"] + br + span + span[itemprop~="datePublished"]:before,
    .data [itemprop="contributor"] + br + span + span[itemprop~="datePublished"]:before {
      content: "- "; }
    /* line 85, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_data.scss */
    .data [itemprop="author"] + [itemprop="author"]:before,
    .data [itemprop="author"] + [itemprop="contributor"]:before,
    .data [itemprop="contributor"] + [itemprop="author"]:before,
    .data [itemprop="contributor"] + [itemprop="contributor"]:before {
      content: " / ";
      color: black; }

/* Data */
/* MULTIMEDIA */
/* NEW STYLE */
@media (max-width: 767px) {
  /* line 8, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .media.full-size {
    margin-right: -15px !important;
    margin-left: -15px !important;
    margin-top: 0px !important; }
    /* line 14, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media.full-size figcaption {
      /* display: none; no visible in mobile */
      padding-right: 15px !important;
      padding-left: 15px !important; }
  /* line 25, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .media.video .descriptionContent [itemprop="name"] span {
    display: none !important; } }

/* LAZY LOAD UTILITIES */
/* Lazy Load */
/*
.lazy {
	background-image: url(/assets/newspaper2016/images/load.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: $gray-lightest;
}
*/
/* line 45, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
.embed-responsive-16by9 {
  background-image: url(/assets/newspaper2016/images/load.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ebebeb;
  /*
	.lazy {
		background-image: none !important;
		background-color: transparent !important;
	}
	*/ }

/* line 59, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
.loaded {
  /* Play Icon */
  /* Podcast Icon */
  /* Gallery Icon */
  /* Comment Icon
    &.opinion {
        .media {
            &:before {
                font-family: 'Glyphicons Halflings';
                content: "\e072";
                position: absolute;
                z-index: 100;

                bottom: $grid-gutter-width/2;
                left: $grid-gutter-width/2;

                color: white;

                font-size: 30px;
                line-height: 20px;
                width: 30px;
                height: 30px;

            }
        }
    }
    */ }
  /* line 63, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .loaded .media.video a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    position: absolute;
    z-index: 100;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px; }
  /* line 87, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .loaded .media.podcast a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e038";
    position: absolute;
    z-index: 100;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px; }

/* line 137, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
.media {
  position: relative;
  text-align: center;
  margin: 0 0 15px 0;
  /* Footer and author */
  /* Extended on Detail */
  /* VIDEO */ }
  /* line 144, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .media:hover .descriptionContent {
    opacity: 1;
    filter: alpha(opacity=100); }
  /* line 149, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .media .descriptionContent {
    z-index: 1;
    position: absolute;
    bottom: 7.5px;
    left: 15px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* Name  */ }
    /* line 159, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media .descriptionContent [itemprop="name"] span {
      display: none !important; }
  /* line 167, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .media figcaption {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    padding: 7.5px 0;
    border-bottom: 1px solid #e2e2e2;
    float: left;
    width: 100%;
    text-align: left; }
    /* line 178, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media figcaption img {
      max-width: 100%; }
    /* line 180, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media figcaption .data {
      padding: 0; }
    /* line 185, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media figcaption [itemprop="caption"]:after {
      content: '. '; }
    /* line 188, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media figcaption [itemprop="author"], .media figcaption [itemprop="contributor"] {
      font-weight: 400;
      color: #444;
      text-transform: uppercase;
      white-space: nowrap; }
      /* line 194, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
      .media figcaption [itemprop="author"] a, .media figcaption [itemprop="contributor"] a {
        color: #444; }
    /* line 198, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media figcaption [itemprop="author"] + [itemprop="author"]:before {
      content: '/'; }
  /* line 206, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .media.full-size {
    margin-top: 15px;
    margin-bottom: 0; }
  /* line 212, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .media.image picture {
    display: block;
    width: 100%;
    float: left; }
  /* line 220, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .media.video {
    cursor: pointer;
    /* Element */
    /* Hide Play icon in iOS Safari */
    /* When Video is playing
        &.playing {
            .vjs-big-play-button, .descriptionContent {display: none;}

        }
        */
    /************************************/
    /********** BC PLAYER 2017 **********/
    /************************************/
    /* VÍDEO IS PLAYING */ }
    /* line 226, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media.video video::-webkit-media-controls-start-playback-button {
      /* display: none !important; */
      /*visibility: hidden !important;*/
      /* position: absolute;*/
      /* top: 0;
            left: 0; */
      width: 100%;
      height: 100%;
      opacity: 0;
      /* -webkit-appearance: none; */ }
    /* line 238, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media.video .descriptionContent {
      /* Description hidden */ }
      /* line 240, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
      .media.video .descriptionContent [itemprop="description"] {
        display: none; }
    /* line 256, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media.video .vjs-playing + script + script + figcaption, .media.video .vjs-ad-playing + script + script + figcaption {
      display: none; }
    /* line 263, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media.video .vjs-big-play-button, .media.video .vjs-captions-button {
      display: none !important; }
    /* line 267, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media.video .vjs-poster {
      opacity: 0;
      width: 100% !important;
      height: 100% !important; }
    /* line 273, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media.video .vjs-control-bar {
      visibility: hidden; }
    /* line 279, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media.video .vjs-fullscreen video {
      object-fit: contain !important; }
    /* line 288, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media.video .vjs-has-started video {
      object-fit: contain !important; }
    /* line 292, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media.video .vjs-has-started .vjs-poster {
      display: none; }
    /* line 296, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media.video .vjs-has-started .vjs-control-bar {
      visibility: visible; }
    /* line 301, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media.video .vjs-has-started.not-hover .vjs-control-bar {
      visibility: hidden; }
    /* line 307, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .media.video .vjs-has-started.vjs-paused {
      /* Hide Play icon in iOS Safari */ }
      /* line 309, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
      .media.video .vjs-has-started.vjs-paused video::-webkit-media-controls-start-playback-button {
        /* display: none !important; */
        /*visibility: hidden !important;*/
        /* position: absolute;*/
        width: auto;
        height: auto;
        opacity: 1;
        /* -webkit-appearance: none; */ }
  /* line 327, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .media.gallery .descriptionContent {
    /* Name
            [itemprop="name"] {
                &:before {content: "\f030";}
            }
            */ }
  /* line 341, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .media.infographic .descriptionContent {
    /* Name
            [itemprop="name"] {

                &:before {
    				content: "\f06e";
                }

            }
            */ }

@media (max-width: 768px) {
  /* line 361, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  main .media:first-child {
    margin-top: 0px; } }

/**********************************/
/**********************************/
/************ OLD STYLE ***********/
/* NON RESPONSIVE HOME COMPATIBLE */
/**********************************/
/**********************************/
@media (max-width: 768px) {
  /* line 376, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .photo .detail {
    display: none !important; } }

/* Open article image */
/* line 380, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
main .extended {
  margin-top: 15px;
  margin-bottom: 15px; }

/* line 386, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
.text .photo {
  clear: both;
  margin: 15px 0; }

/* line 392, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
.photo {
  width: 100%;
  height: auto;
  /* Imagen */
  /* PIE DE FOTO */
  /* ICONOGRAFIA */
  /* CASE IMAGE NO DISPLAY MODAL ICON */
  /* CASE VIDEO */
  /* Video Play, figure goes down */
  /* Video Stop, player goes down */
  /* HOVER STATE */
  /* Non touch compatible - Deprecated */ }
  /* line 398, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .photo figure {
    width: 100%;
    position: relative;
    z-index: 1;
    /* Imagen */ }
    /* line 404, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo figure img {
      width: 100%; }
  /* line 410, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .photo .pie {
    margin: 0;
    padding: 7.5px 0px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    float: left;
    width: 100%; }
    /* line 422, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo .pie .rel_info {
      float: right; }
    /* line 423, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo .pie .description {
      display: inline; }
    /* line 427, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo .pie [itemprop="caption"]:after {
      content: '. '; }
    /* line 430, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo .pie [itemprop="author"] {
      white-space: nowrap;
      text-transform: uppercase;
      font-weight: 400;
      color: #444; }
      /* line 436, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
      .photo .pie [itemprop="author"] a {
        color: #444;
        border-bottom: none; }
      /* line 438, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
      .photo .pie [itemprop="author"]:before {
        content: 'Imagen: ';
        text-transform: capitalize; }
  /* line 448, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .photo .media {
    position: absolute;
    bottom: 10px;
    left: 10px;
    max-width: 100%;
    z-index: 2;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: left;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    opacity: 0.75;
    filter: alpha(opacity=75);
    /* icon */
    /* text */
    /* detail */ }
    /* line 463, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo .media .fa {
      width: 40px;
      height: 40px;
      line-height: 34px;
      overflow: hidden;
      text-align: center;
      margin: 0 5px 0 0;
      color: white;
      font-size: 22px;
      float: left;
      border: 3px solid white;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
    /* line 481, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo .media .expand {
      display: none; }
    /* line 484, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo .media .detail {
      font-family: "Merriweather", Georgia, serif;
      font-size: 13px;
      font-weight: 900 !important;
      margin: 2px 0 0 0 !important;
      padding: 10px;
      line-height: 120%;
      transform: scale(1, 1.15);
      -webkit-transform: scale(1, 1.15);
      /* Safari and Chrome */
      -moz-transform: scale(1, 1.15);
      /* Firefox */
      -ms-transform: scale(1, 1.15);
      /* IE 9+ */
      -o-transform: scale(1, 1.15);
      /* Opera */
      background: white;
      color: black;
      display: inline-block;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  /* line 508, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .photo.interaccion_1 .zoom {
    display: none; }
  /* line 515, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .photo.playing figure {
    position: relative;
    width: 100%;
    clear: both;
    /*
            img {z-index: 99 !important;}
            .media {z-index: 100 !important;}
            */ }
    /* line 521, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo.playing figure:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    /* line 528, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo.playing figure > * {
      position: absolute !important;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    /* line 542, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo.playing figure .video-js {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }
    /* line 551, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo.playing figure .vjs-big-play-button {
      display: none; }
    /* line 552, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo.playing figure img, .photo.playing figure .media {
      display: none !important; }
  /* line 561, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .photo.interaccion_2:hover {
    cursor: pointer; }
  /* line 563, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .photo.interaccion_2 figure {
    position: relative !important; }
    /* line 567, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo.interaccion_2 figure .video-js {
      display: none;
      /* Erase Play button (autoplay on) */ }
      /* line 571, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
      .photo.interaccion_2 figure .video-js .vjs-big-play-button {
        display: none; }
  /* line 577, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .photo.interaccion_2 .media {
    float: left;
    clear: both;
    bottom: 0px;
    /* KILL OLD ICONS */ }
    /* line 585, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo.interaccion_2 .media.play .icon, .photo.interaccion_2 .media.play .fa, .photo.interaccion_2 .media.play .expand {
      display: none; }
    /* line 586, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo.interaccion_2 .media.play:before {
      width: 40px;
      height: 40px;
      text-align: center;
      background: white;
      color: #e42644;
      font-size: 24px;
      line-height: 38px;
      float: left;
      content: "V";
      font-family: 'WebFontsLVG';
      border: 3px solid white;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
    /* line 602, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo.interaccion_2 .media.play .detail {
      margin-bottom: 15px !important; }
    /* line 608, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .photo.interaccion_2 .media.play .fa + span:before, .photo.interaccion_2 .media.play .icon + span:before {
      width: 40px;
      height: 40px;
      line-height: 34px;
      overflow: hidden;
      text-align: center;
      margin: 0 5px;
      color: white;
      font-size: 22px;
      float: left;
      content: "W";
      font-family: 'WebFontsLVG';
      border: 3px solid white;
      margin-bottom: 10px;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  /* line 641, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .photo:hover figure {
    /* img {@include opacity(.85);} */
    /* .media {@include opacity(1);} */ }

/*********************/
/***** IN DETAIL *****/
/*********************/
/* line 656, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
.detail_videos .aperture {
  /* End Media */ }
  /* line 658, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
  .detail_videos .aperture .media {
    /* CASE VIDEO */
    /* End interaction_2 */ }
    /* line 661, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
    .detail_videos .aperture .media.interaccion_2 {
      /* KILL OLD ICONS */ }
      /* line 665, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_media.scss */
      .detail_videos .aperture .media.interaccion_2.play:before {
        width: 80px !important;
        height: 80px !important;
        line-height: 34px;
        font-size: 22px; }

/* Images */
/* line 3, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
aside .related {
  margin: 15px 0;
  clear: both;
  float: left;
  width: 100%; }
  /* line 10, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
  aside .related header {
    background: #e2e2e2;
    padding: 0 10px;
    margin: 0;
    text-align: left;
    border-top: 2px solid #ebebeb;
    width: 100%;
    float: left; }
    /* line 20, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
    aside .related header .cliche {
      text-transform: uppercase;
      font-size: 14px; }
  /* line 26, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
  aside .related article {
    padding: 7.5px 0;
    border-bottom: 1px solid #e2e2e2;
    display: block;
    width: 100%;
    clear: both;
    float: left;
    /* Headline's Anchor */
    /* No more that 3 articles*/
    /* primer item ancho completo */ }
    /* line 35, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
    aside .related article [itemprop="headline"] {
      font-size: 13px;
      font-weight: 900;
      line-height: 130%;
      font-style: normal !important;
      text-align: left;
      margin: 0;
      padding: 10px;
      float: none; }
    /* line 46, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
    aside .related article [itemprop="alternativeHeadline"] {
      font-family: "Merriweather", Georgia, serif; }
    /* line 48, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
    aside .related article figure {
      /* No sign in related articles */
      /* Case Thumbnail */ }
      /* line 51, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
      aside .related article figure figcaption {
        display: none; }
      /* line 56, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
      aside .related article figure.cua {
        float: left;
        max-width: 90px;
        margin-right: 10px; }
      /* line 62, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
      aside .related article figure img {
         width: 100%; }
    /* line 68, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
    aside .related article a {
      text-decoration: none; }
    /* line 72, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
    aside .related article.item4 ~ article {
      display: none; }
    /* line 79, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
    aside .related article.item0 [itemprop="headline"] {
      font-size: 18px;
      padding-top: 15px;
      float: left;
      clear: both; }
    /* line 86, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
    aside .related article.item0 figure {
      width: 100%;
      max-width: 100%;
      clear: both; }
      /* line 90, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
      aside .related article.item0 figure img {
        width: 100%;
        height: auto !important; }

@media (min-width: 480px) and (max-width: 1020px) {
  /* line 101, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
  aside .related {
    border-bottom: 1px solid #e2e2e2;
    /* First Child */ }
    /* line 105, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
    aside .related article {
      width: 50%;
      float: left;
      clear: none; }
    /* line 112, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
    aside .related header + article {
      border-right: 1px solid #e2e2e2 !important;
      border-bottom: 0px !important;
      width: 47% !important;
      padding-right: 1.5%;
      margin-right: 1.5%; }
    /* line 120, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_related.scss */
    aside .related article:last-child {
      border-bottom: none; } }

/* Related content (Aside) */
/* COMENTARIOS */
/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
#comments {
  margin: 0 0 40px 0;
  padding: 0;
  display: block;
  clear: both;
  float: left;
  width: 100%;
  /*
	background: $gray-lighter;
	border-top: 2px solid #ebebeb;
	border-bottom: 1px solid #ebebeb; */
  /* Load More comments */
  /* CABECERO */
  /* LISTA COMENTARIOS */
  /* SSO */ }
  /* line 10, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  #comments #login_comments {
    padding: 20px 0;
    text-align: center;
    border-radius: 0;
    border: 1px solid #ebebeb;
    box-shadow: none; }
    /* line 18, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments #login_comments [class*="col-xs-"] p:first-child {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      font-size: 1.1em; }
      /* line 22, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments #login_comments [class*="col-xs-"] p:first-child .botonSSO {
        color: #326891 !important;
        text-decoration: underline; }
    /* line 27, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments #login_comments [class*="col-xs-"] p:last-child {
      margin-bottom: 20px; }
    /* line 32, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments #login_comments .btn {
      margin: 0 5px !important; }
  /* line 35, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  #comments .btn-brand {
    background: #111;
    text-transform: uppercase; }
    /* line 38, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments .btn-brand:hover {
      text-shadow: none;
      color: #fff; }
  /* line 44, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  #comments .title-comments {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    /* line 46, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments .title-comments h6 {
      border-bottom: 1px solid #ebebeb;
      font-weight: bolder;
      font-family: "Merriweather", Georgia, serif;
      font-size: 1.5em;
      text-align: left;
      margin-top: 0;
      margin-bottom: 20px;
      padding: 0 0 10px 0;
      display: block;
      text-transform: none; }
      /* line 57, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments .title-comments h6 span {
        font-style: italic;
        font-size: 1.3em; }
      @media (max-width: 767px) {
        /* line 46, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments .title-comments h6 {
          font-size: 1.1em; } }
  /* line 68, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  #comments #form_registro {
    border: 1px solid #ebebeb;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px; }
    /* line 74, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments #form_registro h3 {
      text-align: center;
      margin: 15px 0 5px 0;
      font-family: "Merriweather", Georgia, serif;
      font-size: 22px;
      color: #111;
      font-weight: bolder; }
      @media (max-width: 767px) {
        /* line 74, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments #form_registro h3 {
          font-size: 1.1em; } }
    /* line 86, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments #form_registro p {
      color: #444;
      font-weight: normal;
      font-size: 1.1em; }
      @media (max-width: 767px) {
        /* line 86, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments #form_registro p {
          font-size: 1em; } }
    /* line 95, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments #form_registro .btn-brand {
      display: inline-block;
      margin: 10px 0 5px 0;
      font-size: 15px;
      font-weight: 300; }
    /* line 101, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments #form_registro span {
      display: block;
      text-align: center;
      font-family: "Merriweather", Georgia, serif;
      margin-top: 15px;
      color: #444;
      font-size: .9em; }
  /* line 112, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  #comments #form_send {
    margin-left: -15px;
    margin-right: -15px;
    min-height: 1%;
    overflow: hidden;
    border: none !important;
    box-shadow: none !important; }
    /* line 14, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
    #comments #form_send:before, #comments #form_send:after {
      content: " ";
      display: table; }
    /* line 19, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
    #comments #form_send:after {
      clear: both; }
    /* line 118, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments #form_send > div {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; }
      /* line 120, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments #form_send > div form {
        padding: 20px;
        border: 1px solid #ebebeb;
        min-height: 1%;
        overflow: hidden; }
        /* line 126, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments #form_send > div form label {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: normal;
          font-size: 15px;
          color: #444; }
        /* line 132, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments #form_send > div form .form-control {
          background: #ebebeb; }
        /* line 134, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments #form_send > div form .checkbox label {
          font-weight: normal;
          font-size: 12px !important; }
        /* line 138, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments #form_send > div form .checkbox input {
          margin-top: 2px; }
  /* line 146, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  #comments .tab-coments {
    border: none;
    margin-top: 20px;
    padding: 0; }
    /* line 150, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments .tab-coments #comments_last > small {
      text-shadow: none;
      color: #222;
      display: none; }
    /* line 156, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments .tab-coments ol li {
      border: 1px solid #ebebeb;
      padding: 15px; }
      @media (min-width: 1020px) {
        /* line 159, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments .tab-coments ol li.reply {
          margin-left: 15%; } }
      /* line 163, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments .tab-coments ol li .wrap {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 35px;
        position: relative; }
        /* line 14, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
        #comments .tab-coments ol li .wrap:before, #comments .tab-coments ol li .wrap:after {
          content: " ";
          display: table; }
        /* line 19, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
        #comments .tab-coments ol li .wrap:after {
          clear: both; }
        /* line 167, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments .tab-coments ol li .wrap .additional_data {
          position: static !important;
          clear: none !important;
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px;
          position: relative;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px;
          position: relative;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px; }
          @media (min-width: 768px) {
            /* line 167, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
            #comments .tab-coments ol li .wrap .additional_data {
              float: left;
              width: 16.66667%; } }
          @media (min-width: 1020px) {
            /* line 167, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
            #comments .tab-coments ol li .wrap .additional_data {
              float: left;
              width: 16.66667%; } }
          /* line 173, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .tab-coments ol li .wrap .additional_data .creator {
            position: relative;
            display: block;
            text-align: center; }
            @media (max-width: 767px) {
              /* line 173, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
              #comments .tab-coments ol li .wrap .additional_data .creator {
                text-align: left; } }
          /* line 182, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .tab-coments ol li .wrap .additional_data .avatar {
            position: relative;
            display: block;
            float: none;
            margin: auto auto 5px auto;
            width: 70px;
            height: auto;
            overflow: auto;
            border-radius: 0;
            text-align: center; }
            @media (max-width: 767px) {
              /* line 182, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
              #comments .tab-coments ol li .wrap .additional_data .avatar {
                float: left;
                width: auto;
                padding-right: 10px; } }
            /* line 198, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
            #comments .tab-coments ol li .wrap .additional_data .avatar > span {
              width: 60px;
              height: 60px;
              display: inline-block;
              overflow: hidden;
              border-radius: 50%; }
              @media (max-width: 767px) {
                /* line 198, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
                #comments .tab-coments ol li .wrap .additional_data .avatar > span {
                  width: 40px;
                  height: 40px; } }
            /* line 211, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
            #comments .tab-coments ol li .wrap .additional_data .avatar.premiun:before {
              content: " ";
              position: absolute;
              bottom: 0;
              right: 0;
              width: 30px;
              height: 30px;
              border-radius: 50%;
              background: #e42644 url(/assets/themes/lvdg2016/images/usuario_premiun.png) no-repeat center center;
              color: #fff;
              text-align: center;
              text-shadow: none;
              display: block;
              background-size: 80%; }
              @media (max-width: 767px) {
                /* line 211, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
                #comments .tab-coments ol li .wrap .additional_data .avatar.premiun:before {
                  width: 20px;
                  height: 20px;
                  line-height: 21px;
                  font-size: 11px;
                  right: 5px;
                  bottom: 0; } }
          /* line 238, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .tab-coments ol li .wrap .additional_data .profile [itemprop="address"], #comments .tab-coments ol li .wrap .additional_data .profile .address {
            display: block;
            font-size: .8em;
            font-weight: 300;
            color: #999; }
          /* line 246, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .tab-coments ol li .wrap .additional_data .time {
            position: absolute;
            top: 0;
            right: 15px;
            color: #999;
            text-shadow: none;
            display: block;
            text-transform: uppercase;
            font-size: 11px; }
          /* line 256, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .tab-coments ol li .wrap .additional_data .reply_to {
            position: absolute;
            top: 0;
            left: 15px;
            color: #444;
            text-shadow: none;
            display: block; }
            /* line 263, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
            #comments .tab-coments ol li .wrap .additional_data .reply_to:before {
              content: "\f064";
              font-family: "FontAwesome";
              padding-right: 5px;
              color: #ccc; }
        /* line 271, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments .tab-coments ol li .wrap .comment_content {
          border: none !important;
          clear: none !important;
          position: relative;
          float: left;
          width: 100%;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px;
          position: relative;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px;
          position: relative;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px;
          margin-top: 0;
          margin-bottom: 0;
          padding-top: 0;
          padding-bottom: 0; }
          @media (min-width: 768px) {
            /* line 271, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
            #comments .tab-coments ol li .wrap .comment_content {
              float: left;
              width: 83.33333%; } }
          @media (min-width: 1020px) {
            /* line 271, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
            #comments .tab-coments ol li .wrap .comment_content {
              float: left;
              width: 83.33333%; } }
          /* line 281, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .tab-coments ol li .wrap .comment_content .btn {
            border: none;
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold;
            float: left;
            margin-left: 0;
            margin-right: 10px;
            padding-left: 0;
            color: #999; }
  /* line 305, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  #comments .load-more {
    text-align: center; }
    /* line 307, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments .load-more .btn-load {
      text-transform: uppercase;
      border-color: #ebebeb !important;
      margin: 0 auto -20px auto;
      font-weight: bolder; }
  /* line 316, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  #comments .header {
    /* Cliche */
    /*

		h6 {
			color: #000;
			font-weight: bolder;
			font-size: 16px;
			float: left;
		}

*/ }
    /* line 321, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments .header .cliche {
      margin: 0 0 30px 0 !important;
      padding: 15px;
      background: #e2e2e2;
      text-align: left;
      margin: 0;
      border-top: 2px solid #ebebeb; }
      /* line 330, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments .header .cliche span {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 16px;
        color: #444;
        font-weight: 700;
        line-height: 120%;
        text-transform: uppercase; }
    /* line 356, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments .header .btn {
      background: #326891;
      color: white;
      border: none;
      text-shadow: 0px -1px #254d6b;
      text-transform: uppercase;
      /* Icono */
      /* Num comments */
      /* Btn Text */ }
      /* line 361, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments .header .btn .glyphicon-comment {
        top: 3px;
        position: relative;
        padding-right: 5px; }
      /* line 368, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments .header .btn [itemprop="commentCount"] {
        font-weight: 900;
        padding-right: 7px;
        border-right: 1px solid #254d6b; }
      /* line 375, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments .header .btn span.btn-text {
        padding-left: 7px;
        display: inline-block;
        border-left: 1px solid #3f83b7; }
  /* line 383, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  #comments .nav {
    margin: 0 !important;
    padding: 0 !important;
    background: white;
    border-bottom: none;
    float: left;
    width: 100%;
    clear: both;
    padding: 7.5px 0 0 0 !important; }
    /* line 393, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments .nav li {
      float: left;
      padding: 0 7.5px 0 0 !important;
      font-weight: bolder;
      font-size: 13px; }
      /* line 398, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments .nav li a {
        padding: 7.5px;
        border-color: #e2e2e2;
        text-shadow: 0px 1px white; }
      /* line 403, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments .nav li.active a {
        background-color: #e2e2e2; }
  /* line 409, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  #comments .comments {
    padding: 15px 3px 0 3px;
    margin: 0;
    float: left;
    width: 100%;
    clear: both;
    /* Comentario */ }
    /* line 418, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments .comments .comment {
      list-style: none;
      padding: 15px 0 0 0;
      overflow: hidden;
      /* RESPUESTAS */ }
      /* line 423, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments .comments .comment .author {
        margin: 0 15px;
        line-height: 120%;
        font-size: 15px;
        text-shadow: 0px 1px white; }
        /* line 430, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments .comments .comment .author [itemprop="author"] {
          line-height: 100% !important;
          /* Avatar */ }
          /* line 433, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .comments .comment .author [itemprop="author"] [itemprop="name"] {
            font-weight: bold;
            padding-top: 8px;
            display: inline-block; }
          /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .comments .comment .author [itemprop="author"] img {
            width: 50px;
            margin-right: 10px;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            border-bottom-left-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-top-right-radius: 50%; }
      /* line 448, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments .comments .comment .content {
        margin: 20px 15px;
        padding: 15px;
        border-bottom: 1px solid #ccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        background: white;
        /* Arrow up */
        /* Title */ }
        /* line 457, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments .comments .comment .content:before {
          font-family: 'Glyphicons Halflings';
          content: "\e253";
          color: white;
          margin-top: -30px;
          float: left; }
        /* line 466, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments .comments .comment .content [itemprop="headline"] {
          font-weight: 900;
          display: inline; }
          /* line 469, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .comments .comment .content [itemprop="headline"]:after {
            content: "."; }
        /* line 472, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments .comments .comment .content [itemprop="text"] {
          display: inline; }
      /* line 476, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments .comments .comment .comment_interaction {
        padding: 0;
        text-align: right;
        margin: 15px 0 0 0; }
        /* line 480, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments .comments .comment .comment_interaction .numbers {
          background: #e2e2e2;
          padding: 7px;
          margin: 0 -10px 0 5px;
          text-shadow: 0px 1px white; }
        /* line 487, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments .comments .comment .comment_interaction .btn {
          border-color: #e2e2e2;
          background: transparent;
          text-transform: uppercase;
          margin-left: 7.5px; }
          /* line 493, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .comments .comment .comment_interaction .btn.btn-comment {
            font-weight: 900; }
          /* line 497, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .comments .comment .comment_interaction .btn .glyphicon, #comments .comments .comment .comment_interaction .btn .fa {
            display: inline-block;
            position: relative;
            top: 2px; }
          /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .comments .comment .comment_interaction .btn .fa {
            top: 1px;
            padding: 0 0 0 4px;
            color: black; }
          /* line 507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .comments .comment .comment_interaction .btn .glyphicon-heart {
            color: #C5453F; }
          /* line 509, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .comments .comment .comment_interaction .btn [itemprop="upvoteCount"] {
            font-weight: bolder;
            color: black; }
      /* line 517, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments .comments .comment .comments {
        padding-left: 30px; }
        /* line 519, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments .comments .comment .comments .comment {
          text-align: right;
          opacity: .80; }
          /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .comments .comment .comments .comment:hover, #comments .comments .comment .comments .comment:focus {
            opacity: 1; }
          /* line 525, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .comments .comment .comments .comment [itemprop="author"] {
            margin-right: 0;
            /* Avatar */ }
            /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
            #comments .comments .comment .comments .comment [itemprop="author"] img {
              margin-left: 10px;
              margin-right: 0;
              float: right !important; }
          /* line 536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments .comments .comment .comments .comment .content {
            /* Arrow up */
            border-bottom: none;
            text-align: left; }
            /* line 538, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
            #comments .comments .comment .comments .comment .content:before {
              float: right; }
  /* line 549, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  #comments #sso_comentarios {
    margin-top: 20px;
    text-transform: none !important; }
    /* line 553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #comments #sso_comentarios .panel {
      background: none;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      /* line 559, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments #sso_comentarios .panel h4 {
        font-weight: bold;
        font-size: 1em; }
      /* line 564, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments #sso_comentarios .panel p {
        font-size: 0.9em; }
      /* line 568, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments #sso_comentarios .panel button {
        font-size: 0.8em; }
      /* line 570, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments #sso_comentarios .panel .col-xs-16 .row .col-xs-8 + .col-xs-8 {
        border-left: 1px solid #e5e5e5;
        padding-bottom: 10px; }
      /* line 575, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      #comments #sso_comentarios .panel #formularioLoginSSO {
        padding-right: 10px; }
        /* line 577, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments #sso_comentarios .panel #formularioLoginSSO > div {
          float: none !important;
          margin-bottom: 10px;
          text-align: left;
          display: block !important; }
        /* line 584, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments #sso_comentarios .panel #formularioLoginSSO label {
          font-size: 0.9em;
          font-weight: normal;
          display: block; }
        /* line 590, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments #sso_comentarios .panel #formularioLoginSSO .text-danger {
          font-size: 0.8em; }
        /* line 592, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments #sso_comentarios .panel #formularioLoginSSO input {
          width: 100%; }
        /* line 596, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        #comments #sso_comentarios .panel #formularioLoginSSO .checkbox {
          font-size: 0.8em; }
          /* line 598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          #comments #sso_comentarios .panel #formularioLoginSSO .checkbox input[type="checkbox"] {
            width: auto;
            margin-right: 10px; }

/* Variables */
@media (max-width: 480px) {
  /* line 614, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  #sso_comentarios .col-xs-8 {
    width: 100% !important;
    float: none !important;
    border: none !important; }
    /* line 618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #sso_comentarios .col-xs-8 button {
      float: none !important; }
    /* line 621, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    #sso_comentarios .col-xs-8 #formularioLoginSSO {
      padding-right: 0;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ccc; } }

/**********************************/
/**********************************/
/************ OLD STYLE ***********/
/* NON RESPONSIVE HOME COMPATIBLE */
/**********************************/
/**********************************/
/* line 639, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
.tab-content.tab-coments {
  clear: both;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 20px; }
  /* line 645, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  .tab-content.tab-coments .tab-pane > small {
    color: #999;
    font-weight: bolder;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    text-shadow: 0px 1px #FFF; }
  /* line 655, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  .tab-content.tab-coments .btn-more {
    text-align: center; }
  /* line 659, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  .tab-content.tab-coments ol {
    margin: 0;
    padding: 0; }
    /* line 663, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
    .tab-content.tab-coments ol li {
      list-style: none;
      padding: 0;
      margin: 0 0 30px 0;
      text-shadow: 0px 1px #FFF;
      /* Replica */ }
      /* line 669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      .tab-content.tab-coments ol li .additional_data {
        width: 100%; }
        /* line 674, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        .tab-content.tab-coments ol li .additional_data .profile [itemprop="name"], .tab-content.tab-coments ol li .additional_data .profile .name {
          font-weight: bold; }
        /* line 678, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        .tab-content.tab-coments ol li .additional_data .profile [itemprop="address"]:before, .tab-content.tab-coments ol li .additional_data .profile .address:before {
          content: "desde "; }
        /* line 684, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        .tab-content.tab-coments ol li .additional_data .avatar {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          float: left;
          overflow: hidden;
          margin-right: 10px; }
          /* line 691, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          .tab-content.tab-coments ol li .additional_data .avatar img {
            width: 100%;
            overflow: hidden; }
      /* line 699, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      .tab-content.tab-coments ol li time {
        display: none; }
      /* line 701, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      .tab-content.tab-coments ol li .comment_context {
        font-size: 0.8em; }
      /* line 703, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      .tab-content.tab-coments ol li .comment_content {
        clear: both;
        margin: 20px 0;
        padding: 15px;
        border-bottom: 1px solid #ccc;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        background: white;
        min-height: 1%;
        overflow: hidden;
        /* Arrow up */
        /* Title */ }
        /* line 714, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        .tab-content.tab-coments ol li .comment_content:before {
          font-family: 'Glyphicons Halflings';
          content: "\e253";
          color: white;
          margin-top: -30px;
          float: left; }
        /* line 723, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        .tab-content.tab-coments ol li .comment_content [itemprop="headline"] {
          font-weight: 900;
          display: inline; }
          /* line 726, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          .tab-content.tab-coments ol li .comment_content [itemprop="headline"]:after {
            content: "."; }
        /* line 729, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        .tab-content.tab-coments ol li .comment_content [itemprop="text"] {
          display: inline; }
        /* line 731, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
        .tab-content.tab-coments ol li .comment_content .btn {
          border: 1px solid #e5e5e5;
          background: #fff;
          font-size: 0.7em;
          float: right;
          margin-top: 10px;
          margin-left: 10px;
          text-transform: uppercase;
          font-weight: 300;
          padding: 4px 8px; }
          /* line 741, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          .tab-content.tab-coments ol li .comment_content .btn i {
            padding-right: 5px; }
          /* line 742, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          .tab-content.tab-coments ol li .comment_content .btn span {
            display: inline-block;
            margin-left: 3px;
            font-weight: bold; }
          /* line 747, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
          .tab-content.tab-coments ol li .comment_content .btn .fa-share {
            display: none; }
      /* line 754, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
      .tab-content.tab-coments ol li.reply {
        padding-left: 7%; }

/* Hack comments viejo */
/* line 770, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
#login_comments > .col-xs-16 {
  width: 100% !important; }
  /* line 773, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_comments.scss */
  #login_comments > .col-xs-16 > .row > .col-xs-8 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

/* Comments */
/* ETIQUETAS */
/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_keywords.scss */
[itemprop="keywords"], .keywords {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  padding: 7.5px 0; }
  /* line 11, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_keywords.scss */
  [itemprop="keywords"] h6, .keywords h6 {
    font-size: 16px;
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
    display: inline; }
    /* line 17, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_keywords.scss */
    [itemprop="keywords"] h6:after, .keywords h6:after {
      content: ': '; }
  /* line 22, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_keywords.scss */
  [itemprop="keywords"] a, .keywords a {
    border: none;
    margin: 0 5px 0 0;
    color: black;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap; }

/* Keywords */
/* PUBLICIDAD */
/* ESPECIAL BLOQUE SUSCRIPTORES */
/* line 9, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.club_suscriptores .section_cliche .cliche_name {
  text-transform: none !important;
  font-weight: lighter !important;
  font-style: italic !important; }

/* line 21, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.club_suscriptores figure .subscription_type {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  background: #e42644;
  font-size: 18px;
  text-align: center;
  width: 60px;
  height: 60px;
  color: white;
  border-radius: 30px;
  text-transform: uppercase;
  line-height: 60px; }

/* line 37, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.club_suscriptores figure .subscription_price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-family: "Merriweather", Georgia, serif;
  font-weight: lighter !important;
  font-style: italic;
  font-size: 18px;
  text-align: right;
  color: white;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5); }

/* line 57, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.club_suscriptores p b {
  font-size: 13px;
  color: #444;
  display: block;
  padding-top: 5px; }

/* line 66, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.club_suscriptores .btn-subscribe {
  width: 100%;
  background: #e42644;
  color: white;
  text-transform: uppercase;
  display: block;
  float: left;
  font-weight: 600 !important;
  margin: 10px 0 0 0 !important;
  border-color: #e42644;
  border-radius: 2px !important; }

@media (max-width: 1020px) and (min-width: 768px) {
  /* line 89, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .club_suscriptores figure .subscription_type {
    bottom: 5px;
    left: 5px;
    font-size: 14px;
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
    line-height: 45px; }
  /* line 99, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .club_suscriptores figure .subscription_price {
    font-size: 16px;
    padding: 5px 7px; } }

@media (max-width: 768px) {
  /* line 117, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .club_suscriptores .section_cliche .cliche_name {
    font-size: 22px !important; } }

/* VENTAJAS DEL SUSCRIPTOR */
/* line 130, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ventajas_subs {
  margin-top: 0 !important;
  padding: 0 !important; }

/* line 135, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ventajas_subs h2 {
  font: bold 18px "Roboto Condensed",sans-serif !important;
  font-style: normal !important;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 3px; }

/* line 142, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ventajas_subs h2 a {
  color: #222; }

/* line 146, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.promociones_club .item img.icon {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 15px 0 0; }

/* line 155, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.promociones_club .item p {
  margin: 5px 0;
  font-family: 'Merriweather', sans-serif;
  font-size: 15px;
  color: #333; }
  /* line 160, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .promociones_club .item p span {
    display: block;
    margin-top: 5px; }

/* line 166, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ventajas_subs .item a:hover {
  text-decoration: none; }

/* line 170, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.promociones_club .item .btn {
  margin-top: 5px;
  background: black;
  border-color: black;
  color: white;
  font-family: "Roboto Condensed",sans-serif; }

/* line 178, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.promociones_club .item .btn i {
  padding-right: 3px; }

/* line 182, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.row.carousel-mode.promociones_club:after {
  display: none !important; }

/* line 187, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
footer .ventajas_subs .item {
  margin-top: 10px;
  text-align: center !important; }
  /* line 190, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  footer .ventajas_subs .item img.icon {
    float: none;
    margin: auto auto 10px auto;
    display: block; }
  /* line 195, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  footer .ventajas_subs .item p {
    color: #a6a6a6;
    font-size: 13px;
    display: block;
    margin-top: 5px; }

/* line 203, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
footer .ventajas_subs .flickity-page-dots .dot {
  background: #666;
  margin: 0 4px; }
  /* line 206, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  footer .ventajas_subs .flickity-page-dots .dot.is-selected {
    background: #ccc; }

/* line 211, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
footer .ventajas_subs .flickity-slider > div {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* Mod for SkyCrappers */
/* line 218, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.container {
  position: relative !important; }

/* Adblocks */
/* line 221, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.adblock {
  text-align: center;
  /*
    	margin: $grid-gutter-width/2 0;
    	padding: 0 0 15px 0;
    	border: 1px solid #ebebeb;
	*/
  padding: 15px 0px;
  position: relative !important;
  float: left;
  clear: both;
  width: 100%;
  /*
    &#ad-SkyDerechoDetalle {right: -120px;}
    &#ad-SkyIzquierdoDetalle {left: -120px;}
    */
  /* Horizontal Banners (Megabanner Vocento, Megabanner) */
  /* Megabanner */
  /* Faldon Superior */
  /* PATROCINIOS (Cabeceros) */
  /* Patrocinio Desktop */
  /* Patrocinio Desktop */
  /* Ocultar banners 1x1 NOMBRES LOCAL Y SERVIDOR
	// Intertitial Vocento (ad-Interstitial)
	// Intertitial Vocento Mobile (ad-InterstitiaMobile)
	// Layer (ad-Layer)
	// Intext(ad-Intext) */
  /* Hacerlos visibles para el uso del plugin */ }
  /* line 235, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .adblock:before {
    /*
		margin: 0;
		font-size: 10px;
		color: $gray-light;
		content: "Publicidad";
		font-weight: 100;
		width: 100%;
		display: block;
		float: left;
		text-align: center;
		*/ }
  /* line 249, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .adblock.sky_der, .adblock.sky_izq {
    position: fixed !important;
    top: 0;
    padding: 0;
    float: none;
    border: none;
    margin: 0;
    width: auto !important; }
  /* line 270, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .adblock#ad-Megabanner, .adblock#ad-MegabannerMobile, .adblock#ad-FaldonSuperior {
    /* background: $gray-lighter; */
    background: transparent;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    border-top: 0;
    border-bottom: 0;
    overflow: hidden !important; }
    /* line 282, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .adblock#ad-Megabanner:before, .adblock#ad-MegabannerMobile:before, .adblock#ad-FaldonSuperior:before {
      position: absolute;
      left: -15px;
      top: 40%;
      width: auto;
      height: auto;
      background: #e2e2e2;
      padding: 0 4px;
      -webkit-transform: rotate(-90deg);
      /* Safari */
      -moz-transform: rotate(-90deg);
      /* Firefox */
      -ms-transform: rotate(-90deg);
      /* IE */
      -o-transform: rotate(-90deg);
      /* Opera */
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
      /* Internet Explorer */ }
  /* line 301, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .adblock#ad-Megabanner {
    /*border-bottom: 1px solid $gray-lighter !important;*/
    /*border-color: $gray-lighter !important;*/ }
  /* line 307, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .adblock#ad-FaldonSuperior {
    /*background: transparent;*/
    /*border-color: $gray-lighter;*/
    /*border-bottom: 1px solid $gray-lighter;*/
    /*&:before {background: white;}*/ }
  /* line 320, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .adblock#ad-PatrocinioDesktop {
    position: absolute !important;
    top: 15px !important;
    right: 30px !important;
    text-align: none;
    margin: 0;
    padding: 0;
    border: none;
    float: right;
    width: auto !important; }
    /* line 331, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .adblock#ad-PatrocinioDesktop:before {
      display: none !important; }
  /* line 336, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .adblock#ad-PatrocinioMobile {
    border: none !important;
    margin: 0 !important; }
    /* line 340, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .adblock#ad-PatrocinioMobile:before {
      display: none !important; }
  /* line 349, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .adblock.ad-Interstitial, .adblock.ad-InterstitiaMobile, .adblock.ad-Layer, .adblock.ad-Intext {
    display: none !important; }
  /* line 356, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .adblock[style*="none"] {
    height: 0px !important;
    min-height: 0px !important;
    display: block !important;
    border: none !important;
    overflow: hidden !important;
    border-color: transparent !important;
    margin: 0 0 -1px 0 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: transparent !important; }
    /* line 370, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .adblock[style*="none"]:before {
      display: none !important; }

/* Mod for test No Padding */
/* line 380, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ad-noPd .adblock {
  padding: 0 !important; }

/* line 385, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ad-noPdX {
  /*padding-bottom: 0 !important;*/ }
  /* line 389, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .ad-noPdX .adblock {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    /* line 398, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .ad-noPdX .adblock + .adblock[style*="none"] {
      padding-top: 0px !important; }

/* Sólo para pruebas de diseño */
/* line 411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ad-noPdX .adblock[class*="visible-"] + .adblock[class*="visible-"] {
  padding-top: none !important; }

/* line 417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.adblock.megabanner.roadblock.normal {
  padding-top: 0 !important; }

/*****************************/
/***** MEDIA PAGE'S MODS *****/
/*****************************/
/* line 428, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#detail_gallery .adblock,
#detail_video .adblock,
#detail_infographics .adblock {
  /* Faldon Superior */ }
  /* line 430, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  #detail_gallery .adblock#ad-FaldonSuperior,
  #detail_video .adblock#ad-FaldonSuperior,
  #detail_infographics .adblock#ad-FaldonSuperior {
    background: #111;
    border-color: #111;
    border-bottom: 1px solid #111; }
    /* line 435, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    #detail_gallery .adblock#ad-FaldonSuperior:before,
    #detail_video .adblock#ad-FaldonSuperior:before,
    #detail_infographics .adblock#ad-FaldonSuperior:before {
      background: #111;
      color: #444; }

/* Comportamiento especial moviles */
@media (max-width: 767px) {
  /* line 443, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .adblock {
    text-align: center;
    width: auto !important;
    min-width: 100%;
    margin-left: -6px; } }

/* ESPECIAL TEADS */
/* line 453, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.teads-inread, .teads-inboard {
  float: left;
  width: 100%; }

/* LIGATUS */
/* OLD LVG CODE */
/* line 461, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#lig_lavozdegalicia_smartbox_article {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0; }

/* Mixins */
/* Disposicion en 1 columna */
/* Disposicion en 2 columnas */
/*
@mixin ligatus_2col() {
	div[class^="lig_wrapper"] {
		div[ligatus-link] {
			width: 49% !important;
			max-width: 49% !important;
			padding: 0 0 10px 0;
		}

		div[class^="lig_txt"] {
			margin: 0;
			padding: 0;
		}
	}
}
*/
/* Cliche */
/* line 546, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#header_73235.ng-binding, #header_veeseo_1.ng-binding, .ng-scope .ng-binding {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 700 !important;
  border: none !important;
  border-bottom-color: transparent; }

/* Mosca PUBLI */
/* line 557, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#oba_73235 {
  display: none !important; }

/* GENERAL */
/* line 561, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
div[class^="lig_wrapper"] {
  width: 100%;
  max-width: 100%; }

/* 2 col on mobile - tablet*/
/* @media (max-width: $screen-sm) {@include ligatus_2col;} */
/* 1 col in aside */
/* line 494, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
aside div[class^="lig_wrapper"] {
  /* Imagen */ }
  /* line 495, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  aside div[class^="lig_wrapper"] div[ligatus-link], aside div[class^="lig_wrapper"] div.ligatus_cuc_cmp {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0 10px 0; }
  /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  aside div[class^="lig_wrapper"] div[class^="lig_img"] {
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    height: 90px;
    width: 150px; }
    /* line 509, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    aside div[class^="lig_wrapper"] div[class^="lig_img"] img {
      width: auto;
      height: 100%;
      max-width: none;
      /* margin-left: -30%; */ }
  /* line 517, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  aside div[class^="lig_wrapper"] div[class^="lig_txt"] {
    margin: 0;
    padding: 0; }

/* 1 col on mobile */
@media (max-width: 480px) {
  /* line 494, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  div[class^="lig_wrapper"] {
    /* Imagen */ }
    /* line 495, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    div[class^="lig_wrapper"] div[ligatus-link], div[class^="lig_wrapper"] div.ligatus_cuc_cmp {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 0 10px 0; }
    /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    div[class^="lig_wrapper"] div[class^="lig_img"] {
      float: left;
      padding: 0;
      margin: 0 10px 0 0;
      height: 90px;
      width: 150px; }
      /* line 509, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
      div[class^="lig_wrapper"] div[class^="lig_img"] img {
        width: auto;
        height: 100%;
        max-width: none;
        /* margin-left: -30%; */ }
    /* line 517, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    div[class^="lig_wrapper"] div[class^="lig_txt"] {
      margin: 0;
      padding: 0; } }

/* line 580, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
div[position].ng-scope {
  padding: 10px;
  border: 1px solid #ebebeb;
  /* Texto */ }
  /* line 584, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  div[position].ng-scope span[class^="lig_teaser"] {
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    margin: 0;
    display: block;
    line-height: 110%;
    color: black; }
  /* line 585, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  div[position].ng-scope span[class^="lig_headline"] {
    font-family: "Roboto Condensed", sans-serif !important;
    color: black;
    margin: 0;
    padding: 5px 0 0 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #666; }

/* CONTENIDO DESTACADO */
/* line 589, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
div[position] + .ng-scope {
  margin-top: 10px;
  /* Texto */ }
  /* line 592, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  div[position] + .ng-scope span[class^="lig_teaser"] {
    font-family: "Roboto Condensed", sans-serif !important;
    color: black;
    margin: 0;
    padding: 5px 0 0 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #666; }
  /* line 593, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  div[position] + .ng-scope span[class^="lig_headline"] {
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    margin: 0;
    display: block;
    line-height: 110%;
    color: black; }

/* LIGATUS */
/* NEW LVA CODE */
/* line 600, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#lavozdeasturias_web_smartbox_articles {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0 !important;
  border: 1px solid #e2e2e2;
  /* Box */
  /* Box Header */
  /* Content */
  /* Footer */ }
  /* line 608, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  #lavozdeasturias_web_smartbox_articles [id^="ligatusframe_"] {
    padding: 0 10px 10px 10px; }
  /* line 614, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  #lavozdeasturias_web_smartbox_articles [id^="header_"]:before {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 18px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 700 !important;
    text-transform: uppercase; }
  /* line 625, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  #lavozdeasturias_web_smartbox_articles [class^="lig_campaign"] {
    /* Tit */ }
    /* line 628, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    #lavozdeasturias_web_smartbox_articles [class^="lig_campaign"] [class^="lig_teaser"] {
      font-family: "Roboto Condensed", sans-serif !important;
      font-weight: 700;
      font-size: 16px;
      padding: 0;
      margin: 0;
      display: block;
      line-height: 110%;
      color: black; }
    /* line 632, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    #lavozdeasturias_web_smartbox_articles [class^="lig_campaign"] [class^="lig_headline"] {
      font-family: "Roboto Condensed", sans-serif !important;
      color: black;
      margin: 0;
      padding: 5px 0 0 0;
      display: block;
      font-weight: 400;
      font-size: 14px;
      line-height: 120%;
      color: #666; }
  /* line 640, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  #lavozdeasturias_web_smartbox_articles [id^="lig_footer"] {
    font-size: 11px;
    padding-bottom: 10px; }
    /* line 645, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    #lavozdeasturias_web_smartbox_articles [id^="lig_footer"] img {
      width: 15px;
      height: 15px; }

/* Hack para el intext de los detalles */
/* line 655, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#article-page .intext {
  height: 0 !important;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden !important; }

/* line 663, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#article-page .intext:before {
  content: ""; }

/****************************/
/****** WIDGETS PUBLI ******/
/**************************/
/* line 672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ecommerce_widget .logo {
  display: inline-block;
  margin: 30px 0 0 0;
  padding-bottom: 7px; }
  /* line 676, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .ecommerce_widget .logo img {
    max-height: 37px;
    width: auto; }
  /* line 680, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .ecommerce_widget .logo span {
    text-transform: uppercase; }

/* line 687, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ecommerce_widget > .row:first-child > div[class="col-xs-18"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* line 694, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ecommerce_widget select {
  display: inline-block;
  box-shadow: none !important;
  border: none;
  background: #eee;
  padding: 5px;
  margin-left: 3px;
  border-radius: 4px !important;
  text-align: center; }

/* line 706, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ecommerce_widget .box-list:before {
  display: none !important;
  background: #fff !important; }

/* line 713, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ecommerce_widget article[itemtype="http://schema.org/Product"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

/* line 721, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ecommerce_widget article .antetitulo {
  display: block;
  font-size: .8em;
  padding-bottom: 3px;
  color: #999;
  font-family: "Roboto", sans-serif; }

/* line 728, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ecommerce_widget article figure {
  position: relative;
  margin-bottom: 0; }
  /* line 731, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .ecommerce_widget article figure img {
    width: 100%;
    height: auto !important; }
  /* line 735, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .ecommerce_widget article figure .descuento {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #f4f4f4;
    padding: 3px 0;
    font-weight: 300;
    font-size: .8em; }
    /* line 745, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .ecommerce_widget article figure .descuento span {
      font-size: 1.2em;
      font-weight: normal; }

/* line 751, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ecommerce_widget article .content_wrapper {
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative; }
  /* line 768, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .ecommerce_widget article .content_wrapper > * {
    flex-basis: 100%; }
  /* line 772, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .ecommerce_widget article .content_wrapper .titulo {
    display: block;
    padding-bottom: 3px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 1em; }
  /* line 779, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .ecommerce_widget article .content_wrapper p {
    display: block;
    margin: 0;
    font-size: .9em;
    font-family: "Roboto", sans-serif; }
  /* line 785, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .ecommerce_widget article .content_wrapper .precio_nuevo {
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: .9em; }
    /* line 793, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .ecommerce_widget article .content_wrapper .precio_nuevo > span {
      color: #fff;
      font-weight: normal;
      background: #333;
      border-radius: 4px;
      padding: 5px 8px; }
    /* line 800, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .ecommerce_widget article .content_wrapper .precio_nuevo strong {
      font-weight: normal !important;
      color: #fff; }
    /* line 804, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .ecommerce_widget article .content_wrapper .precio_nuevo:hover {
      text-decoration: none;
      opacity: .9; }

/* line 814, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ecommerce_widget article.mujerhoy .antetitulo a {
  background: url(/assets/themes/lvdg2017/images/logosVerticales/xs/mujerhoy.png) left top no-repeat;
  height: 25px;
  width: 100px !important;
  display: block;
  text-indent: -999px; }

/* line 828, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ecommerce_widget article.viveelcamino .antetitulo a {
  background: url(/assets/themes/lvdg2016/images/logo_viveelcamino_hor.png) left top no-repeat;
  height: 30px;
  width: 74px !important;
  display: block;
  text-indent: -999px;
  background-position: center center; }

/* line 842, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.ecommerce_widget article.voltaico .antetitulo a {
  background: url(/assets/themes/lvdg2016/images/logo_voltaico_hor.png) left top no-repeat;
  height: 22px;
  width: 106px !important;
  display: block;
  text-indent: -999px; }

/*****************************/
/*********** OFERPLAN ********/
/*****************************/
/* line 866, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#oferplan article .content_wrapper .antetitulo {
  color: #1565C2; }

/* line 871, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#oferplan article .content_wrapper .precio_nuevo > span {
  color: #fff;
  background: #1565C2; }

/* line 875, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#oferplan article .content_wrapper .precio_nuevo strong {
  color: #fff; }

/* line 886, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.oferplan_native .descuento {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #e42644;
  color: #fff;
  padding: 5px;
  font-weight: bolder; }

/* line 896, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.oferplan_native .precio_nuevo {
  display: block;
  margin: 10px 0 5px 0;
  font-size: 16px; }
  /* line 901, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .oferplan_native .precio_nuevo > span {
    padding: 5px;
    border-radius: 4px; }

/* line 909, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.oferplan_native p[itemprop="description"] i {
  padding-right: 5px; }

/*****************************/
/****** CLIC ENTRADAS ********/
/*****************************/
/* line 928, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#clic_entradas article .content_wrapper .antetitulo {
  color: #f93838; }

/* line 933, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#clic_entradas article .content_wrapper .precio_nuevo > span {
  color: #fff;
  background: #f93838; }

/* line 937, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#clic_entradas article .content_wrapper .precio_nuevo strong {
  color: #fff; }

/*********************/
/****** SUBELOO ******/
/********************/
/* line 953, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#subeloo .logo span {
  color: #00A3D4;
  font-size: .8em;
  font-weight: bold;
  float: right;
  padding: 13px 0 0 10px; }
  @media (max-width: 1019px) {
    /* line 953, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    #subeloo .logo span {
      display: none; } }

/* line 964, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#subeloo .logo:hover {
  text-decoration: none; }

/* line 973, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#subeloo article .content_wrapper .antetitulo {
  color: #00A3D4; }

/* line 978, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#subeloo article .content_wrapper .precio_nuevo > span {
  color: #fff;
  background: #00A3D4; }

/* line 982, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#subeloo article .content_wrapper .precio_nuevo strong {
  color: #fff; }

/**************************/
/****** VERTICALES ********/
/*************************/
/* line 996, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.vertical {
  width: 100% !important;
  position: relative;
  background: #f4f4f4; }
  /* line 1000, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .vertical header {
    margin: 0; }
    /* line 1002, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .vertical header .logo {
      background-size: contain !important;
      display: block;
      width: 100%;
      height: 40px; }
      /* line 1007, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
      .vertical header .logo span {
        visibility: hidden; }
  /* line 1010, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .vertical > div {
    padding: 0 !important; }
    /* line 1012, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .vertical > div h2 {
      padding: 0 10px 15px 10px;
      font-size: 15px; }
    /* line 1016, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .vertical > div:after {
      display: none !important; }
  /* line 1018, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .vertical .carousel-mode {
    margin-left: -15px;
    margin-right: -15px; }
    /* line 14, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
    .vertical .carousel-mode:before, .vertical .carousel-mode:after {
      content: " ";
      display: table; }
    /* line 19, ../../../Dropbox/lvdg2016/assets/bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
    .vertical .carousel-mode:after {
      clear: both; }
    /* line 1020, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .vertical .carousel-mode.flickity-enabled {
      position: static !important; }
  /* line 1023, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .vertical .flickity-slider > [class*="col-"] {
    padding-top: 0 !important; }
    /* line 1025, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .vertical .flickity-slider > [class*="col-"] .embed-responsive-16by9 {
      background-color: none; }
    /* line 1026, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .vertical .flickity-slider > [class*="col-"] .embed-responsive-item {
      height: auto !important; }
    /* line 1028, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .vertical .flickity-slider > [class*="col-"] .item h2 {
      padding: 0 10px;
      font-size: 15px; }
  /* line 1035, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .vertical .flickity-page-dots {
    position: absolute;
    bottom: -30px;
    left: 0; }

/* Vive el camino */
/* line 1045, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#vivecamino .logo {
  background: #222 url(/assets/themes/lvdg2016/images/logo_vivecamino.png) center center no-repeat; }

/* Andro4All */
/* line 1054, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#andro4all .logo {
  background: #222 url(/assets/themes/lvdg2016/images/logo_andro4all.png) center center no-repeat; }

/* Mujer hoy */
/* line 1062, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
#mujerhoy .logo {
  background: #222 url(/assets/themes/lvdg2016/images/logo_mujerhoy.png) center center no-repeat; }

/* line 1068, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.grid-verticales {
  justify-content: space-between;
  padding: 15px; }
  /* line 1072, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .grid-verticales .vertical {
    flex: 4;
    width: auto;
    min-width: 225px;
    margin-left: 15px;
    margin-right: 15px; }
    @media (min-width: 1020px) {
      /* line 1080, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
      .grid-verticales .vertical:first-child {
        margin-left: 0; }
      /* line 1081, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
      .grid-verticales .vertical:last-child {
        margin-right: 0; } }
    /* line 1085, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .grid-verticales .vertical .flickity-slider > [class*="col-"]:before {
      display: none !important; }

/* Patrocinio torre */
/* line 1097, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.detail.torremarathon .content_wrap > .row:first-child .hidden-xs {
  display: block !important; }

/* Oferplan detalles */
/* line 1108, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.detail #oferplan {
  width: 270px;
  /* .ecommerce_widget .flickity-slider > div[class*="col-"] { padding: 0 !important; } */ }
  @media (max-width: 767px) {
    /* line 1108, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .detail #oferplan {
      width: 100% !important; } }
  /* line 1113, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .detail #oferplan .logo {
    display: block;
    text-align: center; }
    @media (max-width: 767px) {
      /* line 1113, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
      .detail #oferplan .logo {
        margin-top: 0 !important; } }
  /* line 1120, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .detail #oferplan article[itemtype="http://schema.org/Product"] {
    display: block !important; }
  /* line 1123, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .detail #oferplan article figure {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      /* line 1123, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
      .detail #oferplan article figure {
        float: left;
        width: 45%; } }
  /* line 1130, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .detail #oferplan article .content_wrapper {
    display: block !important;
    text-align: center !important; }
  /* line 1134, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .detail #oferplan article .content_wrapper .titulo {
    margin: 0 !important; }
  /* line 1137, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .detail #oferplan article .content_wrapper .precio_nuevo {
    position: relative !important;
    display: block !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    padding: 5px 8px !important;
    background: #1565C2 !important;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    margin-top: 5px; }
  /* line 1150, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .detail #oferplan article .content_wrapper .precio_nuevo span {
    padding: 0 !important;
    background: none !important; }
  /* line 1155, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .detail #oferplan .carousel-mode {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  /* line 1159, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .detail #oferplan .flickity-prev-next-button.previous {
    left: 0 !important; }
  /* line 1162, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .detail #oferplan .flickity-prev-next-button.next {
    right: -5px !important; }
  /* line 1165, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .detail #oferplan .flickity-prev-next-button svg {
    width: 40% !important;
    height: 40% !important;
    filter: none !important; }
  /* line 1170, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .detail #oferplan .flickity-prev-next-button .arrow {
    fill: #666 !important; }

/* Noticias patrocinadas */
/* line 1182, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
.contenidospatrocinados .nav_article {
  border: none !important;
  margin-top: 20px !important;
  text-align: center !important;
  position: relative; }
  /* line 1187, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
  .contenidospatrocinados .nav_article h3[itemprop="articleSection"] {
    background: #eee;
    font-family: "Roboto" !important;
    font-weight: bold !important;
    color: #333 !important;
    font-size: 11px !important;
    padding: 8px 12px !important;
    display: inline-block !important;
    margin: auto !important;
    text-align: center !important;
    border-radius: 6px;
    line-height: 1 !important; }
    /* line 1199, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .contenidospatrocinados .nav_article h3[itemprop="articleSection"] a {
      color: #333 !important;
      font-weight: 300 !important; }
    /* line 1203, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
    .contenidospatrocinados .nav_article h3[itemprop="articleSection"] span {
      font-weight: bold !important; }

/* line 1212, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ads.scss */
article.patrocinado .patrocinador {
  padding: 0 !important;
  color: #656565 !important; }

/* Ads */
/* PIE PAGINA */
/* line 3, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
#footer {
  background: #fff; }
  /* line 8, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
  #footer footer {
    text-align: center;
    font-size: 1em;
    margin: 0;
    color: #999;
    background: none;
    float: none !important;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    /* Cliches de encabezado */
    /* Listas */
    /* promo */
    /*  links */
    /* Promociones */
    /* Legal */ }
    @media (max-width: 767px) {
      /* line 8, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer footer {
        padding: 0 !important; } }
    /* line 21, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
    #footer footer .container {
      background: #222;
      box-shadow: 0px 0px 10px #ebebeb !important;
      padding-top: 0;
      padding-bottom: 0; }
      /* line 26, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer footer .container > .row {
        padding: 20px;
        border-bottom: 1px solid #444; }
        /* line 29, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer footer .container > .row:last-child {
          border: none; }
        @media (max-width: 767px) {
          /* line 30, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
          #footer footer .container > .row > div {
            margin-bottom: 13.33333px; }
            /* line 34, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
            #footer footer .container > .row > div:last-child {
              margin-bottom: 0; } }
    @media (max-width: 1019px) and (min-width: 768px) {
      /* line 41, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer footer > .container {
        width: auto !important; } }
    /* line 46, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
    #footer footer a {
      color: #999; }
      /* line 48, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer footer a:hover {
        color: white; }
    /* line 54, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
    #footer footer h4 {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bold;
      font-size: 13px;
      text-align: left;
      display: block;
      text-transform: uppercase;
      color: #ccc;
      width: 100%;
      padding: 0; }
    /* line 68, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
    #footer footer dl {
      text-align: left;
      margin: 0;
      padding: 0;
      min-height: 1%;
      overflow: hidden; }
      /* line 74, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer footer dl dd {
        padding: 5px 0;
        font-weight: normal;
        font-size: .9em;
        font-family: "Roboto Condensed", sans-serif; }
        /* line 79, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer footer dl dd a {
          color: #a6a6a6;
          font-weight: 300; }
          /* line 82, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
          #footer footer dl dd a:hover {
            text-decoration: none;
            color: #ccc; }
    /* line 91, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
    #footer footer .promo {
      text-align: left; }
      /* line 93, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer footer .promo figure {
        width: 100%; }
        /* line 95, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer footer .promo figure img {
          max-width: 100%; }
      /* line 99, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer footer .promo h3 {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 15px; }
        /* line 102, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer footer .promo h3 a {
          font-weight: bold !important;
          color: #ccc !important;
          line-height: 1.3 !important; }
    /* line 111, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
    #footer footer .links {
      text-align: left; }
      /* line 113, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer footer .links a {
        font-size: 20px;
        padding: 5px;
        display: inline-block;
        color: #727272; }
        /* line 118, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer footer .links a span {
          display: inline-block;
          font-weight: 300;
          font-size: 14px;
          padding-left: 5px; }
        /* line 124, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer footer .links a:hover {
          text-decoration: none;
          color: #999; }
      @media (min-width: 1020px) {
        /* line 129, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer footer .links.app {
          margin-top: 25px; } }
      /* line 132, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer footer .links.app a {
        display: block;
        padding: 0; }
        @media (max-width: 767px) {
          /* line 132, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
          #footer footer .links.app a {
            display: inline-block;
            padding: 0 5px; } }
    /* line 145, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
    #footer footer .promociones {
      background: #ebebeb;
      /* Articulos promocion */ }
      /* line 149, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer footer .promociones .row {
        margin: 0 !important; }
      /* line 151, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer footer .promociones h4 {
        color: #444;
        margin-bottom: 20px; }
      /* line 157, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer footer .promociones article {
        min-height: 1%;
        overflow: hidden; }
        /* line 161, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer footer .promociones article figure img {
          width: 100%; }
        /* line 162, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer footer .promociones article figure figcaption {
          display: none; }
        /* line 164, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer footer .promociones article h2 {
          font-size: 18px;
          font-weight: bold;
          text-align: left;
          margin: 0; }
          /* line 169, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
          #footer footer .promociones article h2 a {
            color: #444; }
    /* line 176, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
    #footer footer .legal {
      margin: 0;
      padding: 0;
      color: #ccc;
      font-size: .8em;
      font-weight: 300; }
      /* line 182, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer footer .legal li {
        list-style: none;
        display: inline-block;
        margin: 0 5px; }
        @media (max-width: 767px) {
          /* line 186, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
          #footer footer .legal li.copy {
            display: block;
            margin-bottom: 10px; } }
        /* line 192, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer footer .legal li.copy #copy_more {
          cursor: pointer; }
        /* line 196, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer footer .legal li.dir {
          color: #999;
          width: 80%;
          margin: 5px auto; }
        /* line 201, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer footer .legal li img {
          margin-top: -4px;
          padding-right: 3px; }
  /* line 211, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
  #footer .sellos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end; }
    /* line 218, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
    #footer .sellos .autocontrol {
      text-align: left;
      display: block;
      margin: 0;
      padding: 10px; }
      @media (max-width: 767px) {
        /* line 218, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
        #footer .sellos .autocontrol {
          text-align: center !important; } }
      /* line 227, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer .sellos .autocontrol small {
        color: #666;
        display: block;
        font-weight: 300;
        margin-bottom: 5px;
        font-size: 11px; }
      /* line 234, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer .sellos .autocontrol img {
        max-height: 60px; }
      /* line 237, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer .sellos .autocontrol:hover {
        text-decoration: none !important; }
    /* line 242, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
    #footer .sellos .confianzaonline {
      padding: 10px; }
      /* line 244, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_footer.scss */
      #footer .sellos .confianzaonline img {
        max-height: 60px; }

/* Footer */
/* Clase para metas IOS / Android */
/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue',sans-serif;
  background: -webkit-linear-gradient(top, #f4f4f4 0, #cdcdcd 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner .sb-container {
  margin: 0 auto; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  font-family: ArialRoundedMTBold,Arial;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #c5c5c5;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner .sb-button, #smartbanner .sb-info {
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  position: absolute; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaa; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner.no-icon .sb-icon {
  display: none; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner .sb-info {
  left: 98px;
  top: 18px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  color: #6a6a6a; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner .sb-info > span {
  display: block; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner .sb-button {
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #6a6a6a;
  background: -webkit-linear-gradient(top, #efefef 0, #dcdcdc 100%);
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner .sb-button:active, #smartbanner .sb-button:hover {
  background: -webkit-linear-gradient(top, #dcdcdc 0, #efefef 100%); }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0.2) 100%);
  border-radius: 10px 10px 12px 12px; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner.android {
  background: #eee;
  border-top: none;
  box-shadow: none; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #fff;
  background: #888;
  text-shadow: none;
  box-shadow: none; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner.android .sb-close:active {
  color: #eee; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner.android .sb-info {
  color: #666;
  text-shadow: none; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner.android .sb-info strong {
  color: #333; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner.android .sb-button {
  min-width: 12%;
  border: none;
  padding: 1px;
  color: #fff;
  background: 0 0;
  border-radius: 0;
  box-shadow: none; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner.android .sb-button span {
  text-align: center;
  display: block;
  padding: 0 10px;
  background: #E42644 !important;
  text-transform: none;
  text-shadow: none;
  box-shadow: none; }

/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_smartBanner.scss */
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
  background: 0 0; }

/* Banner app */
/* NEW STYLE */
/* Embeds in articles */
/* line 5, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_embeds.scss */
.text .embed {
  text-align: center;
  width: 100%;
  display: block;
  margin: 15px 0;
  float: left;
  clear: both;
  /* Twitter */
  /* Instagram */
  /* Facebook */
  /* MEDIA EMBEDS */
  /* OLD STYLE SUPPPORT */ }
  /* line 14, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_embeds.scss */
  .text .embed .twitter-tweet {
    margin: 0 auto;
    width: 500px;
    max-width: 100% !important;
    text-align: left;
    position: relative; }
  /* line 23, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_embeds.scss */
  .text .embed .instagram-media {
    margin: 0 auto !important;
    width: 500px !important;
    max-width: 100% !important; }
  /* line 30, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_embeds.scss */
  .text .embed .fb-post {
    margin: 0 auto;
    width: 500px;
    max-width: 100% !important; }
  /* line 39, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_embeds.scss */
  .text .embed .by16and9 {
    position: relative;
    width: 100%;
    clear: both;
    float: left; }
    /* line 45, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_embeds.scss */
    .text .embed .by16and9:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    /* line 52, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_embeds.scss */
    .text .embed .by16and9 > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* Embeds */
/* SPORTS */
/* line 3, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
.sports.home header {
  padding: 15px !important;
  margin: 10px 0 !important;
  background-size: cover !important; }
  @media (max-width: 1019px) {
    /* line 3, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
    .sports.home header {
      background-position: -200px 0 !important; } }
  /* line 14, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
  .sports.home header .btn-login {
    background: none; }
    /* line 16, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
    .sports.home header .btn-login > * {
      color: #fff !important; }
    /* line 17, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
    .sports.home header .btn-login .icon_user > span i {
      color: #fff !important; }
  /* line 20, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
  .sports.home header .sports-social {
    background: rgba(0, 0, 0, 0.6);
    display: block;
    border-radius: 6px;
    padding: 5px;
    float: right;
    text-align: center;
    margin: 0 0 5px 0;
    font-size: 12px;
    font-weight: 300;
    color: #e5e5e5 !important;
    width: 120px; }
    /* line 32, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
    .sports.home header .sports-social i {
      font-size: 17px;
      color: #fff !important;
      padding-right: 5px; }
  /* line 41, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
  .sports.home header nav {
    border: none !important; }
    /* line 45, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
    .sports.home header nav ul li a {
      color: #fff !important;
      background: none !important; }
  /* line 52, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
  .sports.home header .logo {
    text-align: center;
    padding-bottom: 20px; }
    /* line 55, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
    .sports.home header .logo img {
      max-height: 135px;
      max-width: 100%; }
  /* line 60, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
  .sports.home header .head {
    padding-top: 0 !important; }
    /* line 62, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
    .sports.home header .head:before {
      opacity: 0 !important; }
  /* line 66, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
  .sports.home header .head-utils {
    margin-bottom: 0 !important; }
  /* line 70, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
  .sports.home header #btn_menu_site .icon-bar {
    background-color: #fff !important; }
  /* line 73, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
  .sports.home header #btn_menu_site:hover {
    background: none !important;
    opacity: .9; }

/* line 82, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
.link_sports {
  color: #fff !important; }

/* line 84, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
.sports.home header nav {
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important; }
  /* line 86, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
  .sports.home header nav ul li a {
    color: #fff !important;
    font-weight: 300 !important; }

/* Torre */
/* line 93, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
header.torre-de-marathon {
  background-image: url(https://i.avoz.es/assets/themes/lvdg2017/images/header-torre2019_2.jpg) !important; }

/* line 100, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
.detail.torremarathon .nav_article h3[itemprop="articleSection"] a {
  background: url(https://i.avoz.es/assets/themes/lvdg2017/images/cliche_torre_4.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -999px !important;
  height: 45px;
  width: 240px;
  display: block; }

/* line 115, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
.detail.subscribers.torremarathon .nav_article h3 + span {
  margin-bottom: -5px; }

/* Grada */
/* line 120, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
header.grada-de-rio {
  background-image: url(http://www.lavozdegalicia.es/assets/themes/lvdg2017/images/header-grada2019.jpg) !important; }

/* line 129, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
.detail.gradario .nav_article h3[itemprop="articleSection"] a {
  background: url(/assets/themes/lvdg2017/images/logosEquipos/md/grada-de-rio.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999px !important;
  height: 45px;
  width: 150px;
  display: block; }

/* andarmuidino */
/* line 142, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
header.andarmiudino, header.obradoiro {
  background-image: url(/assets/themes/lvdg2017/images/obra.jpg) !important; }

/* line 149, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
.detail.andarmiudino .nav_article h3[itemprop="articleSection"] a, .detail.obradoiro .nav_article h3[itemprop="articleSection"] a, .detail.andar-miudino .nav_article h3[itemprop="articleSection"] a {
  background: url(/assets/themes/lvdg2017/images/logosEquipos/md/obradoiro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -999px !important;
  height: 45px;
  width: 250px;
  display: block; }

/* forzabreo */
/* line 162, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
header.forzabreo {
  background-image: url(/assets/themes/lvdg2017/images/bg_breo.jpg) !important; }

/* line 169, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
.detail.forzabreo .nav_article h3[itemprop="articleSection"] a {
  background: url(/assets/themes/lvdg2017/images/logosEquipos/md/breogan.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -999px !important;
  height: 50px;
  width: 275px;
  display: block; }

/* Sporting1905 */
/* line 184, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
header.sporting1905 {
  background-image: url(/assets/themes/lvda2017/images/fondosporting.jpg) !important; }

/* line 190, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
.detail.sporting1905 .nav_article h3[itemprop="articleSection"] a {
  background: url(/assets/themes/lvda2017/images/detalle_sporting.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -999px !important;
  height: 45px;
  width: 250px;
  display: block; }

/* Oviedo */
/* line 205, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
header.azulcarbayon {
  background-image: url(/assets/themes/lvda2017/images/fondooviedo.jpg) !important; }

/* line 212, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
.detail.azulcarbayon .nav_article h3[itemprop="articleSection"] a {
  background: url(/assets/themes/lvda2017/images/detalle_oviedo.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -999px !important;
  height: 45px;
  width: 250px;
  display: block; }

/* Móvil */
@media (max-width: 767px) {
  /* line 227, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_sports.scss */
  body.sports #menu {
    display: flex !important; } }

/* sports */
/* AÑADIDO CONTENIDO PREMIUM */
/** .robapaginas {
    position: fixed !important;
} **/
/* line 5, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
#intext-subscription-offer {
  /* width: 78% !important;
    margin:  0 11% !important; */
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  /* line 13, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
  #intext-subscription-offer .blur-effect {
    height: 120px;
    margin-top: -121px !important;
    margin-left: -10px;
    margin-right: -10px;
    position: relative !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0), white); }
    /* line 21, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
    #intext-subscription-offer .blur-effect + .panel-body {
      border-top: 3px solid #B59C57;
      border-radius: 3px; }
  /* line 31, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
  #intext-subscription-offer .panel-body {
    margin: 0% !important;
    text-align: center; }
    /* line 35, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
    #intext-subscription-offer .panel-body .mkt-msg {
      text-align: left;
      float: left !important; }
      /* line 36, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
      #intext-subscription-offer .panel-body .mkt-msg img {
        width: 100%; }
      /* line 40, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
      #intext-subscription-offer .panel-body .mkt-msg h4 {
        font-family: "Merriweather", Georgia, serif;
        font-weight: bolder;
        font-size: 22px;
        line-height: 120%; }
      /* line 47, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
      #intext-subscription-offer .panel-body .mkt-msg p {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        color: #333;
        margin-bottom: 15px; }
    /* line 57, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
    #intext-subscription-offer .panel-body .panel-heading {
      background-color: white !important; }
      /* line 60, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
      #intext-subscription-offer .panel-body .panel-heading .panel-title {
        font-weight: light;
        font-size: 13px !important; }
      /* line 65, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
      #intext-subscription-offer .panel-body .panel-heading a {
        display: block;
        width: 100% !important;
        text-align: left; }
        /* line 69, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
        #intext-subscription-offer .panel-body .panel-heading a strong {
          font-size: 16px; }
        /* line 72, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
        #intext-subscription-offer .panel-body .panel-heading a .glyphicon {
          float: right; }
        /* line 77, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
        #intext-subscription-offer .panel-body .panel-heading a[aria-expanded=true] .glyphicon-menu-down {
          display: none; }
        /* line 78, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
        #intext-subscription-offer .panel-body .panel-heading a[aria-expanded=true] .glyphicon-menu-up {
          display: block; }
        /* line 82, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
        #intext-subscription-offer .panel-body .panel-heading a[aria-expanded=false] .glyphicon-menu-up {
          display: none; }
        /* line 83, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
        #intext-subscription-offer .panel-body .panel-heading a[aria-expanded=false] .glyphicon-menu-down {
          display: block; }
    /* line 89, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
    #intext-subscription-offer .panel-body .offer_logo {
      max-height: 35px; }
    /* line 93, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
    #intext-subscription-offer .panel-body .logo_mas {
      width: auto !important;
      margin: 0 auto; }
    /* line 98, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
    #intext-subscription-offer .panel-body h5 {
      font-size: 30px;
      margin: 10px 0px;
      font-weight: bolder; }
    /* line 105, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
    #intext-subscription-offer .panel-body .btn.btn-primary.btn-lg {
      background-color: #e42644;
      border: none !important;
      margin-top: 15px !important; }
      /* line 110, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
      #intext-subscription-offer .panel-body .btn.btn-primary.btn-lg:hover {
        background-color: #b9273e !important; }
    /* line 115, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
    #intext-subscription-offer .panel-body .panel-collapse {
      background-color: #f5f5f5 !important; }
    /* line 120, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
    #intext-subscription-offer .panel-body ul {
      padding: 0 0 0 15px; }
      /* line 122, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
      #intext-subscription-offer .panel-body ul li {
        text-align: left; }
  /* line 130, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
  #intext-subscription-offer .panel-footer {
    margin: 0% !important; }
    /* line 132, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
    #intext-subscription-offer .panel-footer p {
      text-align: center !important;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      margin-bottom: 0px !important; }
      /* line 136, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
      #intext-subscription-offer .panel-footer p a {
        color: #000 !important; }

/* line 148, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
#premium_content_list {
  display: block !important; }
  /* line 154, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
  #premium_content_list .panel-heading {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #000;
    background-color: #fff;
    text-align: center;
    margin: 0 30px; }
  /* line 163, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
  #premium_content_list .carousel-mode {
    margin: 15px 15px !important; }
    /* line 166, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
    #premium_content_list .carousel-mode button[class|=flickity] {
      background-color: #000;
      width: 35px !important;
      height: 35px !important;
      border-radius: 5px !important;
      opacity: 0.8;
      filter: alpha(opacity=80); }
      /* line 175, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
      #premium_content_list .carousel-mode button[class|=flickity][aria-label=previous] {
        margin-left: -25px !important; }
      /* line 179, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
      #premium_content_list .carousel-mode button[class|=flickity][aria-label=next] {
        margin-right: -25px !important; }
    /* line 189, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
    #premium_content_list .carousel-mode article h2[itemprop=headline] {
      font-size: !important;
      font-weight: 400 !important;
      line-height: 1.3 !important;
      font-size: 17px !important; }

@media (min-width: 768px) {
  /* line 205, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
  #intext-subscription-offer {
    width: 86% !important;
    margin: 0 0 0 7% !important; }
  /* line 210, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
  #premium_content_list {
    width: 86% !important;
    margin: 20px 0 20px 7% !important;
    padding: 0; } }

@media (max-width: 767px) {
  /* line 219, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
  #intext-subscription-offer {
    width: 94% !important;
    margin: 0  0 0 3% !important; }
  /* line 224, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
  #premium_content_list {
    width: 94% !important;
    display: block !important;
    margin: 20px  0 20px 3% !important;
    margin: 15px !important; }
    /* line 230, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
    #premium_content_list .list-col-xs-9-left article figure {
      float: right !important;
      margin: 0 0 0 15px !important; } }

@media (max-width: 1019px) {
  /* line 243, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_popup.scss */
  .panel-body .mkt-msg {
    text-align: center !important; } }

/* Premium content */
/* @import "../../../newspaper2017/scss/includes/premium_content_detailxxxx";    Premium content V2 */
@media (min-width: 1020px) {
  /* line 4, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  .detail.paywalled main .text > * {
    width: 88.89%; }
  /* line 10, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  .detail.paywalled main .text .data + p {
    max-height: 115px;
    overflow: hidden; } }

@media (max-width: 1019px) {
  /* line 19, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  .detail.paywalled main .text .data + p {
    max-height: 140px;
    overflow: hidden; } }

@media (max-width: 767px) {
  /* line 28, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  .subs-offer-primary, .subs-offer-secondary div[role="tablist"] {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  /* line 33, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  .detail.paywalled main .text .data + p {
    max-height: 115px;
    overflow: hidden; }
  /* line 40, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  #detail-subscription-offer h3 {
    font-family: "Merriweather", Georgia, serif;
    font-style: italic;
    font-weight: bolder;
    font-size: 28px !important; }
    /* line 46, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-offer h3 + hr + p {
      font-size: 18px !important; }
  /* line 60, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  .subs-offer-primary .panel-body ul li {
    font-size: 17px !important;
    padding-bottom: 5px; }
  /* line 66, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  .subs-offer-primary .panel-body small {
    font-size: 11px;
    color: #999; }
  /* line 80, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  .panel-footer p strong {
    display: block; } }

/* line 92, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
.rel_list article {
  padding-top: 20px !important; }

/* line 97, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
.rel_list h3 + .rel article {
  padding-top: 13px !important;
  border-top: 3px double #e2e2e2 !important; }

/* line 106, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
.rel_list.subscribers_content .ladillo_antetitulo {
  text-transform: inherit !important;
  text-align: center;
  color: #000 !important; }
  /* line 111, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  .rel_list.subscribers_content .ladillo_antetitulo hr {
    width: 80px;
    border: 1px solid #B59C56;
    margin-top: 5px;
    margin-bottom: 5px; }
  /* line 118, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  .rel_list.subscribers_content .ladillo_antetitulo small {
    display: block;
    font-size: 18px;
    color: #B59C56; }

/* line 129, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
.rel_list.readers_content .ladillo_antetitulo {
  text-transform: inherit !important;
  text-align: center;
  color: #333;
  font-size: 18px !important;
  font-weight: normal !important; }

/* line 143, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
#detail-subscription-box {
  margin-top: -121px;
  background: transparent !important; }
  /* line 148, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  #detail-subscription-box .container {
    background: transparent !important; }
  /* line 154, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  #detail-subscription-box .blur-effect {
    height: 120px;
    position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, 0), white);
    /*
        & + .panel-body {
            border-top: 3px solid $col-brand-premium;
            border-radius: 3px;            
        }
        */ }
  /* line 172, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  #detail-subscription-box #detail-subscription-offer .panel-heading {
    border-bottom: none; }
    /* line 175, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-box #detail-subscription-offer .panel-heading .min {
      font-size: 11px !important;
      display: none !important; }
    /* line 180, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-box #detail-subscription-offer .panel-heading a {
      width: 100%;
      display: block; }
      /* line 183, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
      #detail-subscription-box #detail-subscription-offer .panel-heading a strong {
        float: right; }
    /* line 189, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-box #detail-subscription-offer .panel-heading .label {
      background-color: #B59C56;
      color: white;
      padding: 4px 8px;
      font-weight: lighter;
      font-size: 14px;
      border-radius: 4px;
      float: right;
      margin: -1px -8px 0 0;
      font-size: 11px; }
  /* line 203, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  #detail-subscription-box #detail-subscription-offer > .panel-heading {
    background: white; }
  /* line 208, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  #detail-subscription-box #detail-subscription-offer h4 {
    font-weight: bolder;
    color: #B59C56; }
  /* line 214, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  #detail-subscription-box #detail-subscription-offer .hr_cl_subscribers {
    width: 80px;
    border: 1px solid #B59C56;
    margin-top: 0px; }
  /* line 220, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  #detail-subscription-box #detail-subscription-offer h3 {
    font-family: "Merriweather", Georgia, serif;
    font-style: italic;
    font-weight: bolder;
    font-size: 35px; }
    /* line 226, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-box #detail-subscription-offer h3 + hr + p {
      font-family: "Merriweather", Georgia, serif;
      font-style: italic;
      font-size: 23px; }
  /* line 234, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  #detail-subscription-box #detail-subscription-offer p {
    font-size: 18px; }
  /* line 242, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  #detail-subscription-box #detail-subscription-offer .subs-offer-primary .panel-heading {
    background-color: white; }
  /* line 246, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  #detail-subscription-box #detail-subscription-offer .subs-offer-primary .panel-body {
    background-color: #ebebeb; }
    /* line 250, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-box #detail-subscription-offer .subs-offer-primary .panel-body ul {
      list-style: none;
      margin: 5px 0px 10px 0px;
      padding: 0px;
      text-align: center; }
      /* line 257, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
      #detail-subscription-box #detail-subscription-offer .subs-offer-primary .panel-body ul li {
        font-size: 20px;
        font-weight: lighter;
        padding-bottom: 5px; }
    /* line 265, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-box #detail-subscription-offer .subs-offer-primary .panel-body .price strong {
      font-size: 40px;
      text-decoration: line-through; }
    /* line 270, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-box #detail-subscription-offer .subs-offer-primary .panel-body .price small {
      font-size: 20px;
      font-weight: lighter; }
    /* line 276, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-box #detail-subscription-offer .subs-offer-primary .panel-body .btn {
      background: #B59C56 !important;
      color: white;
      font-weight: bolder !important;
      font-size: 22px !important; }
    /* line 283, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-box #detail-subscription-offer .subs-offer-primary .panel-body small {
      font-size: 14px;
      color: #444; }
  /* line 293, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  #detail-subscription-box #detail-subscription-offer .subs-offer-secondary {
    padding: 0px !important; }
    /* line 299, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-box #detail-subscription-offer .subs-offer-secondary .panel + .panel {
      margin-top: 12px; }
    /* line 305, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-box #detail-subscription-offer .subs-offer-secondary .panel .panel-heading a {
      color: #000;
      font-weight: lighter; }
      /* line 310, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
      #detail-subscription-box #detail-subscription-offer .subs-offer-secondary .panel .panel-heading a span[class*="glyphicon-menu"] {
        margin-botton: -10px !important;
        margin-left: -5px !important;
        margin-right: 10px;
        display: block;
        float: left;
        font-weight: lighter !important;
        color: #ccc !important;
        position: relative;
        font-size: 12px !important; }
      /* line 323, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
      #detail-subscription-box #detail-subscription-offer .subs-offer-secondary .panel .panel-heading a[aria-expanded=true] .glyphicon-menu-down {
        display: none; }
      /* line 324, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
      #detail-subscription-box #detail-subscription-offer .subs-offer-secondary .panel .panel-heading a[aria-expanded=true] .glyphicon-menu-up {
        display: inline-block; }
      /* line 328, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
      #detail-subscription-box #detail-subscription-offer .subs-offer-secondary .panel .panel-heading a[aria-expanded=false] .glyphicon-menu-up {
        display: none; }
      /* line 329, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
      #detail-subscription-box #detail-subscription-offer .subs-offer-secondary .panel .panel-heading a[aria-expanded=false] .glyphicon-menu-down {
        display: inline-block; }
    /* line 336, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-box #detail-subscription-offer .subs-offer-secondary .panel .panel-body {
      padding-bottom: 5px; }
      /* line 341, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
      #detail-subscription-box #detail-subscription-offer .subs-offer-secondary .panel .panel-body ul li {
        font-size: 15px;
        padding-bottom: 5px; }
      /* line 347, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
      #detail-subscription-box #detail-subscription-offer .subs-offer-secondary .panel .panel-body .btn {
        background: #666 !important;
        color: white; }
      /* line 352, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
      #detail-subscription-box #detail-subscription-offer .subs-offer-secondary .panel .panel-body small {
        font-size: 11px;
        color: #999; }
  /* line 363, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
  #detail-subscription-box #detail-subscription-offer .panel-footer {
    background-color: white;
    border-top-style: dotted; }
    /* line 366, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_premium_content_detail_cor_v2.scss */
    #detail-subscription-box #detail-subscription-offer .panel-footer p {
      font-size: 16px;
      margin-bottom: 0px; }

/* Premium content V2 */
/* @import "../../../newspaper2017/scss/includes/premium_content_detail_cor";    /* Premium content V3  (Coronavirus 1 oferta) */
/* INTERFACE COMPLEMENTS */
/* MENU IN / OUT */
/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
nav {
  /* Gerneric Style for vertical navbars */ }
  /* line 4, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
  nav .navbar-collapse.collapse {
    display: none !important; }
    /* line 6, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav .navbar-collapse.collapse.in {
      display: block !important; }
  /* line 13, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
  nav.hor_menu {
    top: 0;
    bottom: 0;
    position: fixed;
    min-height: 100%;
    text-align: left;
    width: 275px;
    z-index: 1000000;
    background: #333;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    will-change: transform;
    /* Gerneric Style for vertical navbars */ }
    /* line 86, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    nav.hor_menu::-webkit-scrollbar {
      width: 5px;
      height: 5px;
      opacity: .5; }
    /* line 91, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    nav.hor_menu::-webkit-scrollbar-button:start:decrement, nav.hor_menu::-webkit-scrollbar-button:end:increment {
      display: block;
      height: 0;
      background-color: transparent; }
    /* line 97, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    nav.hor_menu::-webkit-scrollbar-track-piece {
      background-color: #333;
      -webkit-border-radius: 0;
      -webkit-border-bottom-right-radius: 8px;
      -webkit-border-bottom-left-radius: 8px; }
    /* line 103, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    nav.hor_menu::-webkit-scrollbar-thumb:vertical {
      height: 50px;
      background-color: #222;
      -webkit-border-radius: 8px; }
    /* line 108, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    nav.hor_menu::-webkit-scrollbar-thumb:horizontal {
      width: 50px;
      background-color: #999;
      -webkit-border-radius: 8px; }
    /* line 33, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav.hor_menu .nav {
      margin: 0;
      padding: 10px;
      border-top: none !important;
      border-bottom: 1px solid #454545;
      /* background: white; */
      /* Special suscribe button */ }
      /* line 43, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      nav.hor_menu .nav .btn-subscribe {
        background: #e42644 !important;
        color: white !important;
        width: 100%;
        padding: 5px 5px 5px 5px !important;
        border-color: #e42644 !important; }
    /* line 59, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav.hor_menu .navbar {
      display: block !important;
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 0;
      border: none !important; }
      /* line 67, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      nav.hor_menu .navbar .nav {
        margin: 0;
        padding: 10px;
        border-top: none !important;
        border-bottom: 1px solid #454545; }
        /* line 73, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
        nav.hor_menu .navbar .nav .cliche {
          font-size: 15px;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 300;
          text-transform: uppercase;
          margin: 15px 0 5px 10px;
          padding: 0;
          color: #999;
          text-align: left; }
        /* line 84, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
        nav.hor_menu .navbar .nav dt {
          font-weight: normal; }
        /* line 86, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
        nav.hor_menu .navbar .nav dd {
          font-size: 16px;
          padding: 10px;
          color: #444;
          min-height: 1%;
          overflow: hidden; }
          /* line 94, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
          nav.hor_menu .navbar .nav dd .select {
            text-transform: uppercase; }
          /* line 96, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
          nav.hor_menu .navbar .nav dd a {
            color: #fff;
            text-transform: none;
            background-color: transparent;
            padding: 0px;
            min-height: 1%;
            overflow: hidden;
            display: inline-block;
            float: left; }
            /* line 105, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
            nav.hor_menu .navbar .nav dd a.dropdown-toggle {
              margin-left: 8px;
              font-size: 1.3em;
              line-height: 100%; }
          /* line 112, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
          nav.hor_menu .navbar .nav dd:hover, nav.hor_menu .navbar .nav dd:active, nav.hor_menu .navbar .nav dd:focus {
            background: rgba(0, 0, 0, 0.15);
            color: #fff; }
          /* line 118, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
          nav.hor_menu .navbar .nav dd.lista a {
            float: left; }
            /* line 120, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
            nav.hor_menu .navbar .nav dd.lista a.dropdown-toggle {
              margin-left: 0;
              font-size: 1em; }
          /* line 127, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
          nav.hor_menu .navbar .nav dd.open {
            background: rgba(0, 0, 0, 0.15); }
            /* line 129, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
            nav.hor_menu .navbar .nav dd.open li, nav.hor_menu .navbar .nav dd.open a {
              background: none !important; }
            /* line 132, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
            nav.hor_menu .navbar .nav dd.open .dropdown-menu {
              display: block;
              position: relative;
              width: 100%;
              box-shadow: none;
              background: none;
              /* padding: 15px 10px 0 10px; */
              padding: 0;
              margin: 0;
              border-radius: 0;
              /*
							border: none;
							float: none;
							clear: both;
                            */ }
              /* line 147, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
              nav.hor_menu .navbar .nav dd.open .dropdown-menu a {
                color: #444; }
                /* line 149, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
                nav.hor_menu .navbar .nav dd.open .dropdown-menu a:hover {
                   color: #fff; }

/* line 167, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
.menu_site_active,
.menu_user_active {
  /* Layer */ }
  /* line 171, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
  .menu_site_active .layer,
  .menu_user_active .layer {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background: black;
    z-index: 999999;
    opacity: .5; }

/* MENU */
/* line 190, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
nav#menu_site {
  left: -300px; }
  /* line 196, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
  nav#menu_site .navbar .nav {
    /* Formulario localidad */
    /* Search */
    /* Redes sociales */
    /* Mas sitios */ }
    /* line 199, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav#menu_site .navbar .nav dd a {
      color: #e5e5e5 !important; }
    /* line 200, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav#menu_site .navbar .nav dd .btn-group-lang {
      width: 100% !important;
      background: #444;
      border-color: #555 !important;
      color: #ccc !important;
      text-align: center;
      border-radius: 4px;
      padding: 3px 0; }
      /* line 208, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      nav#menu_site .navbar .nav dd .btn-group-lang button {
        background: none !important;
        border: none !important;
        color: #ccc !important; }
    /* line 214, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav#menu_site .navbar .nav dd .btn-gal {
      position: relative;
      padding-right: 40px; }
    /* line 219, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav#menu_site .navbar .nav dd .btn-gal::after {
      content: " ";
      position: absolute;
      top: 6px;
      right: 5px;
      display: block;
      height: 17px;
      width: 25px;
      border: 1px solid #ebebeb;
      background-position: center;
      clear: none;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAeCAMAAACPKmerAAAAA3NCSVQICAjb4U/gAAAAaVBMVEUAksjg8/lqwuAzq9XJ6fQAmcyV1Or///8PnM5KtNp8yuWi2ewAlsvW7/dWutzp9/s/sNcJmsyJz+cXn8+a1utOttvQ7Paq3e7d8vgIlM4UodCEzubm9frt+PxSuNs6rtdavN1Ctdan2+2/LJTsAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAANZJREFUOI2V1NkOgjAQheEqy1EoOyhhNb7/Q4qgMlXhQG+aNF/+zE1HOePRHrYcNWknObY7tKOy6wat31yrW0R19akP+TvTba3VnA+bdQ3Y1jyOynyiAU/mu5X8qGH3In9azqvXbUxfHIjGxcjnRANpIvLnkmgEscy7RPO8qc188pNX3w+uzMcB0SjPMp8SPeRPS/l/ejn/VwO5zPcXonEoRF7XRAO+kbeJRtPJvEf0kM9E3rKJRhMa07frGrhn4pdXTCO6ySXCNHCd8xs02mOyQz+XwqQfREUmTS3CFZwAAAAASUVORK5CYII="); }
    /* line 235, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav#menu_site .navbar .nav dd.dropdown.open .dropdown-menu {
      border: none !important; }
    /* line 238, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav#menu_site .navbar .nav .fa-circle {
      font-size: 13px;
      color: #444;
      padding-right: 8px; }
    /* line 244, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav#menu_site .navbar .nav .active .fa-circle {
      color: #e42644; }
    /* line 250, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav#menu_site .navbar .nav form.localidad {
      display: block;
      border: none; }
      /* line 253, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      nav#menu_site .navbar .nav form.localidad .form-control, nav#menu_site .navbar .nav form.localidad .twitter-typeahead {
        width: auto;
        display: inline-block;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        float: left; }
      /* line 260, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      nav#menu_site .navbar .nav form.localidad button {
        width: 20%;
        display: inline-block;
        height: 34px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    /* line 271, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav#menu_site .navbar .nav.search {
      background: #222;
      border: none;
      padding: 10px; }
      /* line 276, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      nav#menu_site .navbar .nav.search dd input[type="text"] {
        border: none;
        background: none;
        width: 80%;
        display: inline-block;
        color: #fff; }
      /* line 283, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      nav#menu_site .navbar .nav.search dd button {
        background: none;
        border: none;
        display: inline-block;
        color: #fff;
        padding: 0; }
    /* line 293, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav#menu_site .navbar .nav.social {
      text-align: left;
      border-top: 1px solid #454545;
      border-bottom: 1px solid #454545; }
      /* line 297, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      nav#menu_site .navbar .nav.social dd {
        display: inline-block;
        padding: 0; }
        /* line 300, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
        nav#menu_site .navbar .nav.social dd .cliche {
          margin-right: 10px; }
        /* line 301, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
        nav#menu_site .navbar .nav.social dd a {
          border-radius: 12px;
          font-size: 20px;
          padding: 5px 8px !important;
          display: block; }
    /* line 310, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    nav#menu_site .navbar .nav.sites {
      border-bottom: 1px solid #454545; }
      /* line 312, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      nav#menu_site .navbar .nav.sites li {
        font-size: 16px; }

/*************************/
/****** OPEN MENU ********/
/*************************/
/* line 327, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
.menu_site_active #menu_site {
  display: block;
  left: 0;
  /* Animation */
  will-change: transform;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  box-shadow: 5px 0 10px -5px black; }

/* Menu user */
/* line 340, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
#menu_user {
  right: -300px;
  /* Perfil de usuario */
  /*
	dd {
		text-transform: none;
		min-height: 1%;
		overflow: hidden;
		> span {
			line-height: 30px;
			float: left;
			display: block;
			width: 140px;
		}
	}
	*/
  /* Pestanas */
  /* Opciones */
  /* Menciones */
  /* Favoritos */ }
  /* line 346, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
  #menu_user .user_profile {
    float: left;
    width: 100%; }
    /* line 351, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    #menu_user .user_profile figure {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 15px; }
      /* line 357, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      #menu_user .user_profile figure img {
        width: 100%; }
    /* line 360, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    #menu_user .user_profile h3 {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 14px;
      color: #999;
      margin: 5px 0; }
      /* line 365, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      #menu_user .user_profile h3 a {
        color: white;
        border-bottom: 1px dotted white;
        text-decoration: none;
        float: none;
        display: inline; }
    /* line 375, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    #menu_user .user_profile .btn {
      background: #337ab7;
      font-size: 10px; }
  /* line 396, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
  #menu_user .nav-tabs {
    border: 1px solid #454545 !important;
    border-radius: 4px;
    margin: 15px 15px 0 15px;
    overflow: hidden;
    padding: 0 !important; }
    /* line 402, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    #menu_user .nav-tabs li {
      width: 50%;
      margin: 0;
      padding: 0;
      border: 0;
      float: left; }
      /* line 408, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      #menu_user .nav-tabs li a {
        border: none !important;
        padding: 7.5px;
        width: 100%;
        text-align: center; }
        /* line 413, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
        #menu_user .nav-tabs li a:hover {
          background: #444 !important;
          color: #222 !important; }
      /* line 418, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      #menu_user .nav-tabs li.active {
        background: #444; }
        /* line 420, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
        #menu_user .nav-tabs li.active a {
          color: #222 !important; }
      /* line 422, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      #menu_user .nav-tabs li:hover {
        background: #444 !important; }
        /* line 424, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
        #menu_user .nav-tabs li:hover a {
          color: #222 !important; }
  /* line 432, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
  #menu_user .user_preferences {
    /* Tamano de la fuente de texto */ }
    /* line 437, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    #menu_user .user_preferences .font_sizes dd {
      padding: 0; }
    /* line 439, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    #menu_user .user_preferences .font_sizes a {
      background: rgba(0, 0, 0, 0.3);
      padding: 4px !important;
      display: inline-block;
      text-align: center;
      width: 25px;
      height: 25px;
      font-weight: bold;
      color: #666;
      margin: 0 2px;
      font-family: Arial;
      border-radius: 4px; }
      /* line 452, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      #menu_user .user_preferences .font_sizes a.small {
        font-size: 12px;
        line-height: 20px; }
      /* line 457, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      #menu_user .user_preferences .font_sizes a.normal {
        font-size: 16px;
        line-height: 20px; }
      /* line 462, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      #menu_user .user_preferences .font_sizes a.large {
        font-size: 21px;
        line-height: 20px; }
      /* line 467, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      #menu_user .user_preferences .font_sizes a.active {
        color: #fff; }
  /* line 475, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
  #menu_user .menciones {
    border: none; }
    /* line 478, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    #menu_user .menciones .cliche {
      position: relative; }
      /* line 480, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      #menu_user .menciones .cliche span.label {
        background: #E42644;
        text-transform: none;
        top: -1px;
        position: absolute;
        display: inline-block;
        margin-left: 5px; }
    /* line 490, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    #menu_user .menciones dd {
      /*  padding-left: 30px !important; */
      /*
			&:before {
				content: "\e111";
				position: absolute;
				font-family:"Glyphicons Halflings";
				top: 14px;
				left: 8px;
				font-size: 13px;
		    }
		    */ }
      /* line 502, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      #menu_user .menciones dd a {
        display: inline; }
  /* line 508, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
  #menu_user .favoritos {
    border: none; }
    /* line 512, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
    #menu_user .favoritos dd {
      padding-left: 30px !important; }
      /* line 514, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      #menu_user .favoritos dd:before {
        content: "\e006";
        position: absolute;
        font-family: "Glyphicons Halflings";
        top: 13px;
        left: 8px;
        font-size: 15px; }
      /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
      #menu_user .favoritos dd a {
        display: block; }

/* line 532, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_menu.scss */
.menu_user_active #menu_user {
  display: block;
  left: auto;
  right: -300px;
  /* Animation */
  will-change: transform;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  box-shadow: -5px 0 10px -5px black; }

/* Menu */
/* line 1, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_rating.scss */
.stars-rating {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 15px;
  padding: 7.5px 0;
  font-size: 16px; }
  /* line 9, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_rating.scss */
  .stars-rating h6 {
    font-size: 16px;
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
    display: inline; }
    /* line 15, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_rating.scss */
    .stars-rating h6:after {
      content: ': '; }
  /* line 21, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_rating.scss */
  .stars-rating .stars {
    display: inline; }
    /* line 25, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_rating.scss */
    .stars-rating .stars .star {
      border: none;
      padding: 0 1.75px;
      color: #ccc;
      text-align: center;
      background: white;
      font-size: 17.5px;
      line-height: 17.5px;
      position: relative;
      top: 1.75px; }
      /* line 35, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_rating.scss */
      .stars-rating .stars .star.on {
        color: #FC0; }
      /* line 36, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_rating.scss */
      .stars-rating .stars .star:hover {
        color: #d2691e; }
  /* line 51, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_rating.scss */
  .stars-rating .votes {
    top: 0px;
    padding: 0;
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-weight: 300; }
  /* line 61, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_rating.scss */
  .stars-rating .bestRating:before {
    content: "/"; }

/*
.stars-rating {

	margin: 2px 0;
	font-size: 24px;
	color: $gray-light;

	.star {
		padding: 0;
		color: $gray-light;
		border: none;
		background: transparent;

		&.on {color: #ffbf00;}

		&:hover {
			color: #d2691e;
		}

	}

	.reviewCount, .bestRating, .ratingValue {
		position: relative;
		top: -2px;
		display: inline-block;
	}

	.bestRating {
		&:before {content: "/";}
	}

}
*/
/* Rating */
/* line 65, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_profile.scss */
.box.profiles {
  min-height: auto !important;
  border: none !important;
  margin: auto !important;
  background: #f4f4f4 !important;
  box-shadow: none !important;
  padding: 15px; }
  /* line 72, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_profile.scss */
  .box.profiles ul {
    margin: 0;
    padding: 0; }
    /* line 75, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_profile.scss */
    .box.profiles ul li {
      list-style: none; }
  /* line 79, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_profile.scss */
  .box.profiles .author {
    display: block;
    min-height: 1%;
    overflow: hidden;
    text-align: center; }
    /* line 84, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_profile.scss */
    .box.profiles .author > .avatar {
      overflow: hidden;
      width: 120px;
      height: 120px;
      display: block;
      margin: auto; }
      /* line 90, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_profile.scss */
      .box.profiles .author > .avatar img {
        border-radius: 50%;
        width: 120px;
        height: 120px; }
    /* line 96, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_profile.scss */
    .box.profiles .author span[itemprop="name"] {
      display: block;
      margin: 10px 0 5px; }
      /* line 99, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_profile.scss */
      .box.profiles .author span[itemprop="name"] a {
        color: #222;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        display: block; }
    /* line 108, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_profile.scss */
    .box.profiles .author span[itemprop="description"] {
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      color: #444;
      font-size: .8em;
      display: block;
      margin-bottom: 10px; }
    /* line 116, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_profile.scss */
    .box.profiles .author .social {
      display: block; }
      /* line 118, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_profile.scss */
      .box.profiles .author .social a {
        color: #222;
        padding: 0 3px; }

/* Perfil */
/* BOTONES SOCIALES */
/* line 3, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_share_btns.scss */
#social-share {
  width: 100%;
  margin: 0 0 13.33333px 0;
  text-align: center; }
  @media (min-width: 1020px) {
    /* line 3, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_share_btns.scss */
    #social-share {
      width: 11.1%;
      float: left !important;
      margin-right: -11.1%;
      text-align: center;
      padding: 0;
      z-index: 9; } }
  /* line 17, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_share_btns.scss */
  #social-share .btn {
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 0 2px;
    font-size: 18px;
    text-align: center;
    line-height: 50%;
    border: none;
    background: #252525;
    color: #fff;
    padding: 0; }
    /* line 18, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_share_btns.scss */
    #social-share .btn .txt, #social-share .btn .num {
      display: none !important; }
    /* line 36, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_share_btns.scss */
    #social-share .btn.btn-facebook {
      background: #3B5998;
      color: #fff; }
    /* line 37, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_share_btns.scss */
    #social-share .btn.btn-twitter {
      background: #36B9FF;
      color: #fff; }
    /* line 38, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_share_btns.scss */
    #social-share .btn.btn-comment {
      background: #444;
      color: #fff; }
    /* line 39, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_share_btns.scss */
    #social-share .btn.btn-whatsapp {
      background: #25d366;
      color: #fff; }
    @media (min-width: 1020px) {
      /* line 17, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_share_btns.scss */
      #social-share .btn {
        margin: auto auto 10px auto;
        display: block; } }

/* Share Buttons */
/* PROGRESS BAR */
/* line 2, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_progress_bar.scss */
progress {
  /* Positioning */
  position: relative;
  width: 100%;
  float: left;
  z-index: 1;
  padding: 0;
  margin: 0;
  /* Dimensions */
  width: 100%;
  height: 2px;
  /* Reset the apperance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of the default border in Firefox/Opera. */
  border: none;
  /* For Firefox/IE10+ */
  background-color: #ebebeb;
  /* For IE10+, color of the progress bar */
  color: #e42644; }

/* line 32, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_progress_bar.scss */
progress::-webkit-progress-bar {
  background-color: transparent; }

/* line 36, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_progress_bar.scss */
.flat::-webkit-progress-value {
  background-color: #e42644; }

/* line 40, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_progress_bar.scss */
.flat::-moz-progress-bar {
  background-color: #e42644; }

/* line 44, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_progress_bar.scss */
.single::-webkit-progress-value {
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, transparent, red); }

/* line 49, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_progress_bar.scss */
.single::-moz-progress-bar {
  background-color: transparent;
  background-image: -moz-linear-gradient(left, transparent, red); }

/* line 54, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_progress_bar.scss */
.multiple::-webkit-progress-value {
  background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(left, green, red); }

/* line 61, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_progress_bar.scss */
.multiple::-moz-progress-bar {
  background-image: -moz-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -moz-linear-gradient(left, green, red); }

/* line 68, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_progress_bar.scss */
.progress-container {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  display: block; }

/* line 78, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_progress_bar.scss */
.progress-bar {
  background-color: red;
  width: 100%;
  display: block;
  height: inherit; }

/* Progress bar */
/* BOTONES */
/* line 3, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.btn-primary {
  border: none;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: 500 !important;
  text-transform: uppercase; }
  /* line 11, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .btn-primary:hover {
    background: rgba(0, 0, 0, 0.8) !important; }

/* line 18, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.btn-wrap-comprar {
  width: 100%;
  text-align: center;
  margin-bottom: 0 !important; }

/* line 26, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.btn-comprar {
  background: #e42644 !important;
  border-bottom: 3px solid #d01e3a !important;
  color: #fff !important;
  border-radius: 12px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin: 20px auto 0 auto;
  font-size: 1em !important;
  font-weight: 300; }
  /* line 37, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .btn-comprar:hover {
    opacity: .9; }

/* line 42, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.btn-wrap-comprar + * {
  padding-top: 40px !important;
  margin-top: 40px !important; }
  /* line 46, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .btn-wrap-comprar + *:before {
    content: "";
    display: block;
    width: 86%;
    margin: auto;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    left: 12%; }
    @media (max-width: 767px) {
      /* line 46, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .btn-wrap-comprar + *:before {
        left: 15px;
        right: 15px;
        width: auto; } }

/* Rating */
/* line 67, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
figure .rate {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 10px 10px 110px;
  background: rgba(255, 255, 255, 0.95) url(/assets/themes/lvdg2017/images/amazon-logo.png) 5px 11px no-repeat;
  background-size: auto 70%; }
  /* line 75, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  figure .rate i {
    color: #fbcb1f; }
    /* line 78, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    figure .rate i.gray {
      color: #666; }
  /* line 83, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  figure .rate:hover {
    text-decoration: none !important;
    background: #fff url(/assets/themes/lvdg2017/images/amazon-logo.png) 5px 11px no-repeat;
    background-size: auto 70%; }
  @media (max-width: 767px) {
    /* line 67, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    figure .rate {
      top: auto;
      bottom: 0;
      right: auto;
      display: block; } }

/* top ranking */
/* line 98, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.top_ranking {
  counter-reset: section;
  list-style-type: none; }
  /* line 102, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .top_ranking li {
    position: relative;
    min-height: 1%;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #c5c5c5; }
    @media (min-width: 1020px) {
      /* line 102, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .top_ranking li {
        padding-left: 250px; } }
    /* line 115, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .top_ranking li h3 {
      clear: both;
      margin-top: 0;
      margin-bottom: 20px; }
      /* line 120, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .top_ranking li h3:before {
        counter-increment: section;
        content: counters(section, ".") " ";
        width: 45px;
        height: 45px;
        line-height: 35 px;
        background: #000;
        border-top: 4px solid #e42644;
        color: #fff;
        text-align: center;
        font-family: "Roboto", sans-serif;
        margin-right: 15px;
        display: inline-block;
        font-size: 33px !important; }
      @media (min-width: 1020px) {
        /* line 115, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        .top_ranking li h3 {
          margin-left: -250px; } }
    /* line 141, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .top_ranking li figure {
      float: left;
      width: 30%;
      padding-right: 15px; }
      /* line 146, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .top_ranking li figure img {
        width: 100%; }
      @media (max-width: 767px) {
        /* line 141, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        .top_ranking li figure {
          width: 45%; } }
      @media (min-width: 1020px) {
        /* line 141, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        .top_ranking li figure {
          margin-left: -250px;
          width: 230px;
          padding: 0; } }
    /* line 161, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .top_ranking li .btn-wrap-comprar {
      text-align: left !important;
      width: auto !important; }
      /* line 165, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .top_ranking li .btn-wrap-comprar .btn-comprar {
        font-size: .9em !important;
        margin-top: 10px !important;
        margin-bottom: 0 !important; }
      /* line 172, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .top_ranking li .btn-wrap-comprar + *:before {
        display: none !important; }

/* Tabla */
@media (max-width: 767px) {
  /* line 183, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .event-data {
    width: 100%; } }

/* line 188, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.event-data table {
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 15px;
  border-collapse: separate;
  border-spacing: 4px;
  width: 100%; }
  /* line 196, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .event-data table td {
    background: #f4f4f4;
    padding: 8px 10px; }

/* Relacionado producto */
/* line 240, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.detail .rel-producto {
  margin: 20px 0; }
  /* line 243, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .detail .rel-producto > div {
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    /* line 251, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .detail .rel-producto > div figure {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      padding: 0 !important; }
      @media (min-width: 768px) {
        /* line 251, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        .detail .rel-producto > div figure {
          float: left;
          width: 16.66667%; } }
      @media (max-width: 767px) {
        /* line 251, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        .detail .rel-producto > div figure {
          padding: 0 25px 0 0 !important; } }
      /* line 260, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .detail .rel-producto > div figure img {
        width: 100%;
        max-height: 140px; }
    /* line 266, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .detail .rel-producto > div p {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      font-family: "Roboto Condensed", sans-serif;
      color: #656565;
      font-size: 17px;
      text-align: left !important; }
      @media (min-width: 768px) {
        /* line 266, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        .detail .rel-producto > div p {
          float: left;
          width: 61.11111%; } }
      @media (max-width: 767px) {
        /* line 266, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        .detail .rel-producto > div p {
          display: none !important; } }
    /* line 280, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .detail .rel-producto > div a {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center;
      background: #e42644;
      color: #fff !important;
      padding-top: 7px;
      padding-bottom: 7px;
      font-weight: 300;
      font-size: 15px;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif !important;
      border-radius: 8px;
      border-bottom: 3px solid #c31632 !important; }
      @media (min-width: 768px) {
        /* line 280, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        .detail .rel-producto > div a {
          float: left;
          width: 22.22222%; } }
      /* line 295, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .detail .rel-producto > div a strong {
        display: block; }
      /* line 299, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .detail .rel-producto > div a:hover {
        text-decoration: none !important;
        opacity: .9; }

/* PAGINATION */
/* line 308, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.pagination_wrap {
  margin: auto; }
  /* line 311, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .pagination_wrap .pagination {
    margin: 20px 0 !important; }
    /* line 314, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .pagination_wrap .pagination a {
      color: #888 !important; }
      /* line 317, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .pagination_wrap .pagination a.active {
        background: #444;
        color: #fff !important; }

/* Responsive */
/* Desktop */
/* Boton navegacion movil */
/* line 334, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#mobile_navigation {
  display: none;
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 15px;
  /* Animation */
  will-change: transform;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transform: translateX(20px);
  -webkit-transform: translateX(20px); }
  /* line 342, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #mobile_navigation button {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 7.5px;
    background: #e2e2e2;
    padding: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    cursor: pointer;
    text-align: center;
    border: none; }
    /* line 359, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #mobile_navigation button:focus {
      outline: 0; }
    /* line 363, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #mobile_navigation button span {
      color: #999;
      font-size: 18px;
      font-weight: bolder;
      line-height: 20px;
      width: 20px; }
  /* line 372, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #mobile_navigation.on {
    /* Animation */
    will-change: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px); }

/* Panel compartir */
/* line 380, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#panel_share {
  /* Oculto en escritorio */
  display: none;
  position: fixed;
  left: 0;
  bottom: -600px;
  z-index: 9999;
  padding: 15px;
  background: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }
  /* line 398, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #panel_share.on {
    bottom: 0; }
  /* line 402, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #panel_share .panel_header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 5px 0 10px 0;
    min-height: 1%;
    overflow: hidden; }
    /* line 409, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #panel_share .panel_header a {
      color: #666; }
  /* line 416, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #panel_share .panel_body article {
    min-height: 1%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px; }
    /* line 422, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #panel_share .panel_body article figure {
      float: left;
      width: 30%; }
      /* line 426, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #panel_share .panel_body article figure img {
        width: 100%; }
    /* line 431, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #panel_share .panel_body article h3 {
      float: left;
      width: 70%;
      padding-left: 10px;
      margin: 0;
      font-size: 1em; }
  /* line 440, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #panel_share .panel_body .social_list {
    margin: 0;
    padding: 0;
    height: 220px;
    overflow-x: hidden;
    overflow-y: auto; }
    /* line 447, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #panel_share .panel_body .social_list li {
      min-height: 1%;
      overflow: hidden;
      border-bottom: 1px solid #e5e5e5;
      padding: 10px 0;
      font-size: 0.9em;
      line-height: 0 !important; }
      /* line 455, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #panel_share .panel_body .social_list li button {
        background: none;
        padding: 0 !important;
        margin: 0 !important;
        display: block;
        width: 100%;
        min-height: 1%;
        overflow: hidden; }
        /* line 464, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #panel_share .panel_body .social_list li button:after {
          content: "COMPARTIR";
          display: block;
          float: right;
          line-height: 33px !important;
          color: #337ab7;
          font-size: 0.9em; }
        /* line 473, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #panel_share .panel_body .social_list li button .circle {
          float: left; }
          /* line 476, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
          #panel_share .panel_body .social_list li button .circle .fa-facebook {
            background: #3b5998 !important; }
          /* line 480, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
          #panel_share .panel_body .social_list li button .circle .fa-twitter {
            background: #55acee !important; }
          /* line 484, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
          #panel_share .panel_body .social_list li button .circle .fa-whatsapp {
            background: #43d854 !important; }
          /* line 488, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
          #panel_share .panel_body .social_list li button .circle .fa-google-plus {
            background: #dc4e41 !important; }
        /* line 493, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #panel_share .panel_body .social_list li button .txt {
          display: none; }
        /* line 497, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #panel_share .panel_body .social_list li button .num {
          display: block !important;
          float: left;
          background: none;
          color: #444;
          font-size: 0.9em; }
        /* line 506, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #panel_share .panel_body .social_list li button.btn-facebook .num:after {
          content: " likes"; }
        /* line 512, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #panel_share .panel_body .social_list li button.btn-twitter .num:after {
          content: " tweets"; }
        /* line 518, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #panel_share .panel_body .social_list li button.btn-google-plus .num:after {
          content: " shares"; }
        /* line 523, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #panel_share .panel_body .social_list li button.btn-whatsapp .num {
          display: none !important; }
      /* line 529, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #panel_share .panel_body .social_list li span {
        width: 30px;
        height: 30px;
        text-align: center;
        background: #e5e5e5;
        border-radius: 50%;
        display: inline-block;
        color: #fff;
        line-height: 31px;
        margin-right: 10px; }
        /* line 540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #panel_share .panel_body .social_list li span.facebook {
          background: #3b5998; }
        /* line 544, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #panel_share .panel_body .social_list li span.twitter {
          background: #55acee; }
        /* line 548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #panel_share .panel_body .social_list li span.whatsapp {
          background: #43d854; }
        /* line 552, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #panel_share .panel_body .social_list li span.linkedin {
          background: #0077b5; }
        /* line 556, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #panel_share .panel_body .social_list li span.googleplus {
          background: #dc4e41; }
      /* line 561, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #panel_share .panel_body .social_list li a {
        float: right;
        display: block;
        text-transform: uppercase; }
  /* line 570, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #panel_share .panel_footer {
    padding: 10px 0 5px 0; }
    /* line 573, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #panel_share .panel_footer a.btn {
      border-radius: 4px;
      background: #C5453D;
      text-align: center;
      color: #fff;
      display: block;
      font-weight: bold;
      text-transform: uppercase; }
      /* line 582, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #panel_share .panel_footer a.btn span {
        padding-right: 5px; }

/* line 589, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#layer_share {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: 1001;
  opacity: .5;
  cursor: pointer; }

/* line 604, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.menu_user_active #panel_share,
.menu_user_active #mobile_navigation,
.menu_site_active #panel_share,
.menu_site_active #mobile_navigation {
  display: none !important; }

/* CAPA LOAD NEXT */
/* line 612, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
div[class^="capa-"] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-image: url(/assets/images/load.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e2e2e2; }
  /* line 622, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  div[class^="capa-"].capa-right {
    display: none;
    /* Animation */
    will-change: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transform: translateX(100%);
    -webkit-transform: translateX(100%); }
  /* line 627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  div[class^="capa-"].capa-left {
    /* Animation */
    will-change: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); }

/* LEFT / RIGHT NAV */
/* line 642, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.btnleft a {
  position: fixed;
  z-index: 100;
  left: -5px;
  bottom: 45%;
  padding: 25px 25px;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in; }

/* line 654, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.btnleft a:hover {
  left: 0;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  color: #999; }

/* line 663, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.btnright a {
  position: fixed;
  z-index: 100;
  right: -5px;
  bottom: 45%;
  padding: 25px 25px;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in; }

/* line 675, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.btnright a:hover {
  right: 0;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  color: #999; }

/* line 684, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.btnnav a {
  background: #e2e2e2;
  color: #999;
  text-decoration: none;
  font-size: 16px; }

/* BOTON SELECCIONAR CAMBIAR DEL MENU */
/* line 693, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.btn.select {
  padding: 3px;
  border: 1px solid #666;
  display: block;
  font-family: Arial;
  font-size: 10px;
  float: right;
  font-weight: 300;
  color: #c5c5c5; }
  /* line 703, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .btn.select.xl {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1 !important;
    padding: 0 5px !important;
    font-size: 1em; }

/* BOTON ON/OFF ALTO CONTRASTE */
/* line 715, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.onoffswitch {
  position: relative;
  width: 55px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  margin-top: 6px; }

/* line 725, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.onoffswitch-checkbox {
  display: none; }

/* line 729, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 0px solid #FFFFFF;
  border-radius: 30px;
  background-color: #9E9E9E; }

/* line 741, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.onoffswitch-label:before {
  content: "";
  display: block;
  width: 30px;
  margin: -5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
  border-radius: 30px;
  /*box-shadow: 0 6px 12px 0px #757575;*/
  height: 30px; }

/* line 756, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #337ab7; }

/* line 760, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #337ab7; }

/* line 765, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

/* line 769, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
  background-color: #2196F3;
  /*  box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);*/
  height: 30px; }

/* ON / OFF SWITCH */
/* line 784, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.switch .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

/* line 790, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.switch .cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 801, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.switch input.cmn-toggle-round + label {
  padding: 2px;
  width: 40px;
  height: 20px;
  background-color: #dddddd;
  border-radius: 20px; }

/* line 809, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.switch input.cmn-toggle-round + label:before,
.switch input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

/* line 819, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.switch input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 20px;
  transition: background 0.4s; }

/* line 826, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.switch input.cmn-toggle-round + label:after {
  width: 18px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s; }

/* line 834, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.switch input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196; }

/* line 838, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.switch input.cmn-toggle-round:checked + label:after {
  margin-left: 20px; }

@media (max-width: 480px) {
  /* line 848, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .btnright a,
  .btnleft a {
    bottom: 0 !important;
    padding: 0 20px; } }

@media (max-width: 768px) {
  /* line 857, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #mobile_navigation,
  #panel_share {
    display: block; } }

@media (max-height: 414px) {
  /* line 864, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #panel_share {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: none; }
  /* line 872, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #panel_share.on {
    display: block; }
  /* line 876, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #panel_share .panel_body {
    overflow: auto; }
  /* line 880, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #panel_share .panel_body article {
    display: none; }
  /* line 884, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #panel_share .panel_body .social_list {
    height: auto;
    overflow: auto; } }

/* Botón ver más */
/* line 893, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.ver_mas {
  padding: 8px 13px;
  border: 1px solid #ccc;
  text-transform: uppercase;
  font-weight: bold;
  width: 130px;
  margin: 0 auto 40px auto;
  display: block;
  text-align: center;
  color: #999 !important; }
  /* line 904, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .ver_mas:hover {
    text-decoration: none;
    background: #e2e2e2; }

/* Flicikility */
/* line 912, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-enabled {
  position: relative; }

/* line 916, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-enabled:focus {
  outline: none; }

/* line 920, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%; }

/* line 927, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* line 933, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-slider > div[class*="col-"] {
  -webkit-font-smoothing: subpixel-antialiased;
  position: absolute !important; }
  /* line 939, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .flickity-slider > div[class*="col-"]:after {
    display: none !important; }

/* draggable */
/* line 946, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 955, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

/* line 961, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
/* line 968, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 983, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button:hover {
  background: white; }

/* line 987, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

/* line 992, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button:active {
  opacity: 0.6; }

/* line 996, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button.previous {
  left: 10px; }

/* line 1000, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
/* line 1005, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

/* line 1010, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

/* line 1015, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

/* line 1020, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* line 1028, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
/* line 1034, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-page-dots {
  width: 100%;
  /*
  position: absolute;
  bottom: -25px;
  padding: 0;
	*/
  position: relative;
  bottom: auto;
  /*margin: -15px 0 2px 0;*/
  margin: 0;
  padding: 10px 0 7.5px 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

/* line 1052, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-rtl .flickity-page-dots {
  direction: rtl; }

/* line 1056, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

/* line 1067, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* Preload effect carousel */
/* line 1072, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.carousel-mode,
.carouselpromo {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  height: 30px;
  overflow: hidden;
  /* margin-bottom: $grid-home-padding/2; */ }
  /* line 301, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
  .carousel-mode.flickity-enabled,
  .carouselpromo.flickity-enabled {
    opacity: 1;
    height: auto;
    overflow: visible; }
  /* line 1077, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .carousel-mode .blq,
  .carouselpromo .blq {
    width: 100%;
    margin-bottom: 0 !important; }

/* line 1083, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.carousel-mode {
  /* Fotos verticales */
  /* Ajustar botones navegación */ }
  /* line 1087, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .carousel-mode figure.ver .embed-responsive-item {
    width: auto !important;
    left: 30%; }
  /* line 1093, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .carousel-mode figure.ver .embed-responsive {
    background-color: #444; }
    /* line 1096, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .carousel-mode figure.ver .embed-responsive img {
      height: 100% !important; }
  /* line 1103, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .carousel-mode .flickity-prev-next-button {
    margin-top: -10px !important; }

/* line 1108, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button.previous {
  left: 0px; }

/* line 1112, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button.next {
  right: 0px; }

/* Hack Flickity Tablet */
@media (max-width: 1019px) and (min-width: 768px) {
  /* line 1119, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .tablet-carousel {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    height: 30px;
    overflow: hidden; }
    /* line 301, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .tablet-carousel.flickity-enabled {
      opacity: 1;
      height: auto;
      overflow: visible; } }

/* Hack Flickity Mobile */
@media (max-width: 767px) {
  /* line 1128, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .mobile-carousel {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    height: 30px;
    overflow: hidden; }
    /* line 301, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_mixins.scss */
    .mobile-carousel.flickity-enabled {
      opacity: 1;
      height: auto;
      overflow: visible; }
    /* line 1131, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .mobile-carousel .flickity-viewport {
      width: 100%; }
    /* line 1135, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .mobile-carousel .flickity-slider > div[class*="col-"] {
      -webkit-font-smoothing: subpixel-antialiased;
      position: absolute !important; }
      /* line 1139, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .mobile-carousel .flickity-slider > div[class*="col-"]:after {
        display: none !important; }
    /* line 1144, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .mobile-carousel .flickity-page-dots {
      position: relative !important;
      bottom: auto !important;
      padding: 0 0 15px 0; } }

/* big buttons, no circle */
/* line 1154, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background: transparent; }
  /* line 1159, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .flickity-prev-next-button svg {
    filter: drop-shadow(0 0 1px #000); }

/* line 1164, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button:hover {
  background: transparent; }

/* arrow color */
/* line 1169, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button .arrow {
  fill: white; }

/* line 1173, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button.no-svg {
  color: white; }

/* hide disabled button */
/* line 1178, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.flickity-prev-next-button:disabled {
  display: none; }

/* line 1231, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.dots_articles {
  background: #ebebeb;
  text-align: center;
  margin: 0 -15px 5px -15px; }
  /* line 1236, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .dots_articles > div {
    width: 170px;
    height: 32px;
    margin: auto;
    overflow-y: hidden;
    overflow-x: auto; }
    /* line 1243, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .dots_articles > div span {
      -moz-transition: all 0.3s ease-out;
      /* FF4+ */
      -o-transition: all 0.3s ease-out;
      /* Opera 10.5+ */
      -webkit-transition: all 0.3s ease-out;
      /* Saf3.2+, Chrome */
      -ms-transition: all 0.3s ease-out;
      /* IE10 */
      transition: all 0.3s ease-out;
      display: block;
      padding: 3px 0; }
    /* line 1257, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .dots_articles > div a {
      font-size: 8px;
      color: #999;
      display: inline-block;
      margin: 3px; }
      /* line 1263, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .dots_articles > div a.active {
        color: #222; }

/* Pasa pasa */
/* line 1273, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.content_wrap {
  width: 100%; }

/* line 1277, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.item_article {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 15px;
  display: none; }

/* line 1285, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.item_article.moving {
  display: inline; }

/* line 1289, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.item_article.active {
  display: block; }

/* Dropdown menu lateral */
/* line 1296, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.milocalidad.open {
  overflow: visible !important;
  float: left !important;
  width: 100% !important; }
  /* line 1301, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .milocalidad.open .dropdown-menu {
    overflow: visible !important; }
    /* line 1304, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .milocalidad.open .dropdown-menu dd {
      overflow: visible !important; }
  /* line 1309, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .milocalidad.open .tt-dropdown-menu {
    background: #fff;
    right: 0 !important;
    padding: 3px; }
    /* line 1315, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .milocalidad.open .tt-dropdown-menu .tt-dataset-countries > * {
      color: #222; }

/* Radio Voz */
/* line 1325, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.radiovoz_img {
  height: 10px !important;
  margin-top: -3px; }
  /* line 1329, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .radiovoz_img.vigo, .radiovoz_img.santiago, .radiovoz_img.lugo {
    height: 12px !important;
    margin-top: -1px !important; }
  /* line 1336, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .radiovoz_img.pontevedra {
    height: 10px !important;
    margin-top: -3px !important; }

/* line 1342, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.radiovoz_body {
  margin: 0;
  padding: 0;
  background: #fe370e;
  text-align: center; }
  /* line 1348, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .radiovoz_body > .container {
    background: none;
    box-shadow: none; }
  /* line 1353, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .radiovoz_body .logo_radiovoz {
    display: block;
    margin-bottom: 20px; }
    /* line 1357, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .radiovoz_body .logo_radiovoz img {
      max-height: 60px; }
  /* line 1362, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .radiovoz_body .wrapper {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 10px;
    max-width: 300px;
    margin: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  /* line 1371, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .radiovoz_body #selemisora_popup {
    font-size: 16px;
    display: block;
    margin: 0 auto 0 auto; }
  /* line 1377, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .radiovoz_body h3 {
    color: #fff;
    margin: -10px 0 20px 0;
    font-weight: bold;
    display: block;
    float: none; }
  /* line 1385, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .radiovoz_body .social_links {
    margin: 15px 0; }
    /* line 1388, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .radiovoz_body .social_links a {
      margin: 0 5px;
      display: inline-block;
      width: 36px;
      height: 36px;
      line-height: 36px;
      font-size: 21px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.3);
      color: #fff; }
      /* line 1399, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .radiovoz_body .social_links a i {
        color: #fff; }

/* line 1406, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#selemisora {
  border: 1px solid #444;
  width: 100%;
  font-weight: 300;
  padding: 3px 5px;
  height: 30px;
  font-size: 15px;
  color: #111; }

/* line 1417, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#selemisora_movil,
#selemisora_desktop {
  border-radius: 4px;
  background: #454545 !important;
  color: #ccc !important;
  text-align: center;
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  margin-top: 5px;
  font-weight: normal; }

/* Boton ampliar */
/* line 1434, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.tableau-temp small {
  color: #444;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 10px;
  display: block; }

/* line 1442, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.tableau-temp .ampliar {
  position: absolute;
  bottom: 25px;
  left: 60px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 10px;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase; }
  /* line 1453, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .tableau-temp .ampliar i {
    padding-right: 5px; }
  @media (max-width: 767px) {
    /* line 1442, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .tableau-temp .ampliar {
      left: 15px; } }

/* line 1463, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#comparativa_presos {
  height: 530px; }
  @media (max-width: 767px) {
    /* line 1463, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #comparativa_presos {
      height: 250px; } }

/* Alerta ultima hora */
/* line 1474, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.alert-info {
  border: none !important;
  border-radius: 0;
  background: #f4f4f4 !important;
  margin: 13.33333px 0 13.33333px 0 !important;
  padding: 0;
  font-size: 15px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  /* line 1497, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .alert-info > * {
    padding: 10px;
    font-weight: normal;
    color: #222 !important;
    font-size: 1em; }
  /* line 1505, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .alert-info strong {
    background: #e42644;
    color: #fff !important;
    font-weight: normal;
    text-transform: uppercase;
    font-size: .9em;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
  /* line 1519, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .alert-info a {
    color: #222 !important;
    font-weight: bold !important;
    text-decoration: none; }

/* Loteria Box */
/* line 1532, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#loteria_box {
  background: #f4f4f4;
  margin: 13.33333px 0 0 0; }
  /* line 1536, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #loteria_box h1 {
    display: block;
    text-align: center;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: 23px;
    margin: 15px 15px 5px 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    position: relative; }
    /* line 1549, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #loteria_box h1 span {
      font-family: 'Lobster', cursive;
      font-style: italic;
      font-weight: normal;
      color: #e42644;
      letter-spacing: -1px;
      font-size: 26px; }
  /* line 1559, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #loteria_box .contenedor_premios {
    padding: 5px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      /* line 1559, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #loteria_box .contenedor_premios {
        padding: 10px 0; } }
    /* line 1570, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #loteria_box .contenedor_premios a {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: bolder;
      font-size: 22px;
      color: #444;
      display: block;
      text-align: center;
      cursor: pointer;
      letter-spacing: 1px; }
      /* line 1580, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #loteria_box .contenedor_premios a#premio_gordo {
        font-size: 38px; }
      /* line 1584, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #loteria_box .contenedor_premios a#premio_segundo, #loteria_box .contenedor_premios a#premio_tercero {
        font-size: 28px; }
      /* line 1589, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #loteria_box .contenedor_premios a:hover {
        text-decoration: none;
        color: #000; }
    /* line 1595, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #loteria_box .contenedor_premios > div {
      padding-top: 10px;
      padding-bottom: 10px; }
      /* line 1599, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #loteria_box .contenedor_premios > div .premios {
        position: relative;
        background: #fff;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        padding: 15px 5px;
        text-align: center;
        height: 75px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: center; }
        @media (max-width: 768px) {
          /* line 1599, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
          #loteria_box .contenedor_premios > div .premios {
            height: auto; } }
        /* line 1616, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #loteria_box .contenedor_premios > div .premios h2 {
          margin: 0;
          font-size: 14px;
          font-weight: 300;
          position: absolute;
          top: -10px;
          left: 0;
          right: 0;
          display: block;
          text-align: center; }
          /* line 1627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
          #loteria_box .contenedor_premios > div .premios h2 span {
            background: #757575;
            text-transform: uppercase;
            color: #fff;
            display: inline-block;
            padding: 5px;
            border-radius: 4px;
            font-weight: normal;
            min-width: 120px; }
            @media (max-width: 768px) {
              /* line 1627, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
              #loteria_box .contenedor_premios > div .premios h2 span {
                min-width: 100px; } }
        /* line 1643, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #loteria_box .contenedor_premios > div .premios ul {
          margin: 0;
          padding: 0;
          display: flex;
          justify-content: center;
          flex-wrap: wrap; }
          /* line 1650, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
          #loteria_box .contenedor_premios > div .premios ul li {
            display: inline-block;
            padding: 5px 15px 5px 0;
            position: relative; }
            /* line 1655, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
            #loteria_box .contenedor_premios > div .premios ul li:after {
              content: "/";
              display: block;
              padding: 0;
              position: absolute;
              right: 3px;
              top: 7px;
              color: #ccc;
              font-family: "Roboto Condensed", sans-serif;
              font-weight: 300;
              font-size: 19px; }
            /* line 1669, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
            #loteria_box .contenedor_premios > div .premios ul li:last-child:after {
              display: none !important; }
        /* line 1678, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #loteria_box .contenedor_premios > div .premios.premio1 h2 span {
          background: #DFBA69 !important; }
        /* line 1685, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #loteria_box .contenedor_premios > div .premios.premio5 a {
          font-size: 20px !important; }
  /* line 1695, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #loteria_box .contenedor_buscador {
    background: #444;
    padding: 13.33333px;
    min-height: 1%;
    overflow: hidden; }
    /* line 1701, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #loteria_box .contenedor_buscador h3 {
      float: left;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      font-weight: normal;
      margin: 0 10px 0 0;
      color: #fff;
      line-height: 28px; }
    /* line 1713, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #loteria_box .contenedor_buscador form {
      float: left;
      min-height: 1%;
      overflow: hidden; }
      /* line 1718, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #loteria_box .contenedor_buscador form > * {
        float: left;
        height: 30px;
        line-height: 30px;
        border: none;
        box-shadow: none;
        text-align: center; }
      /* line 1727, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #loteria_box .contenedor_buscador form button {
        background: #e5e5e5;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        font-size: 12px;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal; }
      /* line 1737, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #loteria_box .contenedor_buscador form input {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        font-size: 12px;
        text-transform: uppercase;
        font-family: "Roboto Condensed", sans-serif;
        min-width: 140px; }
    @media (max-width: 768px) {
      /* line 1748, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #loteria_box .contenedor_buscador > div {
        text-align: center;
        float: none !important; }
        /* line 1752, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #loteria_box .contenedor_buscador > div > h3 {
          margin: auto;
          text-align: center;
          float: none !important;
          display: block; }
        /* line 1759, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #loteria_box .contenedor_buscador > div > form {
          float: none !important;
          display: inline-block;
          margin: auto; }
          /* line 1764, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
          #loteria_box .contenedor_buscador > div > form input {
            width: 160px; } }

/* line 1776, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.home.loteria #footer {
  margin-top: 30px !important; }

/* line 1780, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.home.loteria .container {
  box-shadow: none !important; }
  /* line 1783, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .home.loteria .container #header_detail {
    margin-bottom: 30px !important; }
  /* line 1788, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .home.loteria .container form .caja-decimo {
    background: #f4f4f4;
    margin: 20px 0;
    padding: 20px; }
    /* line 1793, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .home.loteria .container form .caja-decimo h3 {
      display: block;
      border-bottom: 1px solid #ccc;
      margin: 0 0 15px 0;
      padding: 0 0 5px 0;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 20px; }
    /* line 1808, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .home.loteria .container form .caja-decimo .wrap > * {
      margin: 8px 0; }
      /* line 1813, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .home.loteria .container form .caja-decimo .wrap > * input {
        width: 100%;
        padding: 8px;
        text-align: center;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 20px; }
        /* line 1820, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        .home.loteria .container form .caja-decimo .wrap > * input.buscar_input {
          background: #e42644;
          color: #fff;
          border: none;
          padding: 12px;
          font-weight: 300;
          text-transform: uppercase;
          font-size: 14px; }
      /* line 1831, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .home.loteria .container form .caja-decimo .wrap > * .destacado {
        font-size: 25px;
        font-weight: normal;
        line-height: 48px;
        display: block;
        padding-left: 5px; }

/* line 1846, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.home.loteria #numero {
  display: none;
  font-size: 30px;
  font-weight: bold;
  color: #cc0000;
  text-align: center;
  margin-top: 10px; }

/* line 1855, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.home.loteria #premios {
  font-size: 25px;
  font-weight: bold;
  color: #999;
  text-align: center;
  margin: 0;
  padding: 0; }

/* line 1866, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.home.loteria #total {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center; }

/* line 1874, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.home.loteria .premios_caja {
  box-sizing: border-box;
  position: relative;
  width: 300px;
  background-color: #fff;
  padding: 20px;
  width: 80%;
  border: 3px dashed #aab7c1;
  margin: auto; }

/* line 1885, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.home.loteria #donde {
  bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #cc0000;
  text-align: center;
  margin-top: 30px; }

/* line 1894, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.home.loteria #donde a {
  text-decoration: none;
  color: #cc0000;
  font-size: 16px; }

/* line 1900, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.home.loteria #donde .icon-geo:before {
  content: "\e936";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 30px;
  text-align: center;
  color: #cc0000;
  vertical-align: middle;
  margin-right: 4px; }

/* line 1913, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.home.loteria .contenedor_logo {
  float: left;
  padding: 16px; }

/* line 1918, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.home.loteria .oculto {
  display: none; }

/* line 1922, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.home.loteria #aviso {
  font-size: 14px;
  font-weight: bold;
  color: #094F89;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 5px;
  border: 1px dotted #CC0000; }

/* line 1933, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.home.loteria .enlaces {
  text-align: right; }
  @media (max-width: 480px) {
    /* line 1933, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .home.loteria .enlaces {
      text-align: center; } }
  /* line 1941, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .home.loteria .enlaces a {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #656565;
    margin: 5px;
    padding: 8px;
    display: inline-block;
    border-radius: 4px; }
    @media (max-width: 480px) {
      /* line 1941, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .home.loteria .enlaces a {
        display: block; } }

/* Newsletter Subscribe (caja pié artículos) */
/* line 1961, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#newsletter_subscribe {
  margin: 15px auto;
  /* Taboola encima */
  margin-left: 0 !important;
  padding-left: 30px !important; }
  @media (max-width: 767px) {
    /* line 1961, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #newsletter_subscribe {
      padding-left: 15px !important; } }
  /* line 1971, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #newsletter_subscribe > div {
    border: none;
    background: #326891;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (max-width: 767px) {
      /* line 1971, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #newsletter_subscribe > div {
        margin: 0;
        justify-content: center; } }
    @media (min-width: 768px) and (max-width: 1019px) {
      /* line 1971, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #newsletter_subscribe > div {
        margin-left: 5% !important; } }
    @media (max-width: 767px) {
      /* line 1991, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #newsletter_subscribe > div :nth-child(1) {
        order: 2; }
      /* line 1995, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #newsletter_subscribe > div :nth-child(2) {
        order: 1; }
      /* line 1999, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #newsletter_subscribe > div :nth-child(3) {
        order: 3; } }
    @media (max-width: 767px) {
      /* line 2005, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #newsletter_subscribe > div div[class*="col"] {
        text-align: center;
        padding: 5px 0 !important; } }
    /* line 2013, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #newsletter_subscribe > div i {
      border-radius: 50%;
      width: 64px;
      height: 64px;
      display: block;
      background: #326891;
      color: #fff;
      text-align: center;
      font-size: 30px; }
      /* line 2023, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #newsletter_subscribe > div i:before {
        line-height: 64px; }
      @media (max-width: 767px) {
        /* line 2013, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #newsletter_subscribe > div i {
          margin: auto; } }
    /* line 2032, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #newsletter_subscribe > div h3 {
      margin: 0 0 5px 0;
      text-transform: uppercase;
      font-family: "Roboto Condensed", sans-serif;
      display: block;
      color: white;
      font-size: 16px; }
      @media (max-width: 767px) {
        /* line 2032, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #newsletter_subscribe > div h3 {
          text-align: left; } }
    /* line 2045, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #newsletter_subscribe > div p {
      font-size: 12px;
      color: white;
      font-family: "Roboto Condensed", sans-serif;
      line-height: 1.2;
      margin: 0; }
      @media (max-width: 767px) {
        /* line 2045, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #newsletter_subscribe > div p {
          text-align: left;
          padding-right: 10px; } }
    /* line 2059, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #newsletter_subscribe > div .btn-primary {
      background: #326891 !important;
      border: none !important; }
    /* line 2064, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #newsletter_subscribe > div > .banner_animation {
      min-width: 30px; }
      @media (max-width: 767px) {
        /* line 2064, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #newsletter_subscribe > div > .banner_animation {
          max-width: 50px; } }
    /* line 2072, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #newsletter_subscribe > div .btn-secondary {
      color: #33688f;
      text-transform: uppercase;
      background: white !important;
      border: none !important; }
      @media (max-width: 767px) {
        /* line 2072, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #newsletter_subscribe > div .btn-secondary {
          order: 3; } }
    /* line 2083, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #newsletter_subscribe > div .sobre {
      width: 50px; }
  /* line 2093, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #newsletter_subscribe.discover > div {
    background-position: right center;
    background-repeat: no-repeat; }
    /* line 2100, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #newsletter_subscribe.discover > div p {
      margin: 5px 0 10px 0 !important; }
  /* line 2111, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #newsletter_subscribe.somosagro .circle {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    overflow: hidden;
    background: #34a75a;
    display: block;
    text-align: center;
    line-height: 75px; }
    /* line 2121, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #newsletter_subscribe.somosagro .circle img {
      width: 50px;
      max-width: 100%; }
  /* line 2127, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #newsletter_subscribe.somosagro .btn {
    background: #34a75a !important; }
  /* line 2135, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #newsletter_subscribe.somosmar .circle {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    overflow: hidden;
    background: #fff;
    display: block;
    text-align: center;
    line-height: 75px; }
    /* line 2145, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #newsletter_subscribe.somosmar .circle img {
      width: 50px;
      max-width: 100%; }
  /* line 2151, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #newsletter_subscribe.somosmar .btn {
    background: #fff !important;
    color: #326891 !important; }
  /* line 2160, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #newsletter_subscribe.red .circle {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    overflow: hidden;
    background: #8C041D;
    display: block;
    text-align: center;
    line-height: 75px; }
    /* line 2170, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #newsletter_subscribe.red .circle img {
      width: 50px;
      max-width: 100%; }
  /* line 2176, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #newsletter_subscribe.red .btn {
    background: #8C041D !important; }

/* Alert cookie */
/* line 2186, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#alert_cookie_msg {
  background: #333;
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 60px 15px 15px;
  z-index: 999999999;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 13px;
  position: relative; }
  /* line 2198, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #alert_cookie_msg a {
    color: #c5c5c5;
    text-decoration: underline; }
  /* line 2203, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #alert_cookie_msg #cerrar_alert {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #666;
    top: 10px;
    right: 25px;
    position: absolute;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    text-align: center !important; }
  @media (max-width: 480px) {
    /* line 2186, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #alert_cookie_msg {
      text-align: left; } }

/* Hiperlocal menu */
/* line 2227, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.hiperlocal_menu {
  background: #f4f4f4;
  margin-top: 10px;
  margin-bottom: 0 !important;
  padding: 10px;
  border-bottom: none !important;
  clear: both !important; }
  /* line 2235, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .hiperlocal_menu span {
    font-weight: 300 !important;
    color: #656565;
    text-transform: none !important; }
  /* line 2241, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .hiperlocal_menu a {
    color: #111 !important; }
  /* line 2245, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .hiperlocal_menu .scroll_menu .wrapper {
    justify-content: flex-start; }

/* line 2250, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.hiperlocal_menu + .section_vertical {
  margin-top: 10px !important;
  border-top: 1px solid #ebebeb !important; }

/* Mensaje cookies */
/* line 2257, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#didomi-notice {
  background: #f4f4f4 !important; }
  /* line 2260, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #didomi-notice #buttons a {
    border-radius: 4px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-family: "Roboto Condensed", sans-serif !important; }
  /* line 2267, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #didomi-notice .highlight-button {
    background: #5cb85c !important;
    border: none !important; }

@media (max-width: 767px) {
  /* line 2274, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .didomi-consent-popup__exterior-border {
    width: 100% !important; }
  /* line 2278, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .didomi-consent-popup__dialog {
    border: none !important; } }

/* TIRA RUSIA */
/* line 2285, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.tira.rusia2018 {
  background: url(https://www.lavozdegalicia.es/assets/themes/lvdg2017/images/bg-mundial-rusia.png) no-repeat !important;
  background-size: cover !important; }
  /* line 2289, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .tira.rusia2018 * {
    color: #fff !important; }
  /* line 2293, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .tira.rusia2018 .row > div {
    border-right-color: rgba(255, 255, 255, 0.3) !important; }

/* Spinner Ajax */
/* line 2302, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.spinner-ajax > * {
  margin: auto !important; }

/* line 2309, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#last-podcast > div {
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 15px; }
  /* line 2314, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #last-podcast > div strong {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px; }
  /* line 2321, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  #last-podcast > div ul {
    margin: 0;
    padding: 0 0 0 15px; }
    /* line 2325, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #last-podcast > div ul li {
      list-style: none; }
      /* line 2328, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      #last-podcast > div ul li a {
        font-weight: normal;
        font-size: 16px;
        color: #656565; }
        /* line 2333, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
        #last-podcast > div ul li a:before {
          content: "\f2ce";
          font-family: "FontAwesome";
          display: inline-block;
          padding-right: 5px;
          color: #e42644;
          font-size: 18px; }

/* Caja descarga */
/* line 2350, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.pdfConstitucion {
  display: block !important;
  margin-bottom: 20px !important;
  min-height: 1%;
  overflow: hidden;
  text-align: center; }
  /* line 2357, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .pdfConstitucion a {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: bold;
    padding: 15px 25px;
    display: block;
    float: left;
    width: 100%;
    line-height: 1; }
    /* line 2367, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .pdfConstitucion a:before {
      display: block;
      padding-bottom: 10px; }
  /* line 2378, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .pdfConstitucion[data-sso-status="premium"] a, .pdfConstitucion[data-sso-status="identificado"] a {
    background: #e42644;
    color: #fff !important; }
    /* line 2382, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .pdfConstitucion[data-sso-status="premium"] a:before, .pdfConstitucion[data-sso-status="identificado"] a:before {
      content: "\f1c1";
      font-family: "FontAwesome";
      font-size: 35px;
      padding-right: 10px;
      font-weight: normal !important; }
  /* line 2393, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .pdfConstitucion[data-sso-status="anonimo"] a {
    background: #333;
    color: #eee !important; }
    /* line 2397, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .pdfConstitucion[data-sso-status="anonimo"] a:before {
      content: "\f08b";
      font-family: "FontAwesome";
      font-size: 35px;
      padding-right: 10px;
      font-weight: normal !important; }

/* Alert notificaciones */
/* line 2411, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert * {
  box-sizing: border-box; }

/* line 2415, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none; }

/* line 2426, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1; }

/* line 2436, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-container {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 2;
  pointer-events: auto;
  border-radius: 4px !important;
  top: 15px;
  left: 15px; }
  @media (max-width: 480px) {
    /* line 2436, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    #acc-alert-container {
      top: 0;
      left: 0; } }

/* line 2456, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-header {
  position: relative;
  width: 100%; }

/* line 2461, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-body {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-bottom: 10px; }

/* line 2468, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-footer {
  position: relative;
  width: 100%;
  text-align: right;
  background: #f4f4f4;
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px !important; }

/* line 2480, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-close {
  position: absolute;
  top: 6px;
  opacity: 0.5;
  z-index: 2;
  cursor: pointer;
  padding: 10px;
  font-size: 18px; }

/* line 2490, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-close:hover {
  opacity: 1; }

/* line 2494, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-close:before,
#acc-alert-close:after {
  position: absolute;
  left: 3px;
  content: " ";
  width: 2px;
  background-color: #000; }

/* line 2503, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-close:before {
  transform: rotate(45deg); }

/* line 2507, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-close:after {
  transform: rotate(-45deg); }

/* line 2511, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-content {
  position: relative;
  color: #505050; }

/* line 2516, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-accept {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 1px;
  background: #50B766;
  color: #fff;
  font-weight: bold;
  margin-left: 35px;
  cursor: pointer; }

/* line 2528, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-accept:hover {
  background: #45A85A; }

/* line 2532, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-deny {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #808080;
  cursor: pointer; }

/* line 2540, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-deny:hover {
  color: #505050; }

/* line 2544, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.acc--hidden {
  display: none; }

/* line 2548, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.acc--overlay #acc-alert-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: auto; }

/* line 2553, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.acc--overlay #acc-alert-container {
  box-shadow: none; }

/* line 2557, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-container {
  max-width: 450px; }

/* line 2561, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-header {
  height: 20px; }

/* line 2565, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-body {
  height: auto;
  min-height: 78px;
  padding: 10px 0 20px 0;
  text-align: center; }

/* line 2572, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-footer {
  padding: 10px 20px 15px; }

/* line 2576, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-close {
  right: 5px; }

/* line 2580, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-close:before,
#acc-alert-close:after {
  height: 10px; }

/* line 2585, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
#acc-alert-accept {
  height: 35px;
  line-height: 35px;
  width: auto;
  padding: 0 8px;
  min-width: 125px; }

/* line 2593, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.acc--left #acc-alert-container {
  right: initial;
  left: 10px; }

/* line 2598, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.acc--bottom #acc-alert-container {
  top: initial;
  bottom: 10px; }

/* line 2603, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.acc--right #acc-alert-container {
  right: 10px;
  left: initial; }

/* line 2608, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.acc--top #acc-alert-container {
  top: 10px;
  bottom: initial; }

/* line 2613, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.acc--center #acc-alert-container {
  left: calc(-200px + 50%);
  right: initial; }

/* line 2618, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.acc--middle #acc-alert-container {
  top: 50%;
  bottom: initial;
  transform: translateY(-50%); }

/* Boton saber más */
/* line 2626, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.btn-wrap {
  width: 100%; }

/* line 2630, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.btn-sabermas {
  font-size: 16px;
  display: block;
  border-radius: 4px;
  background: #e42644 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  padding: 10px !important;
  margin: auto auto 20px auto !important; }
  @media (min-width: 768px) {
    /* line 2630, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .btn-sabermas {
      max-width: 400px !important; } }

/* Agrupadores somos agro */
/* line 2649, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
.h-section-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px; }
  /* line 2656, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .h-section-flex > a {
    flex: 1; }
  /* line 2660, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .h-section-flex > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    justify-content: flex-end;
    padding-right: 15px; }
    /* line 2668, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .h-section-flex > div > * {
      flex: 1 1 100%; }
    /* line 2672, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .h-section-flex > div small {
      font-size: 10px;
      font-weight: 300;
      padding-right: 10px;
      color: #666;
      max-width: 320px; }
  /* line 2681, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .h-section-flex .adblock {
    width: auto !important;
    float: none !important;
    clear: none !important;
    min-height: 1%;
    overflow: hidden;
    padding-top: 0 !important; }
    @media (min-width: 1020px) {
      /* line 2689, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .h-section-flex .adblock > * {
        float: right; } }
  /* line 2696, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .h-section-flex a img {
    max-height: 45px; }
  @media (min-width: 1019px) {
    /* line 2701, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .h-section-flex > * {
      margin-left: 15px; } }
  @media (max-width: 1019px) {
    /* line 2707, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
    .h-section-flex > * {
      flex: 1 1 100%;
      text-align: center;
      margin: 5px 0; }
      /* line 2712, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
      .h-section-flex > * a img {
        max-width: 90%; } }
  /* line 2718, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_ui.scss */
  .h-section-flex + .blq.highlight {
    margin-top: 10px !important; }

/* UI buttons (back to top) */
/* MODAL WINDOWS */
/* line 3, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
.modal-backdrop {
  background: #fff !important;
  opacity: .9 !important;
  z-index: 9998 !important; }

/* line 9, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
.modal {
  z-index: 999999; }
  /* line 13, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
  .modal .modal-header button:after, .modal .modal-header button:before {
    display: none; }
  /* line 17, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
  .modal .modal-body object {
    width: 100%; }

/* Hack Visor Quiosco */
/* line 25, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
.touch .modal-body object {
  width: auto !important; }

/* line 31, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
#modalSSO, #modalOpciones {
  z-index: 999999;
  /* Validación */ }
  /* line 34, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
  #modalSSO a, #modalOpciones a {
    color: #326891 !important; }
  @media (min-width: 1020px) {
    /* line 36, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
    #modalSSO.in, #modalOpciones.in {
      display: -webkit-flex !important;
      display: flex !important;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }
  @media (min-width: 1020px) {
    /* line 45, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
    #modalSSO .modal-dialog, #modalOpciones .modal-dialog {
      width: 400px; } }
  /* line 52, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
  #modalSSO .modal-content, #modalOpciones .modal-content {
    position: relative;
    overflow: hidden;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    padding: 20px 20px 40px 20px;
    /* Header */
    /* Cuerpo */
    /* Footer */ }
    /* line 60, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
    #modalSSO .modal-content a, #modalOpciones .modal-content a {
      cursor: pointer; }
    /* line 64, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
    #modalSSO .modal-content .btn, #modalOpciones .modal-content .btn {
      border: none; }
      /* line 66, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .btn.btn-info, #modalOpciones .modal-content .btn.btn-info {
        background: #5180a3 !important; }
      /* line 69, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .btn.btn-default, #modalOpciones .modal-content .btn.btn-default {
        background: #222 !important;
        color: #fff;
        border: none;
        font-weight: 300;
        line-height: 100%; }
    /* line 80, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
    #modalSSO .modal-content .modal-header, #modalOpciones .modal-content .modal-header {
      line-height: 0 !important;
      border: none;
      padding: 0;
      text-align: right; }
      /* line 85, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-header #close_modal, #modalOpciones .modal-content .modal-header #close_modal {
        color: #444 !important;
        font-size: 26px !important;
        cursor: pointer; }
        /* line 89, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-header #close_modal:hover, #modalOpciones .modal-content .modal-header #close_modal:hover {
          text-decoration: none; }
    /* line 95, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
    #modalSSO .modal-content .modal-body, #modalOpciones .modal-content .modal-body {
      margin: 0;
      padding: 0;
      text-align: center;
      /* Mensaje error SSO */ }
      /* line 97, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body .logo, #modalOpciones .modal-content .modal-body .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 13.33333px;
        display: block; }
        /* line 102, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body .logo img, #modalOpciones .modal-content .modal-body .logo img {
          max-width: 50%; }
      /* line 109, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body > *, #modalOpciones .modal-content .modal-body > * {
        line-height: 1.2; }
      /* line 111, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body h3, #modalOpciones .modal-content .modal-body h3 {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        color: #444;
        margin: 0 0 10px 0;
        font-size: 22px; }
      /* line 119, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body p, #modalOpciones .modal-content .modal-body p {
        color: #999;
        font-weight: normal;
        font-size: 16px;
        line-height: 100% !important; }
        /* line 124, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body p a, #modalOpciones .modal-content .modal-body p a {
          font-size: 13px !important; }
      /* line 128, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body h3 + p:after, #modalOpciones .modal-content .modal-body h3 + p:after {
        content: "";
        display: block;
        height: 1px;
        width: 55%;
        margin: 20px auto 0 auto;
        background: #e2e2e2; }
      /* line 138, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body h4, #modalOpciones .modal-content .modal-body h4 {
        display: block;
        width: 45px;
        background: #fff;
        margin: -32px auto auto auto; }
      /* line 145, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body dl, #modalOpciones .modal-content .modal-body dl {
        margin: 0;
        padding: 0; }
        /* line 148, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body dl dt, #modalOpciones .modal-content .modal-body dl dt {
          font-weight: 400;
          padding-top: 20px;
          border-bottom: 1px solid #ccc; }
        /* line 154, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body dl dd, #modalOpciones .modal-content .modal-body dl dd {
          border-bottom: 1px solid #ebebeb;
          padding: 10px 0;
          list-style: none;
          line-height: 100% !important;
          font-size: 16px; }
          /* line 160, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
          #modalSSO .modal-content .modal-body dl dd a, #modalOpciones .modal-content .modal-body dl dd a {
            font-size: 16px !important; }
      /* line 164, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body .selectorFormato, #modalSSO .modal-content .modal-body .ventanaIndependiente, #modalOpciones .modal-content .modal-body .selectorFormato, #modalOpciones .modal-content .modal-body .ventanaIndependiente {
        text-align: left;
        font-size: .9em;
        width: 70%;
        margin: auto; }
        /* line 169, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body .selectorFormato p, #modalSSO .modal-content .modal-body .ventanaIndependiente p, #modalOpciones .modal-content .modal-body .selectorFormato p, #modalOpciones .modal-content .modal-body .ventanaIndependiente p {
          margin-top: 20px;
          color: #444;
          font-weight: bold; }
        /* line 174, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body .selectorFormato label, #modalSSO .modal-content .modal-body .ventanaIndependiente label, #modalOpciones .modal-content .modal-body .selectorFormato label, #modalOpciones .modal-content .modal-body .ventanaIndependiente label {
          font-weight: normal; }
        /* line 177, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body .selectorFormato > div, #modalSSO .modal-content .modal-body .ventanaIndependiente > div, #modalOpciones .modal-content .modal-body .selectorFormato > div, #modalOpciones .modal-content .modal-body .ventanaIndependiente > div {
          color: #444; }
          /* line 179, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
          #modalSSO .modal-content .modal-body .selectorFormato > div input, #modalSSO .modal-content .modal-body .ventanaIndependiente > div input, #modalOpciones .modal-content .modal-body .selectorFormato > div input, #modalOpciones .modal-content .modal-body .ventanaIndependiente > div input {
            margin-right: 5px; }
      /* line 185, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body .social-icons, #modalOpciones .modal-content .modal-body .social-icons {
        margin: 20px 0;
        padding: 10px 0;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb; }
        /* line 190, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body .social-icons a, #modalOpciones .modal-content .modal-body .social-icons a {
          border: none;
          border-radius: 4px;
          background: #fff;
          margin: 12px auto;
          padding: 8px 12px;
          display: block;
          flex: 1;
          color: #fff;
          font-size: .9em;
          max-width: 250px; }
          /* line 201, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
          #modalSSO .modal-content .modal-body .social-icons a i, #modalOpciones .modal-content .modal-body .social-icons a i {
            padding-right: 5px; }
          /* line 204, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
          #modalSSO .modal-content .modal-body .social-icons a span, #modalOpciones .modal-content .modal-body .social-icons a span {
            font-weight: 300;
            font-size: .9em; }
          /* line 208, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
          #modalSSO .modal-content .modal-body .social-icons a.facebook, #modalOpciones .modal-content .modal-body .social-icons a.facebook {
            background: #3b5998; }
          /* line 211, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
          #modalSSO .modal-content .modal-body .social-icons a.linkedin, #modalOpciones .modal-content .modal-body .social-icons a.linkedin {
            background: #0077b5; }
          /* line 214, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
          #modalSSO .modal-content .modal-body .social-icons a.gmail, #modalOpciones .modal-content .modal-body .social-icons a.gmail {
            background: #dc4e41; }
          /* line 217, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
          #modalSSO .modal-content .modal-body .social-icons a:hover, #modalOpciones .modal-content .modal-body .social-icons a:hover {
            text-decoration: none; }
      /* line 223, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body form, #modalOpciones .modal-content .modal-body form {
        margin: 0 0 13.33333px 0;
        text-align: left;
        min-height: 1%;
        overflow: hidden; }
        /* line 228, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body form .form-group, #modalOpciones .modal-content .modal-body form .form-group {
          margin: 15px 0;
          min-height: 1%;
          overflow: hidden;
          float: left;
          width: 100%; }
        /* line 235, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body form label, #modalOpciones .modal-content .modal-body form label {
          font-weight: bold;
          font-size: 13px;
          color: #444 !important;
          float: left;
          line-height: 100% !important; }
        /* line 242, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body form small, #modalOpciones .modal-content .modal-body form small {
          font-size: 13px;
          display: inline-block;
          float: left;
          line-height: 100%;
          margin-left: 5px; }
          /* line 248, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
          #modalSSO .modal-content .modal-body form small a, #modalOpciones .modal-content .modal-body form small a {
            font-size: 13px !important; }
        /* line 250, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body form .checkbox, #modalOpciones .modal-content .modal-body form .checkbox {
          color: #444;
          font-weight: 300;
          margin-top: -8px; }
          /* line 254, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
          #modalSSO .modal-content .modal-body form .checkbox input[type="checkbox"], #modalOpciones .modal-content .modal-body form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
            margin-right: 5px; }
      /* line 262, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body #boton_conectar, #modalOpciones .modal-content .modal-body #boton_conectar {
        float: left;
        display: block;
        width: 100%;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
        padding: 8px 0;
        border: none !important;
        background: #5cb85c !important; }
      /* line 274, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body #boton_conectar + p, #modalOpciones .modal-content .modal-body #boton_conectar + p {
        display: block;
        margin-top: 13.33333px;
        margin-bottom: 0;
        clear: both;
        line-height: 100% !important;
        font-size: 15px;
        float: left;
        text-align: center;
        width: 100%; }
      /* line 288, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body .respuestaServidor, #modalOpciones .modal-content .modal-body .respuestaServidor {
        font-size: 14px;
        font-weight: 300;
        text-align: left;
        margin: 13.33333px 0 0 0; }
        /* line 293, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body .respuestaServidor b, #modalOpciones .modal-content .modal-body .respuestaServidor b {
          color: #444; }
      /* line 297, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body .avatar, #modalOpciones .modal-content .modal-body .avatar {
        position: relative;
        margin: auto auto 20px auto;
        display: inline-block; }
        /* line 301, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
        #modalSSO .modal-content .modal-body .avatar figure, #modalOpciones .modal-content .modal-body .avatar figure {
          text-align: center;
          border-radius: 50%;
          max-width: 100px;
          max-height: 100px;
          overflow: hidden;
          display: block; }
          /* line 308, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
          #modalSSO .modal-content .modal-body .avatar figure img, #modalOpciones .modal-content .modal-body .avatar figure img {
            width: 100%; }
      /* line 312, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body .SSOALIAS, #modalOpciones .modal-content .modal-body .SSOALIAS {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold;
        font-size: 1.1em;
        text-transform: uppercase;
        color: #222;
        display: block; }
      /* line 321, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body small.premium, #modalOpciones .modal-content .modal-body small.premium {
        color: #999;
        display: block;
        margin: auto;
        text-align: center;
        font-weight: 300; }
      /* line 330, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
      #modalSSO .modal-content .modal-body .btn-subscribe, #modalOpciones .modal-content .modal-body .btn-subscribe {
        margin-bottom: 6px;
        background: #e42644 !important;
        color: white !important;
        font-weight: normal; }
    /* line 340, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
    #modalSSO .modal-content .modal-footer, #modalOpciones .modal-content .modal-footer {
      border-top: none;
      text-align: center;
      line-height: 100%; }
  /* line 350, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
  #modalSSO .has-success input, #modalOpciones .has-success input {
    color: #444 !important;
    border: 1px solid #ccc !important; }
    /* line 353, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
    #modalSSO .has-success input:focus, #modalOpciones .has-success input:focus {
      box-shadow: none !important; }
  /* line 357, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
  #modalSSO .has-success .glyphicon, #modalOpciones .has-success .glyphicon {
    display: none !important; }
  /* line 358, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
  #modalSSO .has-success label, #modalOpciones .has-success label {
    color: #222 !important; }

/* Hemeroteca */
/* line 376, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
.detail_hemeroteca .modal .modal-content .modal-header .modal-seccion {
  font-size: 15px;
  font-weight: normal; }

/* SSO Premium */
/* line 389, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_modals.scss */
.premium .avatar:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e42644 url(/assets/themes/lvdg2017/images/usuario_premiun.png) no-repeat center center;
  color: #fff;
  text-align: center;
  text-shadow: none;
  display: block;
  background-size: 80%; }

/* Modal windows */
/* line 1, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
#floatBar {
  background: #fff;
  position: fixed;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 99999;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  height: 50px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  @media (max-width: 1019px) {
    /* line 1, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
    #floatBar {
      display: none !important; } }
  /* line 25, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
  #floatBar.fixed {
    bottom: 0; }
  /* line 27, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
  #floatBar h3 {
    font-family: "Merriweather", Georgia, serif;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 50px;
    overflow: hidden;
    flex: 1;
    position: relative; }
    /* line 38, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
    #floatBar h3 span {
      display: block;
      min-width: 300px; }
    /* line 42, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
    #floatBar h3:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 999;
      width: 40px;
      top: 0;
      bottom: 0;
      right: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0&0+2,1+54 */
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, white 54%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, white 54%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, white 54%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
      /* IE6-9 */ }
  /* line 60, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
  #floatBar .nav_articles {
    margin: 0;
    padding: 0 0 0 15px; }
    /* line 65, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
    #floatBar .nav_articles li {
      list-style: none;
      display: inline-block;
      line-height: 50px; }
      /* line 69, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
      #floatBar .nav_articles li a {
        display: block;
        font-size: 25px;
        color: #222;
        padding: 0; }
  /* line 78, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
  #floatBar .social_share {
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    min-height: 1%;
    overflow: hidden; }
    @media (min-width: 1020px) {
      /* line 78, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
      #floatBar .social_share {
        padding: 0 15px; } }
    /* line 88, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
    #floatBar .social_share li {
      display: block;
      float: left;
      list-style: none;
      line-height: 50px;
      padding: 0 5px;
      font-size: 1.2em; }
  /* line 101, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
  #floatBar .btn {
    margin: 0;
    border-radius: 4px !important;
    padding: 3px 4px 3px 14px;
    position: relative;
    height: 33px;
    line-height: 24px;
    min-width: 70px; }
    @media (min-width: 767px) {
      /* line 101, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
      #floatBar .btn {
        width: 85px; } }
    @media (max-width: 375px) {
      /* line 101, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
      #floatBar .btn {
        min-width: 53px; } }
    /* line 114, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
    #floatBar .btn i {
      position: absolute;
      left: 6px;
      top: 8px;
      font-size: 16px; }
      @media (max-width: 375px) {
        /* line 114, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
        #floatBar .btn i {
          left: 20px;
          font-size: 18px; } }
    /* line 125, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
    #floatBar .btn.btn-whatsapp {
      background: #25d366;
      color: #fff; }
      @media (min-width: 767px) {
        /* line 125, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
        #floatBar .btn.btn-whatsapp {
          display: none; } }
    /* line 131, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
    #floatBar .btn.btn-facebook {
      background: #3B5998;
      color: #fff; }
    /* line 135, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
    #floatBar .btn.btn-twitter {
      background: #36B9FF;
      color: #fff; }
    /* line 139, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
    #floatBar .btn.btn-comment {
      background: #444;
      color: #fff; }
      /* line 142, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
      #floatBar .btn.btn-comment i {
        font-size: 14px; }
      /* line 143, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
      #floatBar .btn.btn-comment span {
        padding-left: 14px; }
    /* line 145, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
    #floatBar .btn span {
      font-size: 11px;
      font-weight: 300;
      padding-left: 5px;
      opacity: .9;
      text-transform: uppercase;
      font-weight: bold; }
      @media (max-width: 375px) {
        /* line 145, ../../../Dropbox/lvdg2016/assets/newspaper2017/scss/includes/_floatbar.scss */
        #floatBar .btn span {
          display: none; } }

/* Float Bar */

/*# sourceMappingURL=detail.css.map */