/**
 * @file
 * Overall specifications for Newsplus Lite.
 */

html {
  height: 100%;
}
body {
  font-size: 16px;
  color: #3f3f3f;
  line-height: 1.4;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  background-color: #f3f3f3;
}
p {
  margin: 0;
  padding: 0 0 15px 0;
}
p.large {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  padding-bottom: 20px;
}
a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
}
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
code,
pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre;
  white-space: pre-wrap;
  font-family: 'Source Code Pro', Consolas, Monaco, Courier;
}
pre {
  background: #ebebeb;
  border:none;
  border-left: 10px solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #363636;
  padding: 20px;
  font-size: 14px;
  max-height: 62px;
  overflow: hidden;
  margin: 40px 0 40px 45px;
}
pre:hover {
  max-height: 10000px;
  -webkit-transition: all ease-in-out 2s;
  -moz-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  -ms-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  font-size: 24px;
  font-style: italic;
  padding:0 0 0 140px;
  border-left: none;
  position: relative;
  margin: 40px 0 50px;
  line-height: 1.33;
  min-height: 80px;
}
.footer-area blockquote,
.subfooter-area blockquote,
.sidebar blockquote {
  padding-left: 80px;
}

/* Blockquote quote symbol */
blockquote:after {
  position: absolute;
  content: "“";
  left: 15px;
  color: #dddddd;
  font-style: normal;
  font-size: 280px;
  line-height: 0.8;
  height: 100%;
  top: 0;
}
.footer-area blockquote:after,
.subfooter-area blockquote:after,
.sidebar blockquote:after {
  left: 0;
  font-size: 190px;
}
@media (min-width: 992px) {
  .two-sidebars blockquote {
    padding: 0 0 0 80px;
  }
  .two-sidebars blockquote:after {
    left: 0;
    font-size: 190px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area blockquote,
  .subfooter-area blockquote,
  .sidebar blockquote {
    padding-left: 40px;
    font-size: 18px;
  }
  .footer-area blockquote:after,
  .subfooter-area blockquote:after,
  .sidebar blockquote:after {
    left: 0;
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  blockquote {
    padding: 0 0 0 80px;
  }
  blockquote:after {
    left: 0;
    font-size: 190px;
  }
}
ul {
  list-style-type: square;
}
ul.list li {
  margin-bottom: 5px;
}
.colored-area {
  color: #ffffff;
}
.colored-area legend{
  color: #ffffff;
}

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
 */
/* Headings */
h1, h2, h3, h4, h5, h6,
.heading-a,
.heading-b,
.heading-c,
.heading-d,
.heading-e {
  font-weight: 500;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.heading-a > a,
.heading-b > a,
.heading-c > a,
.heading-d > a,
.heading-e > a {
  color: #000;
}
h1,
.heading-a {
  font-size: 48px;
  margin-bottom: 20px;
}
h2,
.heading-b {
  font-size: 33px;
  font-weight: 400;
  margin-bottom: 20px;
}
h3,
.heading-c {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 0;
}
h4,
.heading-d {
  font-size: 18px;
}
h5,
.heading-e {
  font-size: 16px;
}
.title {
  margin-top: 0
}
.sidebar .block > h2,
#page .block-views h2.title {
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #464646;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
.node--view-mode-teaser h2.node__title,
.node--view-mode-teaser h2.node__title {
  font-weight: 500;
}
.sidebar h3.title {
  margin-top: 9px;
}
.footer-area .block > h2,
.subfooter-area .block > h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
#block-views-block-f-revistas-block-1 {
    float: left;
}

@media (min-width: 768px) {
	#block-views-block-f-revistas-block-1 a.image-popup.overlayed {
	  padding: 5px 5px;
	  border: 1px solid #ccc;
	  box-shadow: 3px 2px 5px #aaa;
	}
	#block-views-block-f-revistas-block-1 .views-row.views-row-1.views-row-even,
	#block-views-block-f-revistas-block-1 .views-row.views-row-0.views-row-odd.views-row-first {
	  float: right;
	  margin-left: 7px;
	  width: 31%;
	}
	div#views_slideshow_cycle_div_f_revistas-block_1_0 {
		width: 100%;
	}
}
@media (min-width: 1200px ) {
  #block-views-block-f-revistas-block-1 {
	width: 72%;
  }

}
@media (min-width: 990px) and (max-width: 1199px) {
  #block-views-block-f-revistas-block-1 {
	width: 68%;
  }
  #block-views-block-f-revistas-block-1 .views-row.views-row-1.views-row-even, 
  #block-views-block-f-revistas-block-1 .views-row.views-row-0.views-row-odd.views-row-first {
    margin: 0 18px 0 0px;
    width: 29%;
    float: right;
  }
  #views_slideshow_cycle_div_f_revistas-block_1_0, 
  #views_slideshow_cycle_div_f_revistas-block_1_1 {
    margin-left: -17px;
  }
}

@media (max-width: 767px) {
 .node h1.title {
    font-size: 36px;
  }
  .block-views-blockf-nota-principal-4-1-block-1 .views-field.views-field-field-taxonomia {
	top: 75px;
  }
  #block-views-block-f-revistas-block-1 {
	width: 100%;
    
  }
  #block-views-block-f-revistas-block-1 .views-row {
	width: 100%;
    float: left;
	padding: 7px;
	text-align: center;
  }
  #block-views-block-f-revistas-block-1 .views-row .overlayed{
	float: none;
  }
}
del {
  text-decoration: line-through;
}
.feed-icon {
  display: block;
  margin: 25px 0 0 0;
}
#subfooter-inside .col-md-8 {
    width: 100%;
}
