/*!BASIC CSS
 * Author:  Diário de Notícias da Madeira
 * Email:   dep.informatica@dnoticias.pt
 * ---
 * Project: DNOTICIAS.PT (2016-10-12)
 * URL:     http://www.dnoticias.pt
 */

/*
font-family: 'Oswald', sans-serif;
<link href='https://fonts.googleapis.com/css?family=Oswald:300,400,700' rel='stylesheet' type='text/css'>
font-family: 'Playfair Display', serif;
<!--<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i" rel="stylesheet">-->
font-family: 'PT Serif', serif;
<link href="https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i" rel="stylesheet">
*/
html {
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%; min-height: 100%; height: auto;
  font: 14px/20px 'PT Serif', serif;
  color: #000000; font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
h3 {
  font: 700 24px/30px 'Oswald', Helvetica, Arial, sans-serif;
  color: #000;
}
h4 {
  font: 700 18px/24px 'Oswald', Helvetica, Arial, sans-serif;
  color: #000;
}
/*.title-underlined {
  margin: 30px 0 20px 0;
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
}*/

p {
  font: 14px/20px 'PT Serif', serif;
  color: #000000; font-weight: 400;
}
strong {font-weight: 700;}
img {display: block; max-width: 100%;}
a, a:hover {color: #000000;}

form input {
  display: block; position: relative;
  width: 100%; padding: 0 15px;
  border: 1px solid #a6a6a6;
  background: #ffffff;
  font: 14px/30px 'PT Serif', serif;
  color: #000000; font-weight: 400;
}
form label {
  font: 400 12px/25px 'Oswald', Helvetica, Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
}
form label .form-required {color: #c4161c;}
form .description {
  color: #a6a6a6; margin-bottom: 15px;
  font-size: 13px; line-height: 17px;
  clear: both;
}
form legend {
  font: 700 14px/18px 'Oswald', Helvetica, Arial, sans-serif;
  color: #c4161c; margin-bottom: 15px;
  text-transform: uppercase;
}
form input,
form select {
  width: 100%;
  padding: 3px 5px;
  margin-bottom: 5px;
  font: 400 13px/17px 'PT Serif', serif;;
  color: #000000;
  border: 1px solid #000000;
}
form label,
form input,
form select {text-align: left;}
form .form-checkbox {
  width: auto;
  float: left;
  margin: 6px 8px 0 0;
}
.form-item label {font-weight: normal;}
.form-submit {
  display: block; position: relative;
  width: auto;
  font: 700 12px/12px 'Oswald', Helvetica, Arial, sans-serif;
  padding: 15px 25px;
  text-decoration: none;
  color: #ffffff;
  background-color: #000000;
  margin: 15px auto;
  padding: 12px 30px;
  text-align: center;
  letter-spacing: 1px;
  border: 0px;
  border-radius: 25px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2px;
  white-space: nowrap;
}

/********************** GENERIC **********************/
.txt-caps {text-transform: uppercase;}
.txt-center {text-align: center;}
.txt-info {font: 700 14px/14px 'Oswald', Helvetica, Arial, sans-serif;}
.btn {
  display: inline-block; position: relative;
  font: 700 14px/14px 'Oswald', Helvetica, Arial, sans-serif;
  padding: 15px 25px; text-decoration: none;
  color: #ffffff; background-color: #000000;
  margin: 25px auto 0 auto; text-align: center;
  letter-spacing: 1px; border: 0px;
  text-transform: uppercase;
  cursor: pointer;
}
.btn:hover { 
  color: #ffffff;
  background-color: rgba(0,0,0,.7);
}
.btn-medium {font-size: 12px; line-height: 12px;}
.btn-rounded {
  border-radius: 25px;
  font-size: 12px;
  line-height: 12px;
  padding: 12px 30px;
  letter-spacing: 2px;
  white-space: nowrap;
}

/********************** HEADER **********************/
header, footer {
  position: relative; 
  width: 100%;
  /*overflow: hidden;*/
}
header {
  position: fixed; left: 0; top: 0;
  z-index: 150; padding-bottom: 10px;
  /*background-color: rgba(255,255,255,0.95);*/
}
header a {text-decoration: none;}
header a:hover,
header a:focus {text-decoration: none; color: #c4161c;}
header h1 {
  display: block; position: absolute;
  left: 50%; top: 18px; z-index: 10;
  width: 170px; height: 35px;
  margin: 0 0 0 -85px;
}
header h1 a {
  display: block; position: relative;
  width: 100%; height: 100%;
  text-indent: -5555px;
  background: url(../imgs/dnoticiaspt-id.png) no-repeat center center;
  background-size: 100% auto;
}
header .header-top {
  display: block; position: relative;
  border-bottom: 1px solid #000;
  padding: 28px 0; height: 77px; /*overflow: hidden;*/
}
header .header-top nav ul {
  display: block; position: relative;  
}
header .header-top nav ul li {
  display: block; position: relative;
  float: left; margin-right: 20px;
}
header .header-top nav ul li a {
  font: 700 11px/11px 'Oswald', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #bdbdbd; letter-spacing: 1px;
}
header .header-top nav ul li a:hover{color: #c4161c;}
header .header-top nav ul li a.active {color: #000;}
.nav-main.side-right {float: right;}
.nav-main.side-right li {
  margin-right: 0; margin-left: 20px;
}
header .header-top li.margin-left-5 {margin-left: 5px;}
header .header-top li a.nav-main-user,
header .header-top li a.nav-main-menu,
header .header-top li a.nav-main-menu.nav-close {
  display: block; position: relative;
  height: 20px; margin: 0 0 0 7px;
  background: url(../imgs/dnoticiaspt-icons.png) no-repeat;
  text-indent: -5555px;
}
header .header-top li a.nav-main-user {width: 15px; background-position: -80px 0;}
header .header-top li a.nav-main-user:hover {background-position: -80px -20px;}
header .header-top li a.nav-main-menu {width: 16px; background-position: -120px 0;}
header .header-top li a.nav-main-menu:hover {background-position: -120px -20px;}
header .header-top li a.nav-main-menu.nav-close {width: 16px; background-position: -138px 0;}
header .header-top li a.nav-main-menu.nav-close:hover {background-position: -138px -20px;}

header .header-top li.nav-user-logged a.nav-main-user {width: 24px; background-position: -96px 0;}
header .header-top li.nav-user-logged a.nav-main-user:hover {background-position: -96px -20px;}
header .header-top li.nav-user-logged.active a.nav-main-user {background-position: -96px -40px;}

header .header-top li ul.nav-user {
  display: none; position: absolute;
  width: auto; right: 0; z-index: 10;
  margin-top: 9px; padding: 10px 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.25);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.25);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,.25);
}

header .header-top li.active ul.nav-user {display: block;}
header .header-top li ul.nav-user li {width: 100%; margin: 0;}
header .header-top li ul.nav-user li a {
  display: block; padding: 10px 20px;
  white-space: nowrap;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
}
header .header-top li ul.nav-user li.nav-user-logout a {color: #c4161c; border-bottom: 0;}

header .header-bottom {
  display: block; position: relative;
  border-bottom: 3px solid #000;
}
header .header-bottom nav ul { text-align: center;}
header .header-bottom nav ul li {
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
}
header .header-bottom nav ul li a,
header .header-bottom nav ul li span {
  display: block;
  font: 700 12px/12px 'Oswald', Helvetica, Arial, sans-serif;
  color: #000; letter-spacing: 1px;
  padding: 20px 0 17px 0;
  border-bottom: 3px solid transparent;
}
header .header-bottom nav ul li a.active,
header .header-bottom nav ul li a:hover,
header .header-bottom nav ul li a:focus {
  border-bottom-color: #000;
}
.nav-social,
.btn-pesquisa {
  display: block; position: absolute;
  left: 0; top: 0;
}
.nav-social li {
  display: block; position: relative; 
  float: left; padding: 16px 0;
}
.nav-social li a {
  display: block; position: relative;
  height: 20px; margin: 0 5px;
  background: url(../imgs/dnoticiaspt-icons.png) no-repeat;
  text-indent: -5555px;
}
.nav-social li a.nav-social-tw {width: 15px; background-position: 0 -40px;}
.nav-social li a.nav-social-tw:hover {background-position: 0 -20px;}
.nav-social li a.nav-social-fb {width: 7px; background-position: -20px -40px;}
.nav-social li a.nav-social-fb:hover {background-position: -20px -20px;}
.nav-social li a.nav-social-yt {width: 18px; background-position: -160px -40px;}
.nav-social li a.nav-social-yt:hover {background-position: -160px -20px;}
.nav-social li a.nav-social-rss {width: 15px; background-position: -40px -40px;}
.nav-social li a.nav-social-rss:hover {background-position: -40px -20px;}
.btn-pesquisa {
  left: auto; right: 6px; top: 16px;
  width: 20px; height: 20px;
  background: url(../imgs/dnoticiaspt-icons.png) no-repeat -60px -40px;
  text-indent: -5555px;
}
.btn-pesquisa:hover {
  cursor: pointer;
  background-position: -60px -20px;
}
.header-bottom form input {
  display: none; padding: 16px 0;
  font: 15px/15px 'PT Serif', serif;
  color: #000000; font-weight: 400;
  background: transparent; border: 0px;
  text-align: center;
  outline: none;
}

/* BTN HASH */
.btn-hash {
  display: inline-block; position: relative;
  padding: 7px 15px; border-radius: 12px;
  font: 700 10px/10px 'Oswald', Helvetica, Arial, sans-serif;
  color: #000; text-transform: uppercase;
  letter-spacing: 1px; text-decoration: none;
  background: #eff0f1;
}
.btn-hash:hover,
.btn-hash.on {
  background-color: #c4161c; color: #fff;
  cursor: pointer;
}
.content-hashtags {text-align: center;}
.content-hashtags li {
  display: inline-block; 
  text-align: center;
  margin-bottom: 5px;
}

/* FIXED HEADER */
/*.fixed-header header {height: 90px;}*/
.fixed-header header h1 {
  width: 130px;
  margin-left: -65px; top: 3px;
}
.fixed-header header .header-top {padding: 10px 0; height: 41px;}
.fixed-header header .header-bottom nav ul li a,
.fixed-header header .header-bottom nav ul li span {padding: 13px 0 10px 0;}
.fixed-header header .btn-pesquisa {top: 10px;}
.fixed-header header .nav-social li {padding: 10px 0;}
.fixed-header header .header-bottom nav ul li a {font-size: 11px;}
.fixed-header .header-bottom form input {padding: 9px 0;}

/* animations */
header h1, header .header-top, header .header-bottom nav ul li a,
header .nav-social li, .wrapper {
  -webkit-transition: all 0.27s ease-in-out;
  -moz-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
}
header .btn-pesquisa {
  -webkit-transition: top 0.27s ease-in-out;
  -moz-transition: top 0.27s ease-in-out;
  transition: top 0.27s ease-in-out;
}
.header-bottom form input {
  -webkit-transition: padding 0.27s ease-in-out;
  -moz-transition: padding 0.27s ease-in-out;
  transition: padding 0.27s ease-in-out;
}

/* SITEMAP */
.sitemap {
  display: block; position: relative;
  left: 0; top: 0; 
  width: 100%; height: auto;
  overflow: hidden;
}
.sitemap ul {
  display: none; position: relative;
  float: left; padding: 16px 14px;
  width: 16.66666666666667%;
  font: 400 12px/20px 'Oswald', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bdbdbd;
}
.sitemap ul h4 {font-weight: 700; font-size: 12px; line-height: 20px;}
.sitemap .sitemap-navsec-bottom {
  width: 100%;
  text-align: center;
  padding: 0 0 20px 0;
}
.sitemap .sitemap-navsec-bottom li {
  display: inline-block;
  position: relative;
  font-size: 11px;
  margin: 0 10px;
}
.sitemap .sitemap-navsec-bottom li:before {
  display: block; position: absolute;
  left: -15px; top: -2px; color: #000;
  content: "●";
}
.sitemap .sitemap-navsec-bottom li:first-child:before {
  display: none;
}

header {
  background-color: rgba(255,255,255,0.95);
  -webkit-transition: all 0.17s linear;
  -moz-transition: all 0.17s linear;
  transition: all 0.17s linear;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0);
}
.header-nav-open {
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
}
.nav-main .nav-mob-hide,
.header-bottom .nav-social {
  -webkit-transition: opacity 0.17s ease-in-out;
  -moz-transition: opacity 0.17s ease-in-out;
  transition: opacity 0.17s ease-in-out;
  opacity: 1;
}
.header-nav-open .nav-main .nav-mob-hide,
.header-nav-open .header-bottom .nav-social {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.header-nav-open .header-bottom .nav-sec {display: none;}
.header-nav-open .sitemap ul, 
.header-nav-open form input {display: block;}
.header-nav-open .header-top {border-bottom: none;}
.header-nav-open .header-bottom {display: none;} /* SEM PESQUISA */

.mobile-nav .header-nav-open {overflow: scroll; height: 100%;}
.mobile-nav .wrapper, .mobile-nav footer {display: none;}

/********************** LAYOUT **********************/
.wrapper {margin-top: 145px;}

/* column center */
.col-center {
  position: relative; width: 100%; max-width: 1216px;
  margin: 0 auto; padding: 0 28px;
}
/*.col-center section {margin-bottom: 70px;}*/
.content {
  display: block; position: relative;
  width: 100%; max-width: 1216px;
  /*padding-bottom: 70px; padding-top: 25px; margin-top: 125px;*/
  padding-top: 20px; padding-bottom: 70px;
  overflow: hidden;
}
.content-top {margin-bottom: 25px;}

.col-double div {
  display: block; float: left;
  width: 50%; padding: 0 28px;
  text-align: center;
}

/* SECTION */
section {
  display: block; position: relative; float: left;
  width: 100%; /*margin-bottom: 70px;*/
}
section > h3 {margin-bottom: 30px; margin-top: 30px}
aside {
  display: block; position: relative; float: left;
  width: 29.913793103448282%; max-width: 347px;
  padding-left: 49px;
}
.content-aside {
  width: 70.08620689655172%; max-width: 813px;
  padding-right: 50px;
  border-right: 1px solid #000;
}

/* ASIDE TABS */
.aside-tabs {
  display: block; position: relative;
}
.aside-tabs ul {
  text-align: center;
  border-bottom: 1px solid #000;
  overflow: hidden;
}
.aside-tabs ul li {
  display: inline-block; position: relative;
  padding: 20px 0;
  font: 700 11px/11px 'Oswald', Helvetica, Arial, sans-serif;
  color: #000; text-transform: uppercase;
  letter-spacing: 1px;
}
.aside-tabs ul li:hover,
.aside-tabs ul li.active {
  border-bottom: 3px solid #000;
  cursor: pointer;
}
.aside-tabs ul li.aside-tab-left {float: left;}
.aside-tabs ul li.aside-tab-right {float: right;}

/* COLUMNS */
.col-width-4 {
  display: block; position: relative; float: left;
  /*width: 269px;*/ width: 23.18965517241379%;
  margin-right: 2.413793103448276%; margin-bottom: 28px;
}
.col-last {margin-right: 0px;}

/* ARTICLES */
.article-topo {border-bottom: 3px solid #000;}
.article-topo h3 {
  font: 700 48px/52px 'Oswald', Helvetica, Arial, sans-serif;
  color: #000; text-align: center;
  max-width: 70%; margin: 0 auto 25px auto;
}
.article-topo p {
  max-width: 90%; margin: 0 auto 25px auto;
  text-align: center;
}
.article-caption {
  display: block; padding: 10px 0 30px 0;
  font: 300 11px/18px 'Oswald', Helvetica, Arial, sans-serif;
  color: #bdbdbd; text-transform: uppercase;
  overflow: hidden;
}
.article-category, .article-comments {
  display: block; position: relative;
}
.article-category {float: left;}
.article-comments {float: right;}

/* Categorias - Cores */
.category-desporto {color: #f78807;}


/********************** FOOTER **********************/
footer {
  background-color: #141414; padding: 35px 0;
  -webkit-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,1);
  box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,1);
}
footer h1 {
  display: block; position: relative; float: left;
  width: 75px; height: 47px; margin-right: 28px; margin-top: 3px;
  background: transparent url(../imgs/dnoticiaspt-id-footer.png) no-repeat left top;
  text-indent: -5555px;
}
footer p, footer ul li {
  font: 400 12px/18px 'Oswald', Helvetica, Arial, sans-serif;
  color: #7a7a7a;
}
footer strong {
  display: inline-block;
  width: 99px;
}
footer a {
  text-transform: uppercase;
  color: #b9b9b9;
  text-decoration: none;
}
footer a:hover {color: #b9b9b9; text-decoration: underline;}
footer .copyright {
  text-align: center; clear: left;
  padding-top: 30px;
}

/******************** DESTAQUE TOPO ********************/
.destaques-topo {
  display: block; position: relative; 
  width: 100%; height: auto; padding: 70px 0 70px 0;
  margin-bottom: 50px;
}
.destaques-topo:before {
  display: block; position: absolute; 
  width: 100%; height: 100%;
  left: 0; top: 0;
  -webkit-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,.35);
  -moz-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,.35);
  box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,.35);
  content: "";
}
.destaques-topo p {
  max-width: 566px;
  font-size: 17px; line-height: 21px;
  padding: 0 28px; margin: 0 auto;
  text-align: center; color: #ffffff;
}
.destaques-topo .btn {
  position: absolute;
  left: 50%; bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

/******************** DESTAQUE MEIO ********************/
.destaques-meio {
  display: block; position: relative; 
  width: 100%; height: auto; padding: 70px 0 70px 0;
  margin-bottom: 0; background: #eff0f1;
}
.destaques-meio p {
  max-width: 566px;
  font-size: 17px; line-height: 21px;
  padding: 0 28px; margin: 0 auto;
  text-align: center; color: #000;
}
.destaques-meio .btn {
  position: absolute;
  left: 50%; bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

/******************** ASSINATURAS ********************/
#header-assinaturas {background-color: #c4161c;}
.content-planos.assinaturas-flex {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.content-planos .assinaturas-flex-item {
  width: calc(50% - 14px); height: auto;
}
.content-planos .assinaturas-flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.content-planos .assinaturas-flex-item:nth-child(2) {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.content-planos .assinaturas-flex-item:nth-child(3) {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.content-planos .assinaturas-flex-item:nth-child(4) {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.content-planos h3 {text-align: center;}
.content-planos p {
  padding: 0 0 15px 15px;
  font-size: 13px; line-height: 18px;
}
.content-planos .btn {min-width: 150px;}
.content-planos .nav-planos {margin: 25px 0 20px 0;}
.content-planos .nav-planos-campanha {margin: 0px 0 -20px 0;}
.col-planos {
  display: block; position: relative;
  border: 1px solid #eff0f1;
  height: 100%;
  overflow: hidden;
}
.col-planos-left, .col-planos-right {
  display: block; position: relative;
  float: right; width: 50%; padding: 28px;
}
.col-planos-left ul li span {
  display: block;
  padding: 15px 10px 15px 70px;
}
.col-planos-right {
  text-align: center;
  height: 100%; padding-bottom: 90px;
  background-color: #eff0f1;
}
.col-planos-right p {
  display: block; position: absolute;
  left: 0; bottom: 20px; width: 100%;
}
.content-planos .ed-impressa {margin-right: 28px;}
.content-planos .ed-digital .col-planos-left ul {margin-bottom: 60px;}

.content-planos .planos-prices {
  display: block; width: 100%;
  font: 700 30px/60px 'Oswald', Helvetica, Arial, sans-serif;
  color: #c4161c;
}
.content-planos .planos-prices strong {font-size: 60px;}
.content-planos .col-planos-right li {
  display:  block; position: relative;
  font-size: 13px; line-height: 18px;
  text-align: left; padding-left: 15px;
}
.content-planos .col-planos-right li:before {
  display: block; position: absolute;
  left: 0; top: 0;
  content: "•";
}
.content-planos .ico-planos {position: relative;}
.content-planos .off {opacity: .35; /*display: none!important;*/}
.content-planos .ico-planos:before {
  display: block; position: absolute;
  left: 0; top: 0;
  width: 70px; height: 50px;
  background: transparent url(../imgs/dnoticiaspt-ico-planos.png) no-repeat 10px 0;
  content: "";
}
.content-planos .ico-edimpressa:before {background-position: 10px 0;}
.content-planos .ico-distr:before {background-position: 10px -50px;}
.content-planos .ico-vida:before {background-position: 10px -100px;}
.content-planos .ico-premium:before {background-position: 10px -150px;}
.content-planos .ico-dnoticias:before {background-position: 10px -200px;}
.content-planos .ico-vales:before {background-position: 10px -245px;}
.content-planos .ico-campanha:before {background-position: 10px -302px;}
.content-planos .ico-natal:before {background-position: 10px -352px;}
.content-planos .btn-eddigital {
  display: block;
  position: relative;
  margin-top: 10px;
  border-radius: 2px;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.4);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.4);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,.4);
  padding: 10px 40px 10px 15px;
  text-align: left;
  font: 700 12px/16px 'Oswald', Helvetica, Arial, sans-serif;
  text-transform: uppercase; color: #000000;
  background-color: #ffffff;
}
.content-planos .btn-eddigital:before {content: "Adicionar ";}
.content-planos .btn-eddigital.on:before {content: "Retirar ";}
.content-planos .btn-eddigital.on {
  opacity: 1;
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,.4);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,.4);
  box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,.4);
}
.content-planos .btn-eddigital .info-poupa {
  position: absolute;
  right: 10px; top: 3px;
  width: 54px; height: 30px;
  padding: 0;
  border-radius: 15px;
  font: 400 11px/30px 'Oswald', Helvetica, Arial, sans-serif;
  color: #fff; text-align: center;
  letter-spacing: 1px;
  background: #c4161c;
}
.content-planos .btn-eddigital.on .info-poupa {
  background: #2d2d2d;
}
.content-planos .btn-eddigital .info-poupa:before {content: "+";}
.content-planos .btn-eddigital.on .info-poupa:before {content: "-";}

.nota-rodape {
  padding: 10px 0 0 15px;
  font-size: 12px;
  line-height: 14px;
  text-transform: italic;
  font-style: italic;
}

/******************** CLUBE PREMIUM - PARCEIROS ********************/
#clube-premium {background-color: #eff0f1;}
#clube-premium h3 {text-align: center; margin-bottom: 15px;}
#clube-premium h3 + p {margin-bottom: 50px;}
#clube-premium .descontos-show {
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #000;
  margin-top: 20px;
}
#clube-premium .col-center > h4 {margin-bottom: 25px;}
#clube-premium .list-covers li {margin-bottom: 14px;}
#clube-premium .list-covers li h4 {
  text-transform: none; font-size: 12px;
  display: none;
}
#clube-premium .list-covers li h4 strong {display: initial;}
#clube-premium .list-covers li h3 {
  display: block; position: absolute;
  width: 100%; height: 16px;
  left: 0; top: 50%;
  margin-top: -8px; padding: 0;
  font: 700 16px/16px 'Oswald', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#clube-premium.show .list-covers li h4 {display: block;}
#clube-premium .descontos-show:before {content: "Ver ";}
#clube-premium .descontos-show:after {
  display: inline-block; position: relative;
  margin-left: 3px; content: "↓";
}
#clube-premium.show .descontos-show:before {content: "Ocultar ";}
#clube-premium.show .descontos-show:after {content: "↑";}
#clube-premium .descontos-show:hover {cursor: pointer;}
#clube-premium .descontos-show:hover:after {top: 3px;}
#clube-premium.show .descontos-show:hover:after {top: -3px;}


/******************** BILHETEIRA ********************/
#header-bilheteira {
  min-height: 370px;
  /*background-color: #1075ba;*/
}
.actividades-flex {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: start;
  justify-content: space-between;
}
.actividades-item {
  position: relative;
  width: calc(50% - 14px); max-width: 566px; height: auto;
  margin: 0 0 28px 0;
  border: 1px solid #eff0f1;
  background: #eff0f1;
  overflow: hidden;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
/*.actividades-item:nth-child(odd) {margin-right: 28px;}*/
.actividades-item:hover {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.25);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.25);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,.25);
  /*-webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);*/
}
.actividades-item img.evento-id {
  position: absolute;
  left: 0; top: 0;
}
.actividades-item img.evento-pic {
  /*-webkit-filter: blur(3px);
  filter: blur(3px);*/
  -webkit-transition: -webkit-transform 0.17s ease-in-out;
  -moz-transition: -moz-transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.actividades-item:hover img.evento-pic {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

.actividades-col-left {
  display: block; position: relative; float: left;
  width: 50%; height: 100%;
  overflow: hidden;
}
.actividades-col-left img {width: 100%;}
.actividades-col-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 28px 28px;
  width: 50%; height: 100%;
  position: relative;
}
.actividades-col-item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
form.actividades-col-item,
.evento-msg.actividades-col-item {margin: 15px 0;}
.actividades-item h2 {
  display: block; position: absolute;
  left: 10px; top: 10px;
  z-index: 10;
}
.actividades-item h2 span {
  display: block;
  position: relative;
  float: left;
  padding: 5px 12px; margin-right: 1px;
  font: 400 10px/10px 'Oswald', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.evento-categoria {
  color: #ffffff;
  background: #c4161c;
}
.evento-nome {
  color: #000000;
  background: #ffffff;
}
.actividades-item h3 {
  font: 700 14px/18px 'Oswald', Helvetica, Arial, sans-serif;
  color: #000000; text-transform: uppercase;
}
.actividades-item h4 {
  font: 400 13px/17px 'Oswald', Helvetica, Arial, sans-serif;
  color: #000000;
}
.actividades-col-right select {
  width: 100%; padding: 3px 5px; margin-bottom: 5px;
  font: 400 13px/17px 'PT Serif', serif;
  color: #000000;
  border: 1px solid #000000;
}
.actividades-col-right .evento-bilhetes {
  display: inline-block; float: left;
  width: 50%; padding-right: 10px;
}
.actividades-col-right .evento-valor {
  display: inline-block;
  width: 50%; padding: 3px 5px;
  font: 400 10px/18px 'Oswald', Helvetica, Arial, sans-serif;
  color: #fff; text-align: right;
  border: 1px solid #000;
  background: #000;
}
.actividades-col-right .evento-valor strong {
  font-weight: normal;
  font-size: 14px; 
}
.actividades-col-right .btn {margin: 0 auto; width: auto;}
.actividades-item .btn-link {
  display: block; position: absolute;
  left: 0; bottom: 0; 
  width: 100%; height: 100%;
  text-indent: -5555px;
}
.actividades-item .btn-link:before {
  display: block; position: absolute;
  right: 0; bottom: 0; 
  width: 0; height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: transparent #c4161c transparent transparent;
  content: "";
}
.actividades-item .btn-link:after {
  display: block; position: absolute;
  right: 10px; bottom: 12px;
  width: 16px; height: 16px;
  background: transparent url(../imgs/dnoticiaspt-pictos.png) no-repeat -50px 0;
  content: "";
}

.actividades-item .bilhete-sessao, 
.actividades-item .bilhete-qnt {display: none;}
.actividades-item .bilhete-sessao.active, 
.actividades-item .bilhete-qnt.active {display: block;}

.evento-off .actividades-col-right .btn,
.evento-off .actividades-col-right select {
  pointer-events: none;
}
.evento-off .actividades-col-right .btn {
  background-color: #cacbcb;
}
.actividades-col-item p {
  margin-top: 10px; margin-bottom: 10px;
  font-size: 13px; line-height: 19px;
}
.evento-off .actividades-col-item p {
  color: #a0a0a0;
}
.evento-off .actividades-col-right select {
  color: #a0a0a0; background-color: #f7f8f8;
  border-color: #a0a0a0;
}
.evento-off .actividades-col-right h3,
.evento-off .actividades-col-right h4 {
  color: #a0a0a0;
}
.evento-off .actividades-col-right .evento-valor {
  border-color: #a0a0a0;
  background-color: #a0a0a0;
}
.evento-msg {display: none;}
.evento-off .evento-msg {
  display: block; padding: 10px;
  font: 400 14px/20px 'Oswald', Helvetica, Arial, sans-serif;
  color: #000000; text-align: center;
  border: 3px solid #000;
  background-color: #fff;
}
.evento-off form {display: none;}


/******************** INICIATIVAS ********************/
#header-iniciativas {background: #318cc5;}
.iniciativas .actividades-item {width: calc(25% - 14px);}

/******************** EDIÇÃO IMPRESSA ********************/
#header-edimpressa {
  padding: 70px 0 40px 0;
  background-color: #1e2333;
}
/* LIST COVERS */
.list-centered {
  position: relative;
  text-align: center;
}
.list-centered li {
  display: inline-block;
  position: relative;
  margin: 0 3% 28px 0;
}

/* LIST COVERS */
div.view-edicaosuplemento-latest {
	width: 100%;
}
.list-covers {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.list-covers li {
  position: relative;
  height: auto;
  margin: 0 0 28px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .list-covers li {width: calc(16.6% - 14px); margin-right: 17px;}
  .list-covers li:nth-child(6n) {margin-right: 0;}
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .list-covers li {width: calc(25% - 14px); margin-right: 18px;}
  .list-covers li:nth-child(4n) {margin-right: 0;}
}
@media screen and (max-width: 767px) and (min-width: 568px) {
  .list-covers li {width: calc(33.33333333333333% - 14px); margin-right: 21px;}
  .list-covers li:nth-child(3n) {margin-right: 0;}
}
@media screen and (max-width: 567px) and (min-width: 321px) {
  .list-covers li {width: calc(50% - 7px); margin-right: 14px;}
  .list-covers li:nth-child(2n) {margin-right: 0;}
}
@media screen and (max-width: 320px) {
  .list-covers li {width: 100%; margin-right: 0;}
  #clube-premium .list-covers li h3 {
    position: relative;
    left: auto; top: auto;
    padding: 20px 10px; margin: 0;
    height: auto;
  }
}

.list-covers li img {
  width: 100%; background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.25);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.25);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,.25);
}
.list-covers li.separadores {
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,.25);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,.25);
  box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,.25);
}
.list-centered li h4,
.list-covers h4 {
  padding-top: 10px;
  font: 400 11px/15px 'Oswald', Helvetica, Arial, sans-serif;
  color: #a6a6a6; text-transform: uppercase;
}
.list-centered li h4 strong,
.list-covers h4 strong {font-weight: 700; display: block;}

.btn-cover {display: block;}
.btn-cover:before {
  display: none; position: absolute;
  right: 0; top: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 85px 85px 0;
  border-color: transparent #c4161c transparent transparent;
  content: "";
}
.btn-cover:after {
  display: none; position: absolute;
  right: 12px; top: 15px;
  width: 25px; height: 21px;
  background: transparent url(../imgs/dnoticiaspt-pictos.png) no-repeat 0 0;
  content: "";
}
.btn-cover:hover:before,
.btn-cover:hover:after {display: block;}

/* PAGINAÇÃO */ 
.item-list .pager li {
  padding: 5px 10px;
  font: 12px/12px "Oswald", Helvetica, Arial;
  text-transform: uppercase;
}
.item-list ul {padding: 0 0 25px 0;}
.item-list ul li {margin: 0 5px;}
.item-list ul li a {text-decoration: none;}
.item-list ul li a.active {color: #000;}
.pager-current {
  font-weight: 700;
  color: #c4161c; 
  border: 2px solid #c4161c;
}

/******************** MODAL ********************/
body > .modal {display: none;}
.modal a.close-modal.ico-close {}
.modal-login {
  width: 100%; max-width: 622px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.25);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.25);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,.25);
  background-color: #ffffff;
}
.modal-login.expired,
.modal-login.expired .col-left {
  width: 100%; max-width: 311px;
  min-height: auto;
}
.modal-login-page {
  overflow: hidden; max-width: 622px;
  margin: 0 auto;
}
.modal-login .col-left,
.modal-login .col-right {
  float: left;
  width: 50%; min-height: 350px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 38px 28px 28px 28px;
}
.modal-login div h3,
.modal-login div .col-min-height,
.modal-login div .txt-center {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.modal-login .col-left h3,
.modal-login .col-right h3 {
  font-size: 17px; line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 20px; text-align: center;
}
/*.modal-login .col-right {padding: 38px 28px 28px 28px;}*/
.modal-login .col-min-height {min-height: 70px;}
/*.modal-login .col-min-height p {margin-top: 53px; margin-bottom: 50px;}*/
.modal-login .txt-center a {font-size: 13px; line-height: 13px;}
form input.input-password {margin-top: 5px;}

.modal-login .btn {/*margin-bottom: 15px;*/}
.modal-login .col-left > div {
  position: relative; left: 0; top: 0;
  width: 100%;
  /*padding: 38px 28px 28px 28px;*/
  -webkit-transition: all 0.27s ease-in-out;
  -moz-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
}
.modal-login .col-left .modal-login-recover {
  position: absolute;
  left: 100%; top: 0;
}
.modal-login .col-left.off > div {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
#user-login .form-item {
  position: relative;
  margin: 0 0 10px 0;
  text-align: left;
}
#user-login .form-item .description {
  display: none;
}
#user-login #edit-remember-me-wrapper input {
  width: auto;
  float: left;
  margin: 3px 8px 0 0;
}
.modal-login .col-right .subscription-detail hr {
	border: 0px solid white;
	margin: 10px 0;
}
.modal-login .col-right .subscription-detail h3 {
	font-size: 12px; line-height: 12px;	margin-bottom: 10px;
}
.modal-login .col-right .subscription-detail p {
	font: 12px/16px 'PT Serif', serif;
}
.modal-login .subscription-detail .txt-center a {
	font-size: 9px;
    line-height: 5px;
    margin: 0;
    padding: 12px 16px;	
}
.modal-login .subscription-detail .col-min-height {
    min-height: 45px;
}
.modal-login .txt-center a {
	margin-top: 5px;
}


/******************** SOBRE NÓS ********************/
#header-sobrenos {
  min-height: 370px;
  /*background-color: #1075ba;*/
}
.sobrenos {
  max-width: 566px; 
  margin: 0 auto; 
  float: none;
  text-align: justify;
}
.sobrenos h3 {margin-bottom: 25px; text-align: center;}
.sobrenos ol {list-style: decimal; list-style-position: inside;}
.sobrenos ol li {margin-bottom: 15px;}


/******************** LAYOUT - COLORS ********************/
.bg-blue {background-color: #4285f4;}
.bg-blue h3, .bg-blue a {color: #ffffff;}
.bg-blue p {color: #adccff;}
.bg-blue .btn {background: #1f55ae;}

/******************** QUIOSQUE - PROCESSAMENTO ********************/
#header-checkout {}
#header-checkout h3 {text-align: center;}
#header-checkout h3 .checkout-prod-value {
  display: inline-block;
  width: 120px; height: 120px;
  text-align: center; color: #fff;
  background-color: #c4161c;
  border-radius: 50%;
  line-height: 120px;
  margin-left: 25px;
}
.checkout-flex {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-flex-item {
  width: calc(50% - 14px); height: auto;
}
.checkout-flex {
  max-width: 764px;
  margin: 0 auto;
}
.checkout-flex fieldset {
  margin-bottom: 28px;
  min-height: 170px;
}
.checkout-flex .form-radios {
  display: block; position: relative;
  width: 100%;
  overflow: hidden;
}
.checkout-flex .form-radios label {
  width: 50%;
}
.checkout-flex .form-radios input[type="radio"] {
  width: auto;
  margin: 5px 10px 0 0;
}
.checkout-flex #payment-pane .form-item > label {display: none;}
.checkout-flex #payment-pane .form-radios label {display: block;}

.checkout-flex label,
.checkout-flex input,
.checkout-flex select {
  display: inline-block;
  position: relative;
  float: left;
  text-align: left;
  font-weight: normal;
}
.checkout-flex label {width: 40%;}
.checkout-flex input,
.checkout-flex select {width: 60%;}
.checkout-flex p {
  display: block; margin-bottom: 5px;
}
.checkout-flex > div:nth-child(1) {margin-right: 28px;}
.address-book-icon {display: none;}

.checkout-flex #checkout-form-bottom {
  display: block; position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.checkout-flex #payment_details {
  color: #a6a6a6; margin-bottom: 15px;
  font-size: 13px; line-height: 17px;
  padding: 15px 25px; margin-top: 15px;
  background-color: #eff0f1;
}
.checkout-flex #payment_details p {
  font-size: 13px; line-height: 17px;
  color: #a6a6a6;
}
.checkout-flex #edit-cancel, 
.checkout-flex #edit-continue,
.checkout-flex #edit-submit {
  display: inline-block;
  font: 700 12px/12px 'Oswald', Helvetica, Arial, sans-serif;
  padding: 12px 30px; letter-spacing: 2px;
  color: #ffffff; background-color: #000000;
  margin: 25px auto 0 auto; text-align: center;
  border-radius: 25px; border: 0;
  text-transform: uppercase;
  cursor: pointer;
}
.checkout-flex #edit-cancel:hover, 
.checkout-flex #edit-continue:hover { 
  color: #ffffff;
  background-color: rgba(0,0,0,.7);
}
.checkout-flex #edit-cancel {
  width: auto; float: none;
  margin: 0 10px;
  background-color: #cacbcb;
}
.checkout-flex #edit-continue {
  width: auto; float: none;
  margin: 0 10px;
  background-color: #c4161c;
}
.checkout-flex #edit-submit {
  background-color: #c4161c;
}
.checkout-flex #cart-pane {display: none;}
.solid-border, #checkout-form-bottom {border: 0;}

/******************** USER ********************/
/*#user {
  max-width: 566px;
  margin: 0 auto;
  float: none;
}
#user h3 {
  border-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
}*/
#user .profile {
  margin: 25px auto 35px auto;
  padding: 35px 50px 20px 50px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
}
#user .profile h3 {
  font: 700 14px/18px 'Oswald', Helvetica, Arial, sans-serif;
  color: #c4161c; border: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#user .profile dl {
  margin: 0 0 30px 0;
  background: #eff0f1;
  padding: 15px 35px;
}
#user .profile dl dt {
  float: left; width: 50%;
  margin: 0; font-weight: bold;
}
#user .profile dl dt,
#user .profile dl dd {margin-bottom: 10px;}
#user table {
  width: 100%;
  margin: 25px auto 35px auto;
  padding: 35px 50px 20px 50px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
}
#user thead th {
  text-align: left;
  border-bottom: 0;
  padding: 15px 35px;
  font-weight: bold;
}
#user thead th a {text-decoration: none;}
#user thead th:last-child {text-align: right;}
#user table tr {border-bottom: none;}
#user table tr.even {background-color: transparent;}
#user table tr.odd {background-color: #eff0f1;}
#user table tr td {
  padding: 15px 35px;
  background-color: transparent;
}
#user table th.active img {margin-left: 5px;}

/******************** FORMS ********************/
.section-info-forms {
  max-width: 566px;
  margin: 0 auto;
  float: none;
}
.section-info-forms p {margin-bottom: 15px;}
.section-info-forms form {
  margin: 25px auto 35px auto;
  padding: 35px 50px 20px 50px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,.15);
}
.section-info-forms form fieldset {margin-bottom: 35px;}
.section-info-forms #edit-profile-nascimento-wrapper .form-select {
  width: auto; float: left;
  margin-right: 5px;
}
.section-info-forms .legal-terms {
  padding: 15px 25px; margin-bottom: 15px;
  background: #eff0f1;
}
.section-info-forms .legal-terms h3 {
  font-size: 20px; line-height: 24px;
  margin-bottom: 10px;
}
.section-info-forms div > h3 {
  position: relative; text-align: center;
  margin-bottom: 40px; margin-top: 40px;
}
.section-info-forms div > h3:after {
  display: block; position: absolute;
  width: 40px; height: 3px;
  left: 50%; bottom: -20px; margin-left: -20px;
  background: #000000;
  content: "";
}

.section-info-forms .numeroordem {
  display: block; position: relative;
  width: 260px;
  margin: 0 auto 25px auto; padding: 15px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border-radius: 25px;
  background: #c4161c;
}
div.error, tr.messages, .status {
  padding: 15px 50px;
  max-width: 764px;
  margin: 0 auto 25px auto;
}
.messages, .status {background: #eff0f1; border: 1px solid #eaeaea;}
#user-login div.error {
  padding: 5px 20px;
  font-size: 12px;
  line-height: 14px;
  margin-top: -20px;
}

/******************** HEMEROTECA ********************/
.edicaodiario_hemeroteca_bydate-filtro {
  background: #f1f1f1;
  margin-bottom: 30px;
}
.edicaoselector, .dateselector {
  /*display: block; position: relative;*/
  float: left; margin-right: 25px;
}
.head_menu,
#chooseData input {
  font: 700 11px/11px 'Oswald', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;    
  white-space: nowrap;
  color: #000000;
  border: none;
  background: transparent;
}
.head_menu:hover, #chooseData input:hover {cursor:pointer;}
#chooseData input {width: 210px;}
.edicaoselector, #chooseData {padding: 10px 20px;}
.edicaoselector {position: relative; padding-right: 30px;}
.edicaoselector:after {
  display: block; position: absolute;
  right: 14px; top: 17px;
  width: 0; height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  content: "";
}
.head_menu > img {display: none;}
.ui-daterangepicker ul, .ui-daterangepicker .ranges, 
.ui-daterangepicker .range-start, 
.ui-daterangepicker .range-end {
  float: left;
}
.edicaoselector .sub_menu,
.dateselector .ui-daterangepickercontain {
  position: absolute;
  /*left: 0; top: 40px;*/ z-index: 9999;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.25);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,.25);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,.25);
}
.edicaoselector .sub_menu {display: none; left: 0; top: 40px;}
.edicaoselector .sub_menu a,
.dateselector #ui-daterangepicker-position a {
  display: block; position: relative;
  font: 700 11px/11px 'Oswald', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 10px 35px 10px 20px;
  white-space: nowrap;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
}
.ui-component-content {
  float: left;
  border-right: 1px solid #ebebeb;
}    
.dateselector .ranges {
  float: left;
  padding: 10px 0;
}
.dateselector #ui-daterangepicker-position .ranges a {padding: 3px 5px;}
.edicaoselector .sub_menu a:hover,
.dateselector #ui-daterangepicker-position a:hover {background-color: #f1f1f1;}
.cancelFiltros a {
  position: relative;
  float: right;
  font: 700 11px/11px 'Oswald', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff;
  border: none;
  background: #bdbdbd;
  padding: 14px 20px;
}
.dateselector #ui-daterangepicker-position a.ui-arrow-right-content:after {
  display: block; position: absolute;
  right: 10px; top: 12px;
  width: 0; height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000000;
  content: "";
}
.dateselector #ui-daterangepicker-position a.ui-arrow-right-active {color: #c4161c;}
.dateselector #ui-daterangepicker-position a.ui-arrow-right-active:after {
  display: block; position: absolute;
  right: 10px; top: 12px;
  width: 0; height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #c4161c;
  content: "";
}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
  width: 100%;
  border: 0;
  padding: 30px 10px 10px;
}
.ui-default-state.btnDone {
  display: block!important;
  font: 700 12px/14px "Oswald", Helvetica, Arial;
  padding: 5px 25px;
  margin: 10px;
  width: calc(100% - 20px);
  clear: both;
}
.ui-clearfix {display: block;}
.ui-datepicker-next, .ui-datepicker-prev {
  width: 20px; height: 20px;
  left: 10px; top: 5px;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
  width: 100%; height: 100%;
  border: 1px solid #d3d3d3!important;
}
.ui-datepicker-next {left: 176px;}
.ui-datepicker-header select {
  height: 20px; top: 5px;
  font-size: 12px; line-height: 20px;
}
.ui-datepicker-header select.ui-datepicker-new-month {
  width: 85px; left: 32px;
}
.ui-datepicker-header select.ui-datepicker-new-year {
  left: 119px; width: 55px;
}

/******************** MEDIA QUERIES ********************/
@media screen and (max-width: 1160px) {
  footer .col-width-4 {
    width: 33.33333333333333%;
    margin-right: 0;
  }
  footer .col-last {width: 100%; margin-bottom: 0;}
  footer .col-last ul {text-align: center;}
  footer .col-last ul li {
    display: inline-block;
    margin: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .content-planos .col-planos-left, .content-planos .col-planos-right {width: 100%; height: auto;}
  .content-planos .col-planos-right {height: 50%;}
  .actividades-flex .actividades-item {width: calc(33% - 16px);}
  .actividades-flex .actividades-col-left {width: 100%; height: 50%; overflow: hidden;}
  .actividades-flex .actividades-col-right {width: 100%; height: 50%;}
}
@media screen and (max-width: 959px) {
  .nav-main .nav-mob-hide {display: none;}
  header {
    padding: 0;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
  }
  header h1 {width: 130px; margin-left: -65px; top: 3px;}
  header .header-top {
    padding: 10px 0; 
    height: 41px;
    border: none;
  }
  header .header-bottom {
    position: absolute; top: 0;
    width: 87px; height: 100%;
    border: none;
  }
  header .header-bottom nav, header .header-bottom form,
  header .btn-pesquisa {display: none;}
  header .nav-social li {padding: 10px 0;}
  header .nav-social li a {margin: 0 7px 0 0;}
  .wrapper {margin-top: 41px;}
  .destaques-topo {
    min-height: 200px!important;
    padding: 30px 0 30px 0!important;
  }
}
@media screen and (max-width: 870px) {
  .actividades-flex .actividades-item {width: calc(50% - 16px);}
  .sitemap ul {width: 100%; padding: 0 10px; text-align: center; margin-bottom: 10px;}
  .sitemap ul li {display: inline-block; margin-right: 15px;}
  .sitemap ul li:first-child {width: 100%; margin: 0;}
  .sitemap ul.sitemap-navsec li {display: block; margin: 0;}
  .sitemap ul.sitemap-navsec-bottom li:first-child {width: auto; margin: 0 10px;}
}
@media screen and (max-width: 767px) {
  footer .col-width-4 strong {width: 100%;}
  footer .col-width-4 p {float: left;}
}
@media screen and (max-width: 667px) {
  .content-planos .col-planos-left, .content-planos .col-planos-right {width: 50%;}
  .content-planos .col-planos-right {height: 100%;}
  .content-planos .ed-impressa {margin-right: 0;}
  .content-planos .assinaturas-flex-item {width: 100%;}
  .content-planos .assinaturas-flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .content-planos .assinaturas-flex-item:nth-child(2) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 50px;
  }
  .content-planos .assinaturas-flex-item:nth-child(3) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .content-planos .assinaturas-flex-item:nth-child(4) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .modal-login, .modal-login .col-left, .modal-login .col-right {width: 100%;}
  .actividades-flex .actividades-item {width: 100%;}
  .actividades-flex .actividades-col-right,
  .actividades-flex .actividades-col-left {width: 50%; height: 100%;}
}
@media screen and (max-width: 568px) {
  footer .col-center {max-width: 380px;}
  footer .col-width-4 {width: 100%; margin-right: 0;}
  footer .col-last {margin: 0;}
  footer .col-width-4 strong {width: 99px;}
}
@media screen and (max-width: 480px) {
  /*section {margin-bottom: 70px;}*/
  .col-center {padding: 0 14px;}
  .content.col-center {padding: 14px;}
  .col-planos-left, .col-planos-right {padding: 14px;}
  .col-planos-right {padding-bottom: 90px;}
}
@media screen and (max-width: 420px) {
  .destaques-topo .list-centered li {margin: 0;}
  .content-planos .col-planos-left, .content-planos .col-planos-right {
    width: 100%;
    height: auto;
  }
  .actividades-flex .actividades-item {width: 100%;}
  .actividades-flex .actividades-col-left,
  .actividades-flex .actividades-col-right {width: 100%; height: auto;}
  .sitemap ul li {margin: 0 5px;}
}

/*
#newsExtra {
  display: block; position: relative;
  width: 300px; height: 90px;
  padding: 10px 25px; margin-top: 30px;
  border: 3px solid black;
}
#newsExtra h3 {
  display: block; position: absolute;
  width: auto;
  left: 80px; top: -10px;
  background: #fff;
  font-size: 14px; line-height: 14px;
  text-transform: uppercase;
  width: 140px;
  text-align: center;
  letter-spacing: 1px;
}
#newsExtra p {
  font-size: 11px; line-height: 14px;
  text-align: center;
}
#newsExtra form label {display: none;}
#newsExtra form input {
  display: block; position: relative; float: left;
  width: 164px; margin-top: 10px;
  font-size: 12px; line-height: 17px;
}
#newsExtra form .newsExtra-submit {
  display: block; position: relative; float: left;
  width: 80px;
  font: 700 10px/17px 'Oswald', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff; text-align: center;
  background-color: #000;
}
#newsExtra img {
  display: block; position: absolute;
  left: -35px; bottom: -3px;
}*/

/* SPECIAL */
div#node-599821 div.content {
	width: 55%;
	margin: 0 auto; 
}
.checkout-flex-item {float: left;}
.checkout-flex-item:first-child {margin-right: 28px;}
#checkout-consentimento label {
	width: 100%;
    font: 14px/20px 'PT Serif', serif;
    color: #000000;
    font-weight: 400;
    text-transform: initial;
}
#checkout-consentimento input[type="checkbox"] {
    width: auto;
    position: relative;
    top: 4px;
    margin-right: 15px;
}
#checkout-consentimento {
	margin-bottom: 35px;	
}
#checkout-consentimento  p {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: left;
}
.checkout-flex #edit-continue.disabled {
	background-color: #cacbcb;
	opacity: .5;
}
.hide {
  position: absolute;
  visibility: hidden;
  left: -5555px;
  top: -5555px;
}
