@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,600,700,800,900&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Mulish:200,300,400,500,600,700,800,900,200i,300i,400i,500i,600i,700i,800i,900i&display=swap'); 
  body {  
    font-family:sans-serif;
    font-size:10px;
  }  
* { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
} 

html { 
    font-family: sans-serif; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
} 

html { 
    font-size: 10px; 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
} 

:root { 
    --height-video: 32px; 
    --position-left: 0px; 
    --position-right: unset; 
    --position-top: var(--padding-extra); 
    --position-bottom: unset; 
    --padding-extra: calc(var(--v-header-height) + var(--v-header-ulthora-height)); 
    --v-header-height: 56px; 
    --v-header-trend-height: 32px; 
    --v-header-ulthora-height: 32px; 
    --v-burger-left: 16px; 
    --v-burger-size: 30px; 
    --v-burger-height: 22px; 
    --v-menu-margin: 0px; 
    --v-lh-margin: 0px 0 0 32px; 
    --v-lh-pos: absolute; 
    --v-lh-ta: left; 
    --v-menu-top-hei: 50px; 
    --v-mar-mic: 0px; 
    --vid-top: calc(56.25vw + var(--padding-extra)); 
    --vid-right: var(--position-right); 
    --vid-left: var(--position-left); 
    --v-header-ulthora-martop: var(--v-header-ulthora-height);
} 

@media only screen and (min-width: 768px){ 
  :root { 
    --v-lh-margin: 0 auto; 
    --v-lh-pos: static; 
    --v-lh-ta: center; 
    --v-mar-mic: -5px 6px 1px 0px; 
    --v-header-ulthora-height: 44px; 
    --position-left: unset; 
    --position-right: 10px; 
  } 
}     

@media only screen and (min-width: 1024px){ 
  :root { 
    --position-bottom: calc(0px + var(--padding-extra)); 
    --vid-bottom: calc(var(--position-bottom) - var(--height-video)); 
    --padding-extra: 42px; 
    --vid-left: var(--position-left); 
    --position-left: 10px; 
    --position-right: unset; 
  } 
}     

@media only screen and (min-width: 1280px){ 
  :root { 
    --v-menu-margin: calc((-100vw + 1280px)/2 - 1px);
  } 
}     

body { 
    margin: 0;
} 

body { 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
    font-size: 14px; 
    line-height: 1.42857143; 
    color: #333; 
    background-color: #fff;
} 

body { 
    font-family: 'Frank Ruhl Libre',serif; 
    font-weight: 400; 
    font-size: 1em; 
    color: #000; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    width: 100%; 
    max-width: 100vw; 
    margin: 0;
} 

:before,:after { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
} 

header { 
    display: block;
} 

#header { 
    background: #c20b19; 
    position: sticky; 
    top: calc(-1 * var(--v-header-trend-height)); 
    z-index: 727; 
    font-family: Mulish,sans-serif; 
    font-weight: 400; 
    font-size: 10px; 
    color: #fff;
} 

@media only screen and (min-width: 1024px){ 
  #header { 
    margin-bottom: var(--v-menu-top-hei);
  } 
}     

#header .header-bg  { 
    background: #ff0b13 
    
} 

nav { 
    display: block;
} 

.themes { 
    height: var(--v-header-trend-height); 
    overflow: auto; 
    position: relative; 
    border-bottom: 1px solid #fff;
} 

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

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

@media only screen and (min-width: 1280px){ 
  .row { 
    margin-left: auto; 
    margin-right: auto;
  } 
}     

.themes div.row  { 
    max-width: 1280px; 
    margin: auto; 
    position: relative; 
    padding: 0;
} 

.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after { 
    display: table; 
    content: " ";
} 

.themes div.row::before { 
    content: ""; 
    background: url(https://www.lecturas.com/Content/skins/lec2020/img/light-white.png?v=20240301093247) no-repeat; 
    background-size: 100%; 
    width: 8px; 
    height: 17px; 
    position: absolute; 
    top: calc((var(--v-header-trend-height) - 17px)/ 2); 
    left: 8px;
} 

.clearfix:after,.container:after,.container-fluid:after,.row:after { 
    clear: both;
} 

#header .header-content  { 
    display: flex; 
    flex-wrap: wrap; 
    align-items: center; 
    height: var(--v-header-height); 
    width: 100%; 
    max-width: calc(1280px + var(--v-burger-left)); 
    margin: 0 auto; 
    position: relative;
} 

.ticker { 
    background: #fff; 
    height: var(--v-header-ulthora-height); 
    position: relative; 
    z-index: 3; 
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.16); 
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.16); 
    box-shadow: 0 3px 8px rgba(0,0,0,.16); 
    max-width: calc(100vw); 
    margin: 0;
} 

.ticker:before { 
    content: ''; 
    position: absolute; 
    left: 0; 
    bottom: -1px; 
    width: 100%; 
    height: 2px; 
    background: #c20b19; 
    background: -webkit-linear-gradient(90deg,#b32825 0,#b32825 46%,#a497e0 69%,#d08aba 100%); 
    background: -moz-linear-gradient(90deg,#b32825 0,#b32825 46%,#a497e0 69%,#d08aba 100%); 
    background: -ms-linear-gradient(90deg,#b32825 0,#b32825 46%,#a497e0 69%,#d08aba 100%); 
    background: -o-linear-gradient(90deg,#b32825 0,#b32825 46%,#a497e0 69%,#d08aba 100%); 
    background: linear-gradient(90deg,#b32825 0,#b32825 46%,#a497e0 69%,#d08aba 100%);
} 

.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 { 
    position: relative; 
    min-height: 1px; 
    padding-right: 15px; 
    padding-left: 15px;
} 

.col-xs-12 { 
    float: left;
} 

.col-xs-12 { 
    width: 100%;
} 

@media (min-width: 768px){ 
  .col-sm-12 { 
    float: left;
  } 

  .col-sm-12 { 
    width: 100%;
  } 
}     

@media (min-width: 992px){ 
  .col-md-12 { 
    float: left;
  } 

  .col-md-12 { 
    width: 100%;
  } 
}     

@media (min-width: 1200px){ 
  .col-lg-12 { 
    float: left;
  } 

  .col-lg-12 { 
    width: 100%;
  } 
}     

#header label  { 
    display: block; 
    visibility: hidden; 
    line-height: 0; 
    height: 0; 
    width: 0; 
    margin: 0;
} 

input { 
    color: inherit; 
    font: inherit; 
    margin: 0;
} 

input { 
    line-height: normal;
} 

input { 
    font-family: inherit; 
    font-size: inherit; 
    line-height: inherit;
} 

input[type="checkbox"] { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    padding: 0;
} 

#menu-activator { 
    width: calc(var(--v-burger-left)*2 + var(--v-burger-size)); 
    height: 100%; 
    opacity: 0; 
    z-index: 27; 
    cursor: pointer;
} 

h1 { 
    font-size: 2em; 
    margin: 0.67em 0;
} 

#header .page-title  { 
    display: none;
} 

#header .brand  { 
    max-height: 35px; 
    display: inline-block; 
    position: relative; 
    max-width: 143px;
} 

@media only screen and (min-width: 768px){ 
  #header .brand  { 
    position: absolute; 
    left: 50%; 
    -webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%); 
    -ms-transform: translateX(-50%); 
    -o-transform: translateX(-50%); 
    transform: translateX(-50%); 
    width: 100vw; 
    max-height: 52px; 
    max-width: 157px;
  } 
}     

a { 
    background-color: transparent;
} 

a { 
    color: #337ab7; 
    text-decoration: none;
} 

a { 
    color: #000; 
    text-decoration: none;
} 

#header .suscribe  { 
    margin-left: auto; 
    margin-right: 15px; 
    font-size: 14px; 
    font-weight: 700; 
    color: #b22825; 
    background: #fff; 
    padding: 5px 12px; 
    height: 27px; 
    line-height: 1.27;
} 

@media only screen and (min-width: 768px){ 
  #header .suscribe  { 
    padding: 7px 15px; 
    height: 32px;
  } 
}     

a:active,a:hover { 
    outline: 0;
} 

a:hover { 
    color: #23527c; 
    text-decoration: underline;
} 

a:hover { 
    color: #c20b19; 
    text-decoration: none;
} 

#menu { 
    z-index: 2; 
    display: none; 
    width: 100vw; 
    margin-left: var(--v-menu-margin); 
    margin-right: var(--v-menu-margin);
} 

#menu-activator:checked ~ #menu  { 
    display: block; 
    z-index: 4;
} 

#menu-toggle { 
    position: absolute; 
    top: 50%; 
    left: var(--v-burger-left); 
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
    -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
    transform: translateY(-50%); 
    width: var(--v-burger-size); 
    height: var(--v-burger-height);
} 

.ultima-hora { 
    text-align: var(--v-lh-ta); 
    overflow: auto;
} 

.ultima-hora:before { 
    content: ''; 
    background: url(https://www.lecturas.com/Content/skins/lec2020/img/speaker-red.png?v=20240301093247) center no-repeat; 
    background-size: contain; 
    display: inline-block; 
    width: 15px; 
    height: 12px; 
    position: var(--v-lh-pos); 
    top: calc((var(--v-header-trend-height) - 12px)/ 2); 
    left: 8px; 
    z-index: 2; 
    margin: var(--v-mar-mic);
} 

@media (min-width: 1200px){ 
  .hidden-lg { 
    display: none !important;
  } 
}     

.themes .button  { 
    display: none;
} 

.themes div.row .trending-container  { 
    display: flex; 
    white-space: nowrap; 
    line-height: var(--v-header-trend-height); 
    height: calc(var(--v-header-trend-height) - 1px); 
    margin: 0; 
    padding-left: 8px; 
    padding-right: 24px; 
    overflow-y: hidden; 
    overflow-x: auto;
} 

.themes div.row .trending-container::-webkit-scrollbar { 
    -webkit-appearance: none; 
    height: 5px;
} 

.themes div.row .trending-container::-webkit-scrollbar-thumb { 
    background-color: #bfbfbf; 
    border-radius: 10px;
} 

.themes div.row .trending-container::-webkit-scrollbar-track { 
    border-radius: 10px; 
    background-color: #fff;
} 

#header .home-lnk  { 
    display: inline-block; 
    width: 100%;
} 

.menu { 
    width: 100%; 
    height: calc(100vh - var(--v-header-height)); 
    z-index: 99999; 
    background-color: #fff; 
    overflow: scroll; 
    -ms-overflow-style: none; 
    scrollbar-width: none;
} 

@media only screen and (min-width: 768px){ 
  .menu { 
    display: flex; 
    flex-direction: column; 
    width: 100vw;
  } 
}     

.menu:-webkit-scrollbar { 
    display: none;
} 

#menu-toggle span  { 
    width: 100%; 
    height: 2px; 
    background: #fff; 
    position: absolute; 
    top: calc(var(--v-burger-height)/ 2); 
    left: 0; 
    -webkit-transition: ease 60ms 60ms; 
    -moz-transition: ease 60ms 60ms; 
    -o-transition: ease 60ms 60ms; 
    transition: ease 60ms 60ms;
} 

#menu-toggle span:first-child  { 
    top: 0; 
    -webkit-transition: top 60ms ease 60ms,transform 60ms ease-out 20ms; 
    -moz-transition: top 60ms ease 60ms,transform 60ms ease-out 20ms; 
    -o-transition: top 60ms ease 60ms,transform 60ms ease-out 20ms; 
    transition: top 60ms ease 60ms,transform 60ms ease-out 20ms;
} 

#menu-activator:checked ~ #menu-toggle span:first-child  { 
    top: calc(var(--v-burger-height)/ 2); 
    -webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    -o-transform: rotate(45deg); 
    transform: rotate(45deg); 
    -webkit-transition: top 60ms ease 20ms,transform 60ms ease-out .1s; 
    -moz-transition: top 60ms ease 20ms,transform 60ms ease-out .1s; 
    -o-transition: top 60ms ease 20ms,transform 60ms ease-out .1s; 
    transition: top 60ms ease 20ms,transform 60ms ease-out .1s;
} 

#menu-activator:checked ~ #menu-toggle span:nth-child(2)  { 
    opacity: 0;
} 

#menu-toggle span:nth-child(3)  { 
    top: var(--v-burger-height); 
    -webkit-transition: top 60ms ease 60ms,transform 60ms ease-out 20ms; 
    -moz-transition: top 60ms ease 60ms,transform 60ms ease-out 20ms; 
    -o-transition: top 60ms ease 60ms,transform 60ms ease-out 20ms; 
    transition: top 60ms ease 60ms,transform 60ms ease-out 20ms;
} 

#menu-activator:checked ~ #menu-toggle span:nth-child(3)  { 
    top: calc(var(--v-burger-height)/ 2); 
    -webkit-transform: rotate(135deg); 
    -moz-transform: rotate(135deg); 
    -ms-transform: rotate(135deg); 
    -o-transform: rotate(135deg); 
    transform: rotate(135deg); 
    -webkit-transition: top 60ms ease 20ms,transform 60ms ease-out 140ms; 
    -moz-transition: top 60ms ease 20ms,transform 60ms ease-out 140ms; 
    -o-transition: top 60ms ease 20ms,transform 60ms ease-out 140ms; 
    transition: top 60ms ease 20ms,transform 60ms ease-out 140ms;
} 

.ultima-hora #themes  { 
    overflow-y: hidden; 
    white-space: nowrap; 
    font-size: 15px; 
    line-height: var(--v-header-ulthora-height); 
    display: inline; 
    height: var(--v-header-ulthora-height); 
    margin: var(--v-lh-margin); 
    padding-right: 32px; 
    overflow-x: auto; 
    top: -1px;
} 

@media only screen and (min-width: 768px){ 
  .ultima-hora #themes  { 
    font-size: 16px;
  } 
}     

.ultima-hora #themes::-webkit-scrollbar { 
    -webkit-appearance: none; 
    height: 1px;
} 

.ultima-hora #themes::-webkit-scrollbar-thumb { 
    background-color: #bfbfbf; 
    border-radius: 10px;
} 

.ultima-hora #themes::-webkit-scrollbar-track { 
    border-radius: 10px; 
    background-color: #fff;
} 

.themes div.row a  { 
    font-size: 10px; 
    color: #fff; 
    text-transform: uppercase; 
    line-height: var(--v-header-trend-height); 
    display: inline-block; 
    margin: 0; 
    padding: 0;
} 

.themes div.row a::before { 
    content: ''; 
    width: 6px; 
    height: 6px; 
    display: inline-block; 
    border-radius: 50%; 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    background: #eb7979; 
    margin: 0 5px;
} 

.themes div.row a:first-child::before { 
    content: none;
} 

img { 
    border: 0;
} 

img { 
    vertical-align: middle;
} 

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

.menu #searching  { 
    padding: 19px 9px 25px 7px;
} 

@media only screen and (min-width: 768px){ 
  .menu #searching  { 
    order: 0;
  } 
}     

@media only screen and (min-width: 1024px){ 
  .menu #searching  { 
    padding: 28px 0 35px; 
    width: calc(66% + 20px); 
    max-width: 851px;
  } 
}     

@media only screen and (min-width: 1280px){ 
  .menu #searching  { 
    padding-left: 0; 
    padding-right: 0;
  } 
}     

.menu #searching::after { 
    content: ""; 
    display: block; 
    clear: both;
} 

.menu .block-user  { 
    grid-area: userlogin;
} 

@media only screen and (min-width: 1024px){ 
  .menu .block-user  { 
    position: relative; 
    left: calc(48% + 332px); 
    margin: -78px 0 40px 23px;
  } 
}     

.menu .burger-menu-extra  { 
    background-color: #fff;
} 

@media only screen and (min-width: 768px){ 
  .menu .burger-menu-extra  { 
    order: 3;
  } 
}     

@media only screen and (min-width: 1024px){ 
  .menu .burger-menu-extra  { 
    padding-bottom: 85px;
  } 
}     

@media only screen and (min-width: 768px){ 
  .menu .menuComplete  { 
    order: 2;
  } 
}     

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete  { 
    background: #c20b19; 
    background: -webkit-linear-gradient(bottom,#c20b19 0,#c20b19 31%,#f5515f 83%); 
    background: -moz-linear-gradient(bottom,#c20b19 0,#c20b19 31%,#f5515f 83%); 
    background: -ms-linear-gradient(bottom,#c20b19 0,#c20b19 31%,#f5515f 83%); 
    background: -o-linear-gradient(bottom,#c20b19 0,#c20b19 31%,#f5515f 83%); 
    background: linear-gradient(to top,#c20b19 0,#c20b19 31%,#f5515f 83%); 
    border-top: 10px solid #f7f7f7;
  } 
}     

.menu .menuComplete::after { 
    content: ""; 
    display: block; 
    clear: both;
} 

.menu #searching .text  { 
    position: relative;
} 

.btt-container { 
    padding: 0;
} 

@media only screen and (min-width: 768px){ 
  .btt-container { 
    max-width: 1130px; 
    margin: 0 auto; 
    float: none;
  } 
}     

.menu .menuComplete .menu-title  { 
    display: none;
} 

.col-md-8,.col-lg-8,.col-xs-12,.col-sm-12 { 
    position: relative; 
    min-height: 1px; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 992px){ 
  .col-md-8 { 
    float: left;
  } 

  .col-md-8 { 
    width: 66.66666667%;
  } 
}     

@media (min-width: 1200px){ 
  .col-lg-8 { 
    float: left;
  } 

  .col-lg-8 { 
    width: 66.66666667%;
  } 
}     

.menu .menuComplete ul  { 
    margin: 0; 
    padding: 0; 
    list-style: none;
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete ul.n1  { 
    columns: 2; 
    column-gap: 40px;
  } 
}     

@media only screen and (min-width: 1280px){ 
  .menu .menuComplete ul.n1  { 
    max-width: 850px; 
    left: calc(50% - 1280px/2); 
    margin-top: 50px; 
    position: relative;
  } 

  .menu .menuComplete ul.n1::after { 
    top: 0; 
    content: ''; 
    position: absolute; 
    left: 0; 
    width: 100%; 
    height: 1px; 
    background: #ff753e; 
    background: -webkit-linear-gradient(right,#ff753e 0,rgba(255,192,203,.98) 7%,#ff758c 12.5%,#ff76c4 47%,rgba(0,0,0,0) 45.01%,rgba(0,0,0,0) 51.99% ,#ff753e 53%,#ff758c 62.5%,#ff76c4 100%); 
    background: -moz-linear-gradient(right,#ff753e 0,rgba(255,192,203,.98) 7%,#ff758c 12.5%,#ff76c4 47%,rgba(0,0,0,0) 45.01%,rgba(0,0,0,0) 51.99% ,#ff753e 53%,#ff758c 62.5%,#ff76c4 100%); 
    background: -ms-linear-gradient(right,#ff753e 0,rgba(255,192,203,.98) 7%,#ff758c 12.5%,#ff76c4 47%,rgba(0,0,0,0) 45.01%,rgba(0,0,0,0) 51.99% ,#ff753e 53%,#ff758c 62.5%,#ff76c4 100%); 
    background: -o-linear-gradient(right,#ff753e 0,rgba(255,192,203,.98) 7%,#ff758c 12.5%,#ff76c4 47%,rgba(0,0,0,0) 45.01%,rgba(0,0,0,0) 51.99% ,#ff753e 53%,#ff758c 62.5%,#ff76c4 100%); 
    background: linear-gradient(to left,#ff753e 0,rgba(255,192,203,.98) 7%,#ff758c 12.5%,#ff76c4 47%,rgba(0,0,0,0) 45.01%,rgba(0,0,0,0) 51.99% ,#ff753e 53%,#ff758c 62.5%,#ff76c4 100%);
  } 
}     

.col-md-4,.col-lg-4,.col-xs-12,.col-sm-12 { 
    position: relative; 
    min-height: 1px; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 992px){ 
  .col-md-4 { 
    float: left;
  } 

  .col-md-4 { 
    width: 33.33333333%;
  } 
}     

@media (min-width: 1200px){ 
  .col-lg-4 { 
    float: left;
  } 

  .col-lg-4 { 
    width: 33.33333333%;
  } 
}     

.menu .menuComplete .menu-magazine  { 
    padding: 0 18px 52px;
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete .menu-magazine  { 
    padding-top: 50px;
  } 
}     

@media only screen and (min-width: 1280px){ 
  .menu .menuComplete .menu-magazine  { 
    max-width: calc(1280px - 850px); 
    left: calc(50% - 1280px/2); 
    padding-left: 100px;
  } 
}     

.menu #searching .text .twitter-typeahead  { 
    width: 100%; 
    height: 40px; 
    float: left; 
    margin-top: 5px;
} 

@media only screen and (min-width: 1024px){ 
  .menu #searching .text .twitter-typeahead  { 
    margin-left: calc((100vw - 1280px)/ 2);
  } 
}     

input[type="button"]  { 
    -webkit-appearance: button; 
    cursor: pointer;
} 

.menu #searching .text #btnBusc  { 
    position: absolute; 
    top: 25px; 
    right: 9px; 
    width: 25px; 
    height: 25px; 
    padding: 0; 
    background: url(https://www.lecturas.com/content/skins/lec2020/img/ic-magnifier-red.png?v=20240301093247) no-repeat center center; 
    background-size: 25px; 
    font-size: 0; 
    outline: 0; 
    border: 0; 
    cursor: pointer; 
    transform: translateY(-50%);
} 

@media only screen and (min-width: 1024px){ 
  .menu #searching .text #btnBusc  { 
    right: 10px;
  } 
}     

.menu .block-user #user-profile  { 
    padding-top: 18px; 
    display: block;
} 

@media only screen and (min-width: 768px){ 
  .menu .block-user #user-profile  { 
    padding-top: 0;
  } 
}     

.menu .block-user .user-txt  { 
    text-transform: uppercase; 
    text-overflow: ellipsis; 
    overflow: hidden; 
    max-width: 32ch; 
    white-space: nowrap; 
    font-family: Mulish; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 18px; 
    letter-spacing: 1px;
} 

@media only screen and (min-width: 768px){ 
  .menu .block-user .user-txt  { 
    margin-bottom: 30px; 
    max-width: 73ch;
  } 
}     

@media only screen and (min-width: 1024px){ 
  .menu .block-user .user-txt  { 
    margin-bottom: 0; 
    max-width: 30ch;
  } 
}     

.btt-container .btt-title  { 
    font-family: Mulish,sans-serif; 
    font-weight: 400; 
    font-size: 15px; 
    color: #c20b19; 
    letter-spacing: 1.1px; 
    text-align: center; 
    text-transform: uppercase; 
    margin: 20px 0 15px;
} 

@media only screen and (min-width: 768px){ 
  .btt-container .btt-title  { 
    margin-bottom: 20px;
  } 

  .btt-container nav  { 
    margin: 0; 
    text-align: center;
  } 
}     

.menu .menuComplete ul li  { 
    padding: 20px 25px; 
    position: relative;
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete ul li  { 
    padding: 20px 37px; 
    list-style-position: inside; 
    -webkit-column-break-inside: avoid; 
    page-break-inside: avoid; 
    break-inside: avoid;
  } 
}     

.menu .menuComplete ul li::after { 
    bottom: 0; 
    content: ''; 
    position: absolute; 
    left: 0; 
    width: 100%; 
    height: 1px; 
    background: #ff753e; 
    background: -webkit-linear-gradient(right,#ff753e 0,rgba(255,192,203,.98) 14%,#ff758c 25%,#ff76c4 100%); 
    background: -moz-linear-gradient(right,#ff753e 0,rgba(255,192,203,.98) 14%,#ff758c 25%,#ff76c4 100%); 
    background: -ms-linear-gradient(right,#ff753e 0,rgba(255,192,203,.98) 14%,#ff758c 25%,#ff76c4 100%); 
    background: -o-linear-gradient(right,#ff753e 0,rgba(255,192,203,.98) 14%,#ff758c 25%,#ff76c4 100%); 
    background: linear-gradient(to left,#ff753e 0,rgba(255,192,203,.98) 14%,#ff758c 25%,#ff76c4 100%);
} 

.menu .menuComplete ul li.desplegable.open  { 
    padding-bottom: 0;
} 

.menu .menuComplete ul li.menu-share  { 
    font-family: Mulish,sans-serif; 
    font-weight: 400; 
    font-size: 16px; 
    color: #000; 
    line-height: .94; 
    letter-spacing: .67px; 
    text-transform: uppercase; 
    padding: 31px 26px 47px;
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete ul li.menu-share  { 
    color: #fff; 
    column-span: all; 
    margin-top: 40px;
  } 
}     

.menu .menuComplete ul li.menu-share::after { 
    content: none;
} 

.tt-hint { 
    margin-left: -104px;
} 

.menu #searching .text .twitter-typeahead input[type="text"]  { 
    font-family: Mulish,sans-serif; 
    font-weight: 500; 
    font-size: 25px; 
    color: #000; 
    letter-spacing: -.05px; 
    display: block; 
    width: 100%; 
    height: 40px; 
    padding: 10px; 
    padding-right: 40px; 
    margin: 0; 
    background-color: #f7f7f7!important; 
    border: 0;
} 

@media only screen and (min-width: 1024px){ 
  .menu #searching .text .twitter-typeahead input[type="text"]  { 
    padding: 10px 20px; 
    max-width: 100%; 
    margin: 0 auto; 
    left: 0;
  } 

  .menu #searching .text .twitter-typeahead input[type="text"].tt-hint  { 
    display: none;
  } 
}     

pre { 
    overflow: auto;
} 

pre { 
    font-family: monospace, monospace; 
    font-size: 1em;
} 

.tt-menu { 
    background: #fff; 
    z-index: 100000000;
} 

.menu #searching .text .twitter-typeahead .tt-menu  { 
    text-align: left; 
    min-width: 320px; 
    width: calc(100% + 7px + 9px); 
    height: 100vh; 
    padding: 10px 15px; 
    background: #fff; 
    border-top: 1px solid #fff; 
    z-index: 1000;
} 

@media only screen and (min-width: 1024px){ 
  .menu #searching .text .twitter-typeahead .tt-menu  { 
    width: 100%;
  } 
}     

.btt-container nav a  { 
    font-family: Mulish,sans-serif; 
    font-weight: 600; 
    font-size: 18px; 
    color: #000; 
    letter-spacing: .55px; 
    padding: 10px 20px 10px 40px; 
    position: relative; 
    border-radius: 22px; 
    -webkit-box-shadow: -4px 7px 13px 0 #d8d8d8,inset 0 1px 3px 0 #fff; 
    -moz-box-shadow: -4px 7px 13px 0 #d8d8d8,inset 0 1px 3px 0 #fff; 
    box-shadow: -4px 7px 13px 0 #d8d8d8,inset 0 1px 3px 0 #fff; 
    margin-left: 15px; 
    margin-right: 10px;
} 

@media only screen and (min-width: 768px){ 
  .btt-container nav a  { 
    display: inline-block; 
    margin: 0 25px 25px 0;
  } 
}     

@media only screen and (min-width: 1024px){ 
  .btt-container nav a  { 
    margin-right: 30px;
  } 
}     

@media only screen and (min-width: 1130px){ 
  .btt-container nav a  { 
    margin-right: 50px;
  } 
}     

.btt-container nav a::before { 
    content: ""; 
    position: absolute; 
    top: 6px; 
    left: 7px; 
    width: 29px; 
    height: 29px; 
    background-repeat: no-repeat; 
    background-size: contain;
} 

.btt-container nav a.btt-aries::before { 
    background-image: url(https://www.lecturas.com/content/skins/lec2020/img/horoscopo/btt-aries.svg?v=20240301093247);
} 

.btt-container nav a.btt-tauro::before { 
    background-image: url(https://www.lecturas.com/content/skins/lec2020/img/horoscopo/btt-tauro.svg?v=20240301093247);
} 

.btt-container nav a.btt-geminis::before { 
    background-image: url(https://www.lecturas.com/content/skins/lec2020/img/horoscopo/btt-geminis.svg?v=20240301093247);
} 

.btt-container nav a.btt-cancer::before { 
    background-image: url(https://www.lecturas.com/content/skins/lec2020/img/horoscopo/btt-cancer.svg?v=20240301093247);
} 

.btt-container nav a.btt-leo::before { 
    background-image: url(https://www.lecturas.com/content/skins/lec2020/img/horoscopo/btt-leo.svg?v=20240301093247);
} 

.btt-container nav a.btt-virgo::before { 
    background-image: url(https://www.lecturas.com/content/skins/lec2020/img/horoscopo/btt-virgo.svg?v=20240301093247);
} 

.btt-container nav a.btt-libra::before { 
    background-image: url(https://www.lecturas.com/content/skins/lec2020/img/horoscopo/btt-libra.svg?v=20240301093247);
} 

.btt-container nav a.btt-escorpio::before { 
    background-image: url(https://www.lecturas.com/content/skins/lec2020/img/horoscopo/btt-escorpio.svg?v=20240301093247);
} 

.btt-container nav a.btt-sagitario::before { 
    background-image: url(https://www.lecturas.com/content/skins/lec2020/img/horoscopo/btt-sagitario.svg?v=20240301093247);
} 

.btt-container nav a.btt-capricornio::before { 
    background-image: url(https://www.lecturas.com/content/skins/lec2020/img/horoscopo/btt-capricornio.svg?v=20240301093247);
} 

.btt-container nav a.btt-acuario::before { 
    background-image: url(https://www.lecturas.com/content/skins/lec2020/img/horoscopo/btt-acuario.svg?v=20240301093247);
} 

.btt-container nav a.btt-piscis::before { 
    background-image: url(https://www.lecturas.com/content/skins/lec2020/img/horoscopo/btt-piscis.svg?v=20240301093247);
} 

.menu .menuComplete ul li a  { 
    font-family: Mulish,sans-serif; 
    font-weight: 700; 
    font-size: 24px; 
    color: #f7f7f7; 
    line-height: .63; 
    letter-spacing: 1.85px; 
    text-transform: uppercase;
} 

.menu .menuComplete ul li.desplegable.open > a  { 
    display: inline-block; 
    padding-bottom: 25px;
} 

.menu .menuComplete ul li .n2  { 
    margin: 0 -25px; 
    position: relative;
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete ul li .n2  { 
    margin: 0 -37px;
  } 
}     

.menu .menuComplete ul li .n2::after { 
    top: 0; 
    content: ''; 
    position: absolute; 
    left: 0; 
    width: 100%; 
    height: 1px; 
    background: #ff753e; 
    background: -webkit-linear-gradient(right,#ff753e 0,rgba(255,192,203,.98) 14%,#ff758c 25%,#ff76c4 100%); 
    background: -moz-linear-gradient(right,#ff753e 0,rgba(255,192,203,.98) 14%,#ff758c 25%,#ff76c4 100%); 
    background: -ms-linear-gradient(right,#ff753e 0,rgba(255,192,203,.98) 14%,#ff758c 25%,#ff76c4 100%); 
    background: -o-linear-gradient(right,#ff753e 0,rgba(255,192,203,.98) 14%,#ff758c 25%,#ff76c4 100%); 
    background: linear-gradient(to left,#ff753e 0,rgba(255,192,203,.98) 14%,#ff758c 25%,#ff76c4 100%);
} 

.menu .menuComplete ul li.menu-share ul.share  { 
    padding-top: 17px;
} 

.menu .menuComplete .menu-magazine .menu-separator .subscribeTitle  { 
    font-family: 'Frank Ruhl Libre',serif; 
    font-weight: 400; 
    font-size: 40px; 
    color: #c20b19; 
    line-height: .88; 
    letter-spacing: -1.01px; 
    margin: 0; 
    max-width: 270px;
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete .menu-magazine .menu-separator .subscribeTitle  { 
    color: #fff;
  } 
}     

.menu .menuComplete .menu-magazine .menu-separator .magazine-issue  { 
    position: relative; 
    padding: 25px 0 50px;
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete .menu-magazine .menu-separator .magazine-issue  { 
    padding-bottom: 80px;
  } 

  .menu #searching .text .twitter-typeahead .tt-menu .tt-dataset  { 
    max-width: 810px; 
    margin: 0 auto; 
    padding: 0 15px;
  } 
}     

.menu .menuComplete ul li .n2 li  { 
    padding-top: 21px;
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete ul li .n2 li  { 
    margin: 0; 
    margin-right: 5%; 
    padding-right: 0;
  } 
}     

.menu .menuComplete ul li .n2 li.menu-image  { 
    padding-top: 13px; 
    padding-bottom: 12px;
} 

@media only screen and (min-width: 768px){ 
  .menu .menuComplete ul li .n2 li:last-child::after { 
    content: none;
  } 
}     

.menu .menuComplete ul li.menu-share ul.share li  { 
    display: inline-block; 
    width: 35px; 
    height: 35px; 
    padding: 0; 
    margin: 0 2%;
} 

@media only screen and (min-width: 376px){ 
  .menu .menuComplete ul li.menu-share ul.share li  { 
    margin: 0 2%;
  } 
}     

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete ul li.menu-share ul.share li  { 
    margin: 0 14px;
  } 
}     

.menu .menuComplete ul li.menu-share ul.share li:first-child  { 
    margin-left: 0;
} 

.menu .menuComplete ul li.menu-share ul.share li::after { 
    content: none;
} 

.menu .menuComplete ul li.menu-share ul.share li:last-child  { 
    margin-right: 0;
} 

.menu .menuComplete .menu-magazine .menu-separator .magazine-issue .coverTablet  { 
    background: url(https://www.lecturas.com/Content/img/bg-ipad.png?v=20240301093247) no-repeat; 
    background-size: 100%; 
    background-repeat: no-repeat; 
    width: 150px; 
    height: 213px; 
    left: 185px; 
    top: 160px; 
    position: absolute;
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete .menu-magazine .menu-separator .magazine-issue .coverTablet  { 
    width: 160px; 
    height: 226px; 
    top: 157px; 
    left: 162px;
  } 
}     

.menu .menuComplete .menu-magazine .menu-separator .icons .magazine-subs-digital  { 
    font-family: Mulish,sans-serif; 
    font-weight: 400; 
    font-size: 16px; 
    color: #000; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
    margin: 0; 
    padding-bottom: 30px;
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete .menu-magazine .menu-separator .icons .magazine-subs-digital  { 
    color: #fff; 
    padding-bottom: 20px;
  } 
}     

.menu .menuComplete .menu-magazine .menu-separator .icons .mangirotrack  { 
    width: 125px; 
    position: absolute;
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete .menu-magazine .menu-separator .icons .mangirotrack  { 
    width: 130px;
  } 
}     

.menu .menuComplete .menu-magazine .menu-separator .icons .mangirotrack:nth-child(2n)  { 
    left: calc(50% - 30px); 
    transform: translateX(-100%);
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete .menu-magazine .menu-separator .icons .mangirotrack:nth-child(2n)  { 
    left: 18px; 
    transform: none;
  } 
}     

@media only screen and (min-width: 1280px){ 
  .menu .menuComplete .menu-magazine .menu-separator .icons .mangirotrack:nth-child(2n)  { 
    left: 100px;
  } 
}     

.menu .menuComplete .menu-magazine .menu-separator .icons .mangirotrack:nth-child(2n + 1)  { 
    left: calc(50% + 30px);
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete .menu-magazine .menu-separator .icons .mangirotrack:nth-child(2n + 1)  { 
    left: calc(18px + 130px + 26px);
  } 
}     

@media only screen and (min-width: 1280px){ 
  .menu .menuComplete .menu-magazine .menu-separator .icons .mangirotrack:nth-child(2n + 1)  { 
    left: calc(100px + 130px + 26px);
  } 
}     

.menu .menuComplete ul li .n2 li.menu-image .menu-img  { 
    width: 55px;
} 

.menu .menuComplete ul li .n2 li a  { 
    font-size: 22px; 
    font-weight: 400; 
    line-height: .68; 
    letter-spacing: .92px; 
    text-transform: unset;
} 

.menu .menuComplete ul li .n2 li.menu-image a  { 
    padding-left: 19px;
} 

.ic-facebook-red-pink { 
    position: absolute; 
    background: url(https://www.lecturas.com/Content/skins/lec2020/img/ic-social/facebook-menu-red.png?v=20240301093247) no-repeat; 
    background-size: 100%; 
    width: 35px; 
    height: 35px;
} 

@media only screen and (min-width: 1024px){ 
  .ic-facebook-red-pink { 
    background-image: url(https://www.lecturas.com/Content/skins/lec2020/img/ic-social/facebook-menu-pink.png?v=20240301093247); 
    width: 40px; 
    height: 40px;
  } 
}     

.ic-twitter-red-pink { 
    position: absolute; 
    background: url(https://www.lecturas.com/Content/skins/lec2020/img/ic-social/twitter-menu-red.png?v=20240301093247) no-repeat; 
    background-size: 100%; 
    width: 35px; 
    height: 35px;
} 

@media only screen and (min-width: 1024px){ 
  .ic-twitter-red-pink { 
    background-image: url(https://www.lecturas.com/Content/skins/lec2020/img/ic-social/twitter-menu-pink.svg?v=20240301093247); 
    width: 40px; 
    height: 40px;
  } 
}     

.ic-youtube-red-pink { 
    position: absolute; 
    background: url(https://www.lecturas.com/Content/skins/lec2020/img/ic-social/Lecturas-YouTube.svg?v=20240301093247) no-repeat; 
    background-size: 100%; 
    width: 35px; 
    height: 35px;
} 

@media only screen and (min-width: 1024px){ 
  .ic-youtube-red-pink { 
    background-image: url(https://www.lecturas.com/Content/skins/lec2020/img/ic-social/Lecturas-YouTube-Hamburg.svg?v=20240301093247); 
    width: 40px; 
    height: 40px;
  } 
}     

.ic-pinterest-red-pink { 
    position: absolute; 
    background: url(https://www.lecturas.com/Content/skins/lec2020/img/ic-social/Lecturas-Pinterest.svg?v=20240301093247) no-repeat; 
    background-size: 100%; 
    width: 35px; 
    height: 35px;
} 

@media only screen and (min-width: 1024px){ 
  .ic-pinterest-red-pink { 
    background-image: url(https://www.lecturas.com/Content/skins/lec2020/img/ic-social/Lecturas-Pinterest-Hamburg.svg?v=20240301093247); 
    width: 40px; 
    height: 40px;
  } 
}     

.menu .menuComplete .menu-magazine .menu-separator .magazine-issue .cover img  { 
    width: 240px; 
    -webkit-box-shadow: 0 2px 10px 0 #dec0c0; 
    -moz-box-shadow: 0 2px 10px 0 #dec0c0; 
    box-shadow: 0 2px 10px 0 #dec0c0;
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete .menu-magazine .menu-separator .magazine-issue .cover img  { 
    width: 250px;
  } 
}     

.menu .menuComplete .menu-magazine .menu-separator .magazine-issue .coverTablet img  { 
    position: absolute; 
    width: 130px; 
    top: 20px; 
    left: 10px;
} 

@media only screen and (min-width: 1024px){ 
  .menu .menuComplete .menu-magazine .menu-separator .magazine-issue .coverTablet img  { 
    width: 140px;
  } 
}     

b { 
    font-weight: bold;
} 

.menu .menuComplete ul li.menu-share ul.share li a span  { 
    display: none;
} 

.ic-tiktok-red-pink { 
    position: absolute; 
    background: url(https://www.lecturas.com/Content/skins/lec2020/img/ic-social/tiktok-menu-red.svg?v=20240301093247) no-repeat; 
    background-size: 100%; 
    width: 35px; 
    height: 35px;
} 

@media only screen and (min-width: 1024px){ 
  .ic-tiktok-red-pink { 
    background-image: url(https://www.lecturas.com/Content/skins/lec2020/img/ic-social/tiktok-menu-pink.svg?v=20240301093247); 
    width: 40px; 
    height: 40px;
  } 
}     


/* These were inline style tags. Uses id+class to override almost everything */
#style-ISg1A.style-ISg1A {  
   position: relative;  
    display: inline-block;  
}  
#style-sEXzV.style-sEXzV {  
   position: absolute;  
    top: 0px;  
    left: 0px;  
    border-color: transparent;  
    box-shadow: none;  
    opacity: 1;  
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);  
}  
#inputText.style-YMGTt {  
   position: relative;  
    vertical-align: top;  
    background-color: transparent;  
}  
#style-D1Hpg.style-D1Hpg {  
   position: absolute;  
    visibility: hidden;  
    white-space: pre;  
    font-family: Mulish, sans-serif;  
    font-size: 25px;  
    font-style: normal;  
    font-variant: normal;  
    font-weight: 500;  
    word-spacing: 0px;  
    letter-spacing: -0.05px;  
    text-indent: 0px;  
    text-rendering: auto;  
    text-transform: none;  
}  
#style-tpXBp.style-tpXBp {  
   position: absolute;  
    top: 100%;  
    left: 0px;  
    z-index: 100;  
    display: none;  
}  
@media (max-width:991px){
  .snipcss0-5-15-16, .snipcss0-3-13-160, .themes {
    display: none;
  }
}
@media (max-width:480px){
  #header .suscribe {
    font-size: 13px;
  }
}