@charset "UTF-8";

/* line 6, sass/_placeholders.scss */

h1,
li,
.card-ao-vivo__programa,
.program-card__cat,
.program-card__date,
.list-canais__desc,
.single > blockquote > p,
.single > p,
.single > ul > li,
.single > ol > li,
.single__excerpt > p,
.downloads__title {
  font-family: g-light, "Tahoma, Geneva, sans-serif";
}

/* line 10, sass/_placeholders.scss */

[type="text"],
[type="numeric"],
[type="email"],
[type="password"],
[type="search"],
textarea,
em,
h1,
h2,
h3,
h4,
h5,
h6,
address,
dd,
p,
pre,
a,
label,
main .wp-block-image,
article .wp-block-image,
.select__selected,
.select__item,
.section-title,
.card-ao-vivo__titulo,
.card__cat,
.card__title,
.nav-tabs__tab,
.date-list__link,
.program__title,
.program__category,
.program__title h1,
.app__title {
  font-family: g-regular, "Tahoma, Geneva, sans-serif";
}

/* line 14, sass/_placeholders.scss */

a,
dt,
.card-ao-vivo__desc .card-ao-vivo__horario {
  font-family: g-medium, "Tahoma, Geneva, sans-serif";
}

/* line 18, sass/_placeholders.scss */

strong,
.listagem-posts-completa .card__title,
.card-ao-vivo__topo,
.card-ao-vivo__action,
.program-card__title,
.share__title,
.date-list__time,
.list-canais__title,
.list-canais__station,
.search-help__content .btn,
.search-help__title,
.result p span {
  font-family: g-bold, "Tahoma, Geneva, sans-serif";
}

/* line 23, sass/_placeholders.scss */

[type="text"],
[type="numeric"],
[type="email"],
[type="password"],
[type="search"],
textarea {
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #989fa5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  color: #989fa5;
}

/* line 44, sass/mixins/_ipts.scss */

:focus[type="text"],
:focus[type="numeric"],
:focus[type="email"],
:focus[type="password"],
:focus[type="search"],
textarea:focus {
  outline: 2px rgba(0, 0, 0, 0.1) solid;
}

/* line 48, sass/mixins/_ipts.scss */

:disabled[type="text"],
:disabled[type="numeric"],
:disabled[type="email"],
:disabled[type="password"],
:disabled[type="search"],
textarea:disabled {
  background-color: #efefef;
}

/* line 53, sass/mixins/_ipts.scss */

.-is-invalid[type="text"],
.-is-invalid[type="numeric"],
.-is-invalid[type="email"],
.-is-invalid[type="password"],
.-is-invalid[type="search"],
textarea.-is-invalid {
  border-color: #f54f54;
  color: #f54f54;
}

/* line 57, sass/mixins/_ipts.scss */

.-is-invalid[type="text"]::-webkit-input-placeholder,
.-is-invalid[type="numeric"]::-webkit-input-placeholder,
.-is-invalid[type="email"]::-webkit-input-placeholder,
.-is-invalid[type="password"]::-webkit-input-placeholder,
.-is-invalid[type="search"]::-webkit-input-placeholder,
textarea.-is-invalid::-webkit-input-placeholder {
  color: #f54f54;
  opacity: 1;
}

.-is-invalid[type="text"]:-moz-placeholder,
.-is-invalid[type="numeric"]:-moz-placeholder,
.-is-invalid[type="email"]:-moz-placeholder,
.-is-invalid[type="password"]:-moz-placeholder,
.-is-invalid[type="search"]:-moz-placeholder,
textarea.-is-invalid:-moz-placeholder {
  color: #f54f54;
  opacity: 1;
}

.-is-invalid[type="text"]::-moz-placeholder,
.-is-invalid[type="numeric"]::-moz-placeholder,
.-is-invalid[type="email"]::-moz-placeholder,
.-is-invalid[type="password"]::-moz-placeholder,
.-is-invalid[type="search"]::-moz-placeholder,
textarea.-is-invalid::-moz-placeholder {
  color: #f54f54;
  opacity: 1;
}

.-is-invalid[type="text"]:-ms-input-placeholder,
.-is-invalid[type="numeric"]:-ms-input-placeholder,
.-is-invalid[type="email"]:-ms-input-placeholder,
.-is-invalid[type="password"]:-ms-input-placeholder,
.-is-invalid[type="search"]:-ms-input-placeholder,
textarea.-is-invalid:-ms-input-placeholder {
  color: #f54f54;
  opacity: 1;
}

.-is-invalid[type="text"]::-ms-input-placeholder,
.-is-invalid[type="numeric"]::-ms-input-placeholder,
.-is-invalid[type="email"]::-ms-input-placeholder,
.-is-invalid[type="password"]::-ms-input-placeholder,
.-is-invalid[type="search"]::-ms-input-placeholder,
textarea.-is-invalid::-ms-input-placeholder {
  color: #f54f54;
  opacity: 1;
}

.-is-invalid[type="text"]::placeholder,
.-is-invalid[type="numeric"]::placeholder,
.-is-invalid[type="email"]::placeholder,
.-is-invalid[type="password"]::placeholder,
.-is-invalid[type="search"]::placeholder,
textarea.-is-invalid::placeholder {
  color: #f54f54;
  opacity: 1;
}

/* line 63, sass/mixins/_ipts.scss */

.-is-valid[type="text"],
.-is-valid[type="numeric"],
.-is-valid[type="email"],
.-is-valid[type="password"],
.-is-valid[type="search"],
textarea.-is-valid {
  border-color: #4caf50;
  color: #4caf50;
}

/* line 67, sass/mixins/_ipts.scss */

.-is-valid[type="text"]::-webkit-input-placeholder,
.-is-valid[type="numeric"]::-webkit-input-placeholder,
.-is-valid[type="email"]::-webkit-input-placeholder,
.-is-valid[type="password"]::-webkit-input-placeholder,
.-is-valid[type="search"]::-webkit-input-placeholder,
textarea.-is-valid::-webkit-input-placeholder {
  color: #4caf50;
  opacity: 1;
}

.-is-valid[type="text"]:-moz-placeholder,
.-is-valid[type="numeric"]:-moz-placeholder,
.-is-valid[type="email"]:-moz-placeholder,
.-is-valid[type="password"]:-moz-placeholder,
.-is-valid[type="search"]:-moz-placeholder,
textarea.-is-valid:-moz-placeholder {
  color: #4caf50;
  opacity: 1;
}

.-is-valid[type="text"]::-moz-placeholder,
.-is-valid[type="numeric"]::-moz-placeholder,
.-is-valid[type="email"]::-moz-placeholder,
.-is-valid[type="password"]::-moz-placeholder,
.-is-valid[type="search"]::-moz-placeholder,
textarea.-is-valid::-moz-placeholder {
  color: #4caf50;
  opacity: 1;
}

.-is-valid[type="text"]:-ms-input-placeholder,
.-is-valid[type="numeric"]:-ms-input-placeholder,
.-is-valid[type="email"]:-ms-input-placeholder,
.-is-valid[type="password"]:-ms-input-placeholder,
.-is-valid[type="search"]:-ms-input-placeholder,
textarea.-is-valid:-ms-input-placeholder {
  color: #4caf50;
  opacity: 1;
}

.-is-valid[type="text"]::-ms-input-placeholder,
.-is-valid[type="numeric"]::-ms-input-placeholder,
.-is-valid[type="email"]::-ms-input-placeholder,
.-is-valid[type="password"]::-ms-input-placeholder,
.-is-valid[type="search"]::-ms-input-placeholder,
textarea.-is-valid::-ms-input-placeholder {
  color: #4caf50;
  opacity: 1;
}

.-is-valid[type="text"]::placeholder,
.-is-valid[type="numeric"]::placeholder,
.-is-valid[type="email"]::placeholder,
.-is-valid[type="password"]::placeholder,
.-is-valid[type="search"]::placeholder,
textarea.-is-valid::placeholder {
  color: #4caf50;
  opacity: 1;
}

/* line 30, sass/_placeholders.scss */

button,
[type="submit"],
.btn {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 40px;
  color: #22292f;
  background: #ffd301;
  text-decoration: none;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: g-medium, "Tahoma, Geneva, sans-serif";
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
}

/* line 113, sass/mixins/_ipts.scss */

button:disabled,
:disabled[type="submit"],
.btn:disabled {
  background-color: #efefef;
  color: #bfbfbf;
}

/* line 43, sass/_placeholders.scss */

button:active,
:active[type="submit"],
.btn:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}

/* line 65, sass/_placeholders.scss */

.-t-white.btn {
  color: #fff;
}

/* line 68, sass/_placeholders.scss */

.-t-black.btn {
  color: #22292f;
}

/* line 71, sass/_placeholders.scss */

.-t-teal.btn {
  color: #006480;
}

/* line 74, sass/_placeholders.scss */

.-t-yellow.btn {
  color: #ffd301;
}

/* line 82, sass/_placeholders.scss */

.-bg-yellow.btn {
  background-color: #ffd301;
}

/* line 96, sass/_placeholders.scss */

.-bg-black.btn {
  background-color: #22292f;
}

/* line 110, sass/_placeholders.scss */

.-bg-teal.btn {
  background-color: #006480;
}

/* line 124, sass/_placeholders.scss */

.-bg-teal2.btn {
  background-color: #06509f;
}

/* line 142, sass/_placeholders.scss */

main > .btn-group,
article > .btn-group,
.grid,
.grid--masonry,
.program-list__grid,
.btn-group,
section > .section-title,
section > .card-ao-vivo__titulo,
.nav-tabs__limit,
.tab__limit,
.date-list__content,
.list-canais__content,
.tv-program__content,
.social-icons__content,
.search-help,
.result,
.dfp-area,
.footer__field {
  max-width: 1170px;
  margin-left: 12px;
  margin-right: 12px;
}

/* line 5, sass/_generics.scss */

body {
  color: #484848;
}

/* line 13, sass/_generics.scss */

em {
  font-style: italic;
}

/* line 30, sass/_generics.scss */

body h1.is-style-azul,
body h1.is-style-maior-azul,
body
h2.is-style-azul,
body
h2.is-style-maior-azul,
body
h3.is-style-azul,
body
h3.is-style-maior-azul,
body
h4.is-style-azul,
body
h4.is-style-maior-azul,
body
h5.is-style-azul,
body
h5.is-style-maior-azul,
body
h6.is-style-azul,
body
h6.is-style-maior-azul {
  color: #006480;
}

/* line 34, sass/_generics.scss */

body h1.is-style-azul-forte,
body h1.is-style-maior-azul-forte,
body
h2.is-style-azul-forte,
body
h2.is-style-maior-azul-forte,
body
h3.is-style-azul-forte,
body
h3.is-style-maior-azul-forte,
body
h4.is-style-azul-forte,
body
h4.is-style-maior-azul-forte,
body
h5.is-style-azul-forte,
body
h5.is-style-maior-azul-forte,
body
h6.is-style-azul-forte,
body
h6.is-style-maior-azul-forte {
  color: #2f519b;
}

/* line 40, sass/_generics.scss */

h1 {
  font-size: 1em;
}

/* line 44, sass/_generics.scss */

body h1.is-style-maior,
body h1.is-style-maior-azul,
body h1.is-style-maior-azul-forte {
  font-size: 1.3em;
}

/* line 50, sass/_generics.scss */

h2 {
  font-size: 0.9em;
}

/* line 54, sass/_generics.scss */

h3 {
  font-size: 0.8em;
}

/* line 58, sass/_generics.scss */

h4 {
  font-size: 0.6em;
}

/* line 62, sass/_generics.scss */

h5 {
  font-size: 0.4em;
}

/* line 66, sass/_generics.scss */

h6 {
  font-size: 0.3em;
}

/* line 70, sass/_generics.scss */

address {
  font-size: 13px;
}

/* line 75, sass/_generics.scss */

li {
  font-size: 0.5em;
  margin: 0 20px;
}

/* line 81, sass/_generics.scss */

blockquote {
  margin: 0 auto;
}

/* line 93, sass/_generics.scss */

p,
pre {
  font-size: 22px;
}

/* line 99, sass/_generics.scss */

pre {
  margin: 0 auto;
  padding: 10px;
}

/* line 104, sass/_generics.scss */

progress {
  max-width: 90%;
}

/* line 110, sass/_generics.scss */

article p {
  font-size: 20px;
  padding: 0 12px;
}

/* line 131, sass/_generics.scss */

a {
  text-decoration: none;
  color: inherit;
}

/* line 137, sass/_generics.scss */

label {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

/* line 144, sass/_generics.scss */

label input {
  margin-top: 10px;
}

/* line 156, sass/_generics.scss */

[type="text"]:focus,
[type="numeric"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="search"]:focus,
textarea:focus {
  outline: none;
}

/* line 164, sass/_generics.scss */

.ipt__generic {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  color: #2f2f2f;
}

/* line 173, sass/_generics.scss */

.btn__generic {
  background: #000;
  color: #fff;
  width: 100%;
}

/* line 177, sass/_generics.scss */

.btn__generic:hover {
  background: #5d5c5c !important;
}

/* line 187, sass/_generics.scss */

.fields__inline {
  display: block;
}

/* line 200, sass/_generics.scss */

textarea {
  height: auto;
}

/* line 205, sass/_generics.scss */

form {
  margin: 0 auto;
}

/* line 209, sass/_generics.scss */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #484848;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* line 227, sass/_generics.scss */

#gallery-1 {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px;
}

/* line 233, sass/_generics.scss */

#gallery-1 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 50%;
}

/* line 240, sass/_generics.scss */

#gallery-1 img {
  border: none;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}

/* line 245, sass/_generics.scss */

#gallery-1 .gallery-caption {
  margin: 0 auto;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}

/* line 258, sass/_generics.scss */

main,
article {
  font-size: 42px;
}

/* line 262, sass/_generics.scss */

main .wp-block-quote.is-large,
main .wp-block-quote.is-style-large,
article .wp-block-quote.is-large,
article .wp-block-quote.is-style-large {
  margin: 0 auto 16px;
}

/* line 293, sass/_generics.scss */

main > hr,
article > hr {
  margin: 30px 15px;
}

/* line 324, sass/_generics.scss */

main > p,
main li,
article > p,
article li {
  line-height: 38px;
}

/* line 341, sass/_generics.scss */

main > p iframe,
article > p iframe {
  width: 100%;
  min-height: 280px;
}

/* line 11, sass/mixins/_first-letter.scss */

main > p:first-of-type::first-letter,
article > p:first-of-type::first-letter {
  float: left;
  margin-right: 10px;
  color: #484848;
  font-size: 90px;
  line-height: 60px;
  font-weight: bold;
}

/* line 27, sass/mixins/_first-letter.scss */

main > p:first-of-type::after,
article > p:first-of-type::after {
  content: '';
  display: block;
  clear: both;
}

/* line 388, sass/_generics.scss */

main .wp-caption,
article .wp-caption {
  margin: 0 auto;
}

/* line 393, sass/_generics.scss */

main .wp-caption-text,
article .wp-caption-text {
  /*  &::before {
            content: ' ';
            display: inline-block;
            width: 20px;
            height: 20px;
            vertical-align: middle;
            margin-right: 10px;
            background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='#484848' d='M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z'></path></svg>");
        } */
}

/* line 395, sass/_generics.scss */

main .wp-caption-text,
article .wp-caption-text {
  width: 100%;
  text-align: left;
  margin-top: -10px;
  max-width: 1170px;
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
  font-size: 12px;
  margin-bottom: 20px;
  padding-top: 18px;
  line-height: 1.4;
}

/* line 422, sass/_generics.scss */

main .wp-block-image,
article .wp-block-image {
  font-size: 13px;
  margin-top: 40px;
  margin-bottom: 40px;
  height: auto;
}

/* line 437, sass/_generics.scss */

main > ul li::before,
article > ul li::before {
  content: ' ';
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #00758d;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 451, sass/_generics.scss */

main > ul li a,
article > ul li a {
  display: inline-block;
}

/* line 464, sass/_generics.scss */

main > h1,
main > h2,
main > h3,
main > h4,
main > h5,
main > h6,
main > hr,
main > p,
main > address,
main > blockquote,
main > pre,
main > figure.wp-block-embed,
main > div.wp-block-image,
main > figure.wp-block-image,
main > div.wp-block-columns {
  max-width: 1170px;
}

/* line 484, sass/_generics.scss */

main > div > p {
  max-width: 1170px;
}

/* line 509, sass/_generics.scss */

main > ul,
main ol {
  margin: 0 auto;
  list-style-position: inside;
}

/* line 526, sass/_generics.scss */

main > dl {
  margin: 0 auto;
}

/* line 535, sass/_generics.scss */

main > form {
  max-width: 1170px;
}

/* line 539, sass/_generics.scss */

main input {
  width: 100%;
}

/* line 568, sass/_generics.scss */

article > p,
article > h1,
article > h2,
article > h3,
article > h4,
article > h5,
article > h6,
article > hr,
article > pre,
article > address,
article > blockquote,
article > pre,
article > figure.wp-block-embed,
article > div.wp-block-image,
article > figure.wp-block-image,
article > div.wp-block-columns {
  padding: 0 12px;
}

/* line 623, sass/_generics.scss */

article > ul,
article ol {
  margin: 0 auto;
  list-style-position: inside;
}

/* line 640, sass/_generics.scss */

article dl {
  margin: 0 auto;
}

/* line 650, sass/_generics.scss */

article form {
  max-width: 960px;
}

/* line 654, sass/_generics.scss */

article input[type="text"],
article input[type="numeric"],
article input[type="email"],
article input[type="password"],
article input[type="search"],
article .btn-group textarea {
  width: 100%;
}

/* line 663, sass/_generics.scss */

article input[type="submit"] {
  margin: 0 auto;
}

/* line 674, sass/_generics.scss */

main > section {
  max-width: 100%;
  margin-bottom: 50px;
}

/* line 692, sass/_generics.scss */

main > .btn-group,
article > .btn-group {
  text-align: center;
}

/* line 697, sass/_generics.scss */

main > .btn-group .btn,
article > .btn-group .btn {
  width: 100%;
  margin-bottom: 12px;
}

/* line 701, sass/_generics.scss */

main > .btn-group .btn:last-child,
article > .btn-group .btn:last-child {
  margin-bottom: 0;
}

/* line 718, sass/_generics.scss */

.priority_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 723, sass/_generics.scss */

.section_interactive {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 44;
  -webkit-order: 43;
  -moz-box-ordinal-group: 44;
  -ms-flex-order: 43;
  order: 43;
}

/* line 729, sass/_generics.scss */

.section_interactive.-is-first {
  -webkit-box-ordinal-group: 43;
  -webkit-order: 42;
  -moz-box-ordinal-group: 43;
  -ms-flex-order: 42;
  order: 42;
}

/* line 732, sass/_generics.scss */

.section_interactive > .playlist {
  -webkit-box-ordinal-group: 44;
  -webkit-order: 43;
  -moz-box-ordinal-group: 44;
  -ms-flex-order: 43;
  order: 43;
}

/* line 734, sass/_generics.scss */

.section_interactive > .playlist.-is-first {
  -webkit-box-ordinal-group: 43;
  -webkit-order: 42;
  -moz-box-ordinal-group: 43;
  -ms-flex-order: 42;
  order: 42;
}

/* line 738, sass/_generics.scss */

.section_interactive .playlist__button {
  max-width: 120px;
  margin: 0 auto;
}

/* line 752, sass/_generics.scss */

.page main > h1 {
  font-family: g-bold, "Tahoma, Geneva, sans-serif";
  color: #003058;
  font-size: 30px;
  text-align: center;
  margin: 35px auto;
}

/* line 760, sass/_generics.scss */

.page main > h2,
.page main > h3,
.page main > h4,
.page main > h5 {
  margin: 35px auto;
}

/* line 771, sass/_generics.scss */

.page main > p:first-of-type::first-letter {
  margin-right: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
}

/* line 778, sass/_generics.scss */

.page figcaption {
  font-size: 16px;
}

/* line 781, sass/_generics.scss */

.page main > p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 16px;
}

/* line 793, sass/_generics.scss */

.page .aligncenter {
  text-align: center;
}

/* line 804, sass/_generics.scss */

#search-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 808, sass/_generics.scss */

#search-app .search-filter {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* line 816, sass/_generics.scss */

#search-app .result {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

/* line 820, sass/_generics.scss */

#search-app > section {
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
  -moz-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}

/* line 823, sass/_generics.scss */

#search-app > section.-first {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

/* line 827, sass/_generics.scss */

#search-app > section.search-help {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

/* line 831, sass/_generics.scss */

#search-app > section.hero,
#search-app > section.hero--post,
#search-app > section.hero--archive {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* line 842, sass/_generics.scss */

#jornalismo .search-filter {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 849, sass/_generics.scss */

.textwidget > p {
  font-size: inherit;
}

/* line 852, sass/_generics.scss */

.textwidget > p a {
  color: #fff;
  font: 13px/1.1 g-regular, "Tahoma, Geneva, sans-serif";
}

/* line 855, sass/_generics.scss */

.textwidget > p a:hover {
  text-decoration: underline;
}

/* line 860, sass/_generics.scss */

.footer__widget .textwidget p {
  line-height: 2em;
}

/* line 868, sass/_generics.scss */

.footer .mauticform_wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 869, sass/_generics.scss */

.footer .mauticform_wrapper .mauticform-innerform {
  position: relative;
  width: 260px;
  margin: 20px 0 0 0;
}

/* line 873, sass/_generics.scss */

.footer .mauticform_wrapper .mauticform-innerform [type="text"],
.footer .mauticform_wrapper .mauticform-innerform [type="numeric"],
.footer .mauticform_wrapper .mauticform-innerform [type="email"],
.footer .mauticform_wrapper .mauticform-innerform [type="password"],
.footer .mauticform_wrapper .mauticform-innerform [type="search"],
.footer .mauticform_wrapper .mauticform-innerform textarea {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 2px solid #5b6165;
  max-width: 228px;
  margin-bottom: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 889, sass/_generics.scss */

.footer .mauticform_wrapper .mauticform-innerform [type="text"]:focus,
.footer .mauticform_wrapper .mauticform-innerform [type="text"]:active,
.footer .mauticform_wrapper .mauticform-innerform [type="text"]:focus-within,
.footer .mauticform_wrapper .mauticform-innerform [type="numeric"]:focus,
.footer .mauticform_wrapper .mauticform-innerform [type="numeric"]:active,
.footer .mauticform_wrapper .mauticform-innerform [type="numeric"]:focus-within,
.footer .mauticform_wrapper .mauticform-innerform [type="email"]:focus,
.footer .mauticform_wrapper .mauticform-innerform [type="email"]:active,
.footer .mauticform_wrapper .mauticform-innerform [type="email"]:focus-within,
.footer .mauticform_wrapper .mauticform-innerform [type="password"]:focus,
.footer .mauticform_wrapper .mauticform-innerform [type="password"]:active,
.footer .mauticform_wrapper .mauticform-innerform [type="password"]:focus-within,
.footer .mauticform_wrapper .mauticform-innerform [type="search"]:focus,
.footer .mauticform_wrapper .mauticform-innerform [type="search"]:active,
.footer .mauticform_wrapper .mauticform-innerform [type="search"]:focus-within,
.footer .mauticform_wrapper .mauticform-innerform textarea:focus,
.footer .mauticform_wrapper .mauticform-innerform textarea:active,
.footer .mauticform_wrapper .mauticform-innerform textarea:focus-within {
  color: #fefefe;
  border-bottom: 2px solid #fefefe;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  transition: border-color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}

/* line 904, sass/_generics.scss */

.footer .mauticform_wrapper .mauticform-innerform .mauticform-row.mauticform-button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 909, sass/_generics.scss */

.footer .mauticform_wrapper .mauticform-innerform .mauticform-button-wrapper .mauticform-button.btn-default,
.footer .mauticform_wrapper .mauticform-innerform .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default,
.footer .mauticform_wrapper .mauticform-innerform button[type="submit"] {
  -webkit-box-shadow: 0px 0px;
  -moz-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  color: #fefefe;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  border: none;
  background: transparent;
  background-color: transparent;
  font: 13.3333px/1.1 g-medium, "Tahoma, Geneva, sans-serif";
}

/* line 929, sass/_generics.scss */

.footer .mauticform_wrapper .mauticform-innerform .mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.footer .mauticform_wrapper .mauticform-innerform .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
  display: none;
}

/* line 933, sass/_generics.scss */

.footer .mauticform_wrapper .mauticform-errormsg {
  color: #ff6060;
  font-family: g-medium, "Tahoma, Geneva, sans-serif";
  font-size: 11px;
  line-height: 3em;
  text-transform: uppercase;
}

/* line 940, sass/_generics.scss */

.footer .mauticform_wrapper .mauticform-message {
  color: #f2c439;
  font-family: g-medium, "Tahoma, Geneva, sans-serif";
  font-size: 11px;
  text-transform: uppercase;
}

/* line 949, sass/_generics.scss */

.footer .mauticform_wrapper + br {
  display: none;
}

/* line 952, sass/_generics.scss */

.footer .mauticform_wrapper .mauticform-row {
  margin-bottom: 0;
}

/* line 11, sass/blocks/_header.scss */

.header {
  position: relative;
  height: 60px;
  background-color: #fff;
}

/* line 38, sass/blocks/_header.scss */

.header__menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 0 12px;
  overflow: scroll;
  background-color: #006480;
}

/* line 82, sass/blocks/_header.scss */

.header__menu-items > .menu-item {
  margin: 0;
  min-height: 52px;
  background-color: #00758d;
}

/* line 96, sass/blocks/_header.scss */

.header__menu-items > .menu-item a {
  font: 13px/52px g-medium, "Tahoma, Geneva, sans-serif";
  letter-spacing: 0.4px;
  display: block;
  padding: 0 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 113, sass/blocks/_header.scss */

.header__menu-items > .menu-item.menu-item-has-children > a:after {
  margin-left: 8px;
  display: inline-block;
  content: '>';
}

/* line 211, sass/blocks/_header.scss */

.header__menu-items > .menu-item:nth-child(even) {
  background-color: #006c87;
}

/* line 219, sass/blocks/_header.scss */

.header__menu-items .sub-menu {
  background-color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 223, sass/blocks/_header.scss */

.header__menu-items .sub-menu a {
  margin: 0 12px;
  padding: 0;
  font-family: g-light, "Tahoma, Geneva, sans-serif";
  line-height: 45px;
  color: #5b6165;
  border-bottom: 1px solid #989fa5;
}

/* line 232, sass/blocks/_header.scss */

.header__menu-items .sub-menu .menu-item:last-child a {
  border-bottom: 0px;
}

/* line 249, sass/blocks/_header.scss */

.header__menu-items .sub-menu > .menu-item {
  margin: 0;
}

/* line 280, sass/blocks/_header.scss */

.header__toggle,
.header__close {
  margin: 0;
  display: inline-block;
  padding: 8px;
  height: 42px;
  width: 42px;
  vertical-align: middle;
  background-color: transparent;
  color: #003058;
  cursor: pointer;
}

/* line 291, sass/blocks/_header.scss */

.header__toggle a,
.header__close a {
  color: inherit;
}

/* line 295, sass/blocks/_header.scss */

.header__toggle:active,
.header__close:active {
  padding: 9px;
}

/* line 299, sass/blocks/_header.scss */

.header__toggle:focus,
.header__close:focus {
  outline: none;
}

/* line 309, sass/blocks/_header.scss */

.header__close {
  display: block;
  margin: 0 0 4px auto;
  padding: 9px 0;
  color: #fff;
}

/* line 317, sass/blocks/_header.scss */

.header__close svg {
  margin-right: -3px;
  float: right;
  height: 100%;
}

/* line 324, sass/blocks/_header.scss */

.header__close:active {
  padding: 10px 0px;
}

/* line 331, sass/blocks/_header.scss */

.header__logo {
  display: inline-block;
  width: -webkit-calc( 100% - 104px);
  width: -moz-calc( 100% - 104px);
  width: calc( 100% - 104px);
  vertical-align: middle;
  text-align: center;
}

/* line 340, sass/blocks/_header.scss */

.header__logo a {
  display: block;
  height: 60px;
}

/* line 345, sass/blocks/_header.scss */

.header__logo .header__logo-img {
  height: 100%;
}

/* line 359, sass/blocks/_header.scss */

.header__translate {
  background: white;
}

/* line 362, sass/blocks/_header.scss */

.header__translate .select__content {
  border: none;
  -webkit-box-shadow: 0 0 10px -3px #2b3c50;
  -moz-box-shadow: 0 0 10px -3px #2b3c50;
  box-shadow: 0 0 10px -3px #2b3c50;
}

/* line 367, sass/blocks/_header.scss */

.header__translate .select__selected,
.header__translate .select__item {
  line-height: 25px;
}

/* line 371, sass/blocks/_header.scss */

.header__translate {
  position: absolute;
  top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 380, sass/blocks/_header.scss */

.header__translate:after {
  position: absolute;
  top: 9px;
  right: 10px;
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-color: #006480;
}

/* line 410, sass/blocks/_header.scss */

li {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
}

/* line 415, sass/blocks/_header.scss */

li a {
  padding: 0 25px 0 15px;
  display: block;
  font: 12px/26px g-regular, "Tahoma, Geneva, sans-serif";
}

/* line 421, sass/blocks/_header.scss */

li.-is-selected {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

/* line 428, sass/blocks/_header.scss */

.header__doe {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 40px;
  color: #006480;
  background: #ffd301;
  text-decoration: none;
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: g-medium, "Tahoma, Geneva, sans-serif";
  font-size: 12px;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
}

/* line 113, sass/mixins/_ipts.scss */

.header__doe:disabled {
  background-color: #efefef;
  color: #bfbfbf;
}

/* line 438, sass/blocks/_header.scss */

.header__doe:before {
  display: inline-block;
  margin-right: 6px;
  height: 23px;
  width: 22px;
  content: '';
  background: url("../imgs/icon-doe.png") top 2px center no-repeat;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  vertical-align: middle;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}

/* line 457, sass/blocks/_header.scss */

.header__switch {
  display: none;
}

/* line 462, sass/blocks/_header.scss */

.header__social {
  margin-top: 20px;
  display: inline-block;
  vertical-align: bottom;
  width: -webkit-calc( 100% - 105px);
  width: -moz-calc( 100% - 105px);
  width: calc( 100% - 105px);
  font-size: 0px;
  text-align: right;
  color: transparent;
}

/* line 489, sass/blocks/_header.scss */

.header__icone {
  margin: 0;
  display: inline-block;
}

/* line 494, sass/blocks/_header.scss */

.header__icone a {
  display: block;
  height: 38px;
  width: 38px;
  background-color: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 509, sass/blocks/_header.scss */

.header__icone.-tw a {
  background: url("../imgs/icon-tw.png") center center no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
}

/* line 514, sass/blocks/_header.scss */

.header__icone.-yt a {
  background: url("../imgs/icon-yt.png") center center no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
}

/* line 519, sass/blocks/_header.scss */

.header__icone.-fb a {
  background: url("../imgs/icon-fb.png") center center no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
}

/* line 527, sass/blocks/_header.scss */

.header .form-search {
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
}

/* line 552, sass/blocks/_header.scss */

.header__menu {
  left: -100%;
  -webkit-transition: left 0.4s ease-in;
  -o-transition: left 0.4s ease-in;
  -moz-transition: left 0.4s ease-in;
  transition: left 0.4s ease-in;
  will-change: left;
}

/* line 559, sass/blocks/_header.scss */

.header__menu.-is-active {
  left: 0;
  -webkit-transition-delay: 0.0s;
  -moz-transition-delay: 0.0s;
  -o-transition-delay: 0.0s;
  transition-delay: 0.0s;
}

/* line 565, sass/blocks/_header.scss */

.header__menu-items .sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
  -webkit-transition: max-height 0.6s linear , -webkit-box-shadow 0.4s ease-out;
  transition: max-height 0.6s linear , -webkit-box-shadow 0.4s ease-out;
  -o-transition: max-height 0.6s linear , box-shadow 0.4s ease-out;
  -moz-transition: max-height 0.6s linear , box-shadow 0.4s ease-out , -moz-box-shadow 0.4s ease-out;
  transition: max-height 0.6s linear , box-shadow 0.4s ease-out;
  transition: max-height 0.6s linear , box-shadow 0.4s ease-out , -webkit-box-shadow 0.4s ease-out , -moz-box-shadow 0.4s ease-out;
  will-change: max-heightm, box-shadow;
}

/* line 576, sass/blocks/_header.scss */

.header__menu-items .menu-item-has-children.-is-opened .sub-menu {
  max-height: 600px;
}

/* line 594, sass/blocks/_header.scss */

.header__translate {
  width: 140px;
}

/* line 601, sass/blocks/_header.scss */

.header__translate li {
  padding: 0 35px 0 05px;
}

/* line 609, sass/blocks/_header.scss */

.header__translate .select {
  max-height: 28px;
  margin-bottom: 0;
}

/* line 614, sass/blocks/_header.scss */

.header__translate {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
}

/* line 617, sass/blocks/_header.scss */

.header__translate .-is-selected,
.header__translate .current_page_item {
  color: #484848;
}

/* line 621, sass/blocks/_header.scss */

.header__translate .header__translate-item a {
  color: #484848;
  -webkit-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}

/* line 632, sass/blocks/_header.scss */

.header__translate:after {
  color: #fff;
}

/* line 638, sass/blocks/_header.scss */

.header__translate.-is-active {
  background-color: white;
}

/* line 641, sass/blocks/_header.scss */

.header__translate.-is-active:after {
  border-color: #006480;
}

/* line 645, sass/blocks/_header.scss */

.header__translate.-is-active .header__translate-item a {
  color: #006480;
}

/* line 650, sass/blocks/_header.scss */

.header__translate:hover,
.header__translate:focus {
  background-color: white;
  -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
}

/* line 655, sass/blocks/_header.scss */

.header__translate:hover .header__translate-item a,
.header__translate:focus .header__translate-item a {
  color: #006480;
}

/* line 18, sass/blocks/_search.scss */

.form-search .form-search__input {
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #989fa5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #006480;
  width: 100%;
  padding: 0 8px 0 42px;
  font-size: 12px;
  outline: none;
  border: 1px solid #cecece;
  font-family: g-regular, "Tahoma, Geneva, sans-serif";
  background: url("../imgs/icon-search.png") center left 12px #fff no-repeat;
}

/* line 44, sass/mixins/_ipts.scss */

.form-search .form-search__input:focus {
  outline: 2px rgba(0, 0, 0, 0.1) solid;
}

/* line 48, sass/mixins/_ipts.scss */

.form-search .form-search__input:disabled {
  background-color: #efefef;
}

/* line 53, sass/mixins/_ipts.scss */

.form-search .form-search__input.-is-invalid {
  border-color: #f54f54;
  color: #f54f54;
}

/* line 57, sass/mixins/_ipts.scss */

.form-search .form-search__input.-is-invalid::-webkit-input-placeholder {
  color: #f54f54;
  opacity: 1;
}

.form-search .form-search__input.-is-invalid:-moz-placeholder {
  color: #f54f54;
  opacity: 1;
}

.form-search .form-search__input.-is-invalid::-moz-placeholder {
  color: #f54f54;
  opacity: 1;
}

.form-search .form-search__input.-is-invalid:-ms-input-placeholder {
  color: #f54f54;
  opacity: 1;
}

.form-search .form-search__input.-is-invalid::-ms-input-placeholder {
  color: #f54f54;
  opacity: 1;
}

.form-search .form-search__input.-is-invalid::placeholder {
  color: #f54f54;
  opacity: 1;
}

/* line 63, sass/mixins/_ipts.scss */

.form-search .form-search__input.-is-valid {
  border-color: #4caf50;
  color: #4caf50;
}

/* line 67, sass/mixins/_ipts.scss */

.form-search .form-search__input.-is-valid::-webkit-input-placeholder {
  color: #4caf50;
  opacity: 1;
}

.form-search .form-search__input.-is-valid:-moz-placeholder {
  color: #4caf50;
  opacity: 1;
}

.form-search .form-search__input.-is-valid::-moz-placeholder {
  color: #4caf50;
  opacity: 1;
}

.form-search .form-search__input.-is-valid:-ms-input-placeholder {
  color: #4caf50;
  opacity: 1;
}

.form-search .form-search__input.-is-valid::-ms-input-placeholder {
  color: #4caf50;
  opacity: 1;
}

.form-search .form-search__input.-is-valid::placeholder {
  color: #4caf50;
  opacity: 1;
}

/* line 32, sass/blocks/_search.scss */

.form-search .form-search__input::-webkit-input-placeholder {
  font-family: g-regular, "Tahoma, Geneva, sans-serif";
  color: #cecece;
}

.form-search .form-search__input:-moz-placeholder {
  font-family: g-regular, "Tahoma, Geneva, sans-serif";
  color: #cecece;
}

.form-search .form-search__input::-moz-placeholder {
  font-family: g-regular, "Tahoma, Geneva, sans-serif";
  color: #cecece;
}

.form-search .form-search__input:-ms-input-placeholder {
  font-family: g-regular, "Tahoma, Geneva, sans-serif";
  color: #cecece;
}

.form-search .form-search__input::-ms-input-placeholder {
  font-family: g-regular, "Tahoma, Geneva, sans-serif";
  color: #cecece;
}

.form-search .form-search__input::placeholder {
  font-family: g-regular, "Tahoma, Geneva, sans-serif";
  color: #cecece;
}

/* line 46, sass/blocks/_search.scss */

.form-search .form-search__input:focus {
  outline: none;
  border: 1px solid #006480;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

/* line 51, sass/blocks/_search.scss */

.form-search .form-search__input:focus::-webkit-input-placeholder {
  color: #006480;
}

.form-search .form-search__input:focus:-moz-placeholder {
  color: #006480;
}

.form-search .form-search__input:focus::-moz-placeholder {
  color: #006480;
}

.form-search .form-search__input:focus:-ms-input-placeholder {
  color: #006480;
}

.form-search .form-search__input:focus::-ms-input-placeholder {
  color: #006480;
}

.form-search .form-search__input:focus::placeholder {
  color: #006480;
}

/* line 57, sass/blocks/_search.scss */

.form-search.-no-radius .form-search__input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 61, sass/blocks/_search.scss */

.form-search.-large .form-search__input {
  line-height: 60px;
  height: 53px;
}

/* line 10, sass/blocks/_hero.scss */

.hero--two .hero__overlay {
  padding: 0 20px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 42, sass/blocks/_hero.scss */

.hero:first-child,
.hero--post:first-child,
.hero--archive:first-child {
  margin-bottom: 60px !important;
}

/* line 45, sass/blocks/_hero.scss */

.hero.auto-hero,
.auto-hero.hero--post,
.auto-hero.hero--archive {
  margin-bottom: 0 !important;
}

/* line 50, sass/blocks/_hero.scss */

.hero__slide {
  position: relative;
}

/* line 78, sass/blocks/_hero.scss */

.hero__slide.-high-contrast .hero__picture:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2))) right center no-repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)) right center no-repeat;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)) right center no-repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)) right center no-repeat;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)) right center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 92, sass/blocks/_hero.scss */

.hero__slide.-text-shadow h1,
.hero__slide.-text-shadow h2,
.hero__slide.-text-shadow h3,
.hero__slide.-text-shadow h4,
.hero__slide.-text-shadow h5,
.hero__slide.-text-shadow p {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

/* line 98, sass/blocks/_hero.scss */

.hero__overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 52px 0;
  font-size: 42px;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 133, sass/blocks/_hero.scss */

.hero__overlay .btn-group {
  margin: 5px 0 0 0;
}

/* line 137, sass/blocks/_hero.scss */

.hero__overlay .btn {
  line-height: 38px;
  height: 35px;
}

/* line 141, sass/blocks/_hero.scss */

.hero__overlay .btn .btn__icone svg {
  max-width: 14px;
  max-height: 14px;
}

/* line 154, sass/blocks/_hero.scss */

.hero__overlay h1,
.hero__overlay h2,
.hero__overlay h3,
.hero__overlay h4,
.hero__overlay h5,
.hero__overlay p {
  color: #fff;
}

/* line 161, sass/blocks/_hero.scss */

.hero__overlay h1,
.hero__overlay h2,
.hero__overlay h3,
.hero__overlay h4,
.hero__overlay h5 {
  font-family: g-medium, "Tahoma, Geneva, sans-serif";
  text-transform: uppercase;
  line-height: 1.2;
}

/* line 166, sass/blocks/_hero.scss */

.hero__overlay h1:last-of-type,
.hero__overlay h2:last-of-type,
.hero__overlay h3:last-of-type,
.hero__overlay h4:last-of-type,
.hero__overlay h5:last-of-type {
  margin-bottom: 0;
}

/* line 171, sass/blocks/_hero.scss */

.hero__overlay h1 {
  font-size: 0.7em;
}

/* line 184, sass/blocks/_hero.scss */

.hero__overlay h2 {
  font-size: 0.7em;
}

/* line 191, sass/blocks/_hero.scss */

.hero__overlay h3 {
  font-size: 0.6em;
}

/* line 198, sass/blocks/_hero.scss */

.hero__overlay h4 {
  font-size: 0.5em;
}

/* line 205, sass/blocks/_hero.scss */

.hero__overlay h5 {
  font-size: 0.4em;
}

/* line 212, sass/blocks/_hero.scss */

.hero__overlay p {
  font-family: g-light, "Tahoma, Geneva, sans-serif";
  font-size: 16px;
  line-height: 1.4em;
}

/* line 218, sass/blocks/_hero.scss */

.hero__overlay p a {
  display: inline-block;
  margin-top: 10px;
}

/* line 224, sass/blocks/_hero.scss */

.hero__picture {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

/* line 240, sass/blocks/_hero.scss */

.hero__img {
  display: block;
  width: 100%;
}

/* line 256, sass/blocks/_hero.scss */

.hero--post .hero__slide {
  margin-bottom: 40px;
}

/* line 264, sass/blocks/_hero.scss */

.hero--post .hero__overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 281, sass/blocks/_hero.scss */

.hero--post .hero__img,
.hero--post .hero__picture {
  min-height: 200px;
}

/* line 291, sass/blocks/_hero.scss */

.hero--post .hero--post__logo {
  height: 60px;
  margin-right: 12px;
}

/* line 309, sass/blocks/_hero.scss */

.hero--post .hero--post__title {
  color: #fff;
  font: 26px/1.1 g-medium, "Tahoma, Geneva, sans-serif";
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

/* line 323, sass/blocks/_hero.scss */

.hero--newsletter {
  position: relative;
  margin-bottom: 50px;
}

/* line 335, sass/blocks/_hero.scss */

.hero--newsletter .hero__overlay {
  max-width: 600px;
  margin: auto;
  position: absolute;
  padding: 0 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 344, sass/blocks/_hero.scss */

.hero--newsletter .hero__overlay > h2,
.hero--newsletter .hero__overlay > p {
  width: 100%;
  display: inline-block;
  text-align: center;
}

/* line 351, sass/blocks/_hero.scss */

.hero--newsletter .hero__overlay .wpcf7 {
  width: 100%;
  margin-top: 20px;
}

/* line 354, sass/blocks/_hero.scss */

.hero--newsletter .hero__overlay .wpcf7 .screen-reader-response {
  display: none;
}

/* line 357, sass/blocks/_hero.scss */

.hero--newsletter .hero__overlay .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  font-family: g-bold, "Tahoma, Geneva, sans-serif";
  font-size: 14px;
  background: none !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0;
  text-align: center;
}

/* line 370, sass/blocks/_hero.scss */

.hero--newsletter.-no-banner {
  background: #ffd301;
  min-height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 376, sass/blocks/_hero.scss */

.hero--newsletter.-no-banner .hero__overlay > p,
.hero--newsletter.-no-banner .hero__overlay > h2 {
  color: #22292f;
  text-shadow: none;
}

/* line 381, sass/blocks/_hero.scss */

.hero--newsletter.-no-banner .hero__picture {
  display: none;
}

/* line 385, sass/blocks/_hero.scss */

.hero--newsletter .mauticform_wrapper {
  max-width: 560px;
  margin: 10px auto;
  width: 100%;
}

/* line 389, sass/blocks/_hero.scss */

.hero--newsletter .mauticform_wrapper .mauticform-innerform {
  position: relative;
}

/* line 391, sass/blocks/_hero.scss */

.hero--newsletter .mauticform_wrapper .mauticform-innerform [type="text"],
.hero--newsletter .mauticform_wrapper .mauticform-innerform [type="numeric"],
.hero--newsletter .mauticform_wrapper .mauticform-innerform [type="email"],
.hero--newsletter .mauticform_wrapper .mauticform-innerform [type="password"],
.hero--newsletter .mauticform_wrapper .mauticform-innerform [type="search"],
.hero--newsletter .mauticform_wrapper .mauticform-innerform textarea {
  max-width: 463px;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0 20px;
  color: #2f2f2f;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

/* line 408, sass/blocks/_hero.scss */

.hero--newsletter .mauticform_wrapper .mauticform-innerform .mauticform-row.mauticform-button-wrapper {
  position: absolute;
  top: 2px;
  right: -3px;
  max-width: 100px;
  width: 100%;
}

/* line 419, sass/blocks/_hero.scss */

.hero--newsletter .mauticform_wrapper .mauticform-innerform .mauticform-button-wrapper .mauticform-button.btn-default,
.hero--newsletter .mauticform_wrapper .mauticform-innerform .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default,
.hero--newsletter .mauticform_wrapper .mauticform-innerform button[type="submit"] {
  background: #000;
  background-color: #000;
  color: #fff;
  width: 100%;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  max-width: 100px;
  height: 41px;
}

/* line 443, sass/blocks/_hero.scss */

.hero--newsletter .mauticform_wrapper .mauticform-innerform .mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.hero--newsletter .mauticform_wrapper .mauticform-innerform .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
  overflow: hidden;
}

/* line 447, sass/blocks/_hero.scss */

.hero--newsletter .mauticform_wrapper .mauticform-errormsg {
  color: #ff6060;
  font-family: g-medium, "Tahoma, Geneva, sans-serif";
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 20px;
}

/* line 457, sass/blocks/_hero.scss */

.hero--newsletter .mauticform_wrapper .mauticform-message {
  color: #45a540;
  font-family: g-medium, "Tahoma, Geneva, sans-serif";
  font-size: 11px;
  text-transform: uppercase;
}

/* line 473, sass/blocks/_hero.scss */

.hero--archive .hero__overlay {
  text-align: center;
}

/* line 515, sass/blocks/_hero.scss */

.hero,
.hero--post,
.hero--archive {
  display: block;
  overflow: hidden;
}

/* line 519, sass/blocks/_hero.scss */

.hero .slick-arrow,
.hero--post .slick-arrow,
.hero--archive .slick-arrow {
  position: absolute;
  background: transparent;
  text-indent: -9000px;
  width: 20px;
  padding: 0;
  background-image: url(../imgs/arrow.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 35px 35px;
  -moz-background-size: 35px 35px;
  -o-background-size: 35px 35px;
  background-size: 35px 35px;
  background-position: center center;
  top: 50%;
  -webkit-transform: translate(-5%, -50%);
  -moz-transform: translate(-5%, -50%);
  -ms-transform: translate(-5%, -50%);
  -o-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
  z-index: 1;
  padding: 20px;
  outline: none;
}

/* line 542, sass/blocks/_hero.scss */

.hero .slick-prev,
.hero--post .slick-prev,
.hero--archive .slick-prev {
  left: -webkit-calc(50% - 50%);
  left: -moz-calc(50% - 50%);
  left: calc(50% - 50%);
  -webkit-transform: rotate(180deg) translate(-5%, 50%);
  -moz-transform: rotate(180deg) translate(-5%, 50%);
  -ms-transform: rotate(180deg) translate(-5%, 50%);
  -o-transform: rotate(180deg) translate(-5%, 50%);
  transform: rotate(180deg) translate(-5%, 50%);
  -webkit-box-shadow: 0px 0px;
  -moz-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
}

/* line 548, sass/blocks/_hero.scss */

.hero .slick-next,
.hero--post .slick-next,
.hero--archive .slick-next {
  right: -webkit-calc(50% - 50%);
  right: -moz-calc(50% - 50%);
  right: calc(50% - 50%);
  -webkit-box-shadow: 0px 0px;
  -moz-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
}

/* line 553, sass/blocks/_hero.scss */

.hero .slick-dots,
.hero--post .slick-dots,
.hero--archive .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: inline-block;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 560, sass/blocks/_hero.scss */

.hero .slick-dots li,
.hero--post .slick-dots li,
.hero--archive .slick-dots li {
  margin: 8px;
  display: inline-block;
}

/* line 564, sass/blocks/_hero.scss */

.hero .slick-dots li button,
.hero--post .slick-dots li button,
.hero--archive .slick-dots li button {
  outline: none;
  height: 10px;
  width: 10px;
  padding: 0;
  text-indent: -9000px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 574, sass/blocks/_hero.scss */

.hero .slick-dots li.slick-active button,
.hero--post .slick-dots li.slick-active button,
.hero--archive .slick-dots li.slick-active button {
  background: white;
}

/* line 619, sass/blocks/_hero.scss */

.home .hero,
.home .hero--post,
.home .hero--archive {
  margin-bottom: 0 !important;
}

/* line 627, sass/blocks/_hero.scss */

.home h4 {
  margin-top: 1em;
}

/* line 635, sass/blocks/_hero.scss */

.page-template-pagina-nossa-historia .hero__slide {
  max-height: 100px;
}

/* line 637, sass/blocks/_hero.scss */

.page-template-pagina-nossa-historia .hero__slide h1 {
  margin-bottom: 0 !important;
}

/* line 643, sass/blocks/_hero.scss */

.pos-hero {
  padding-top: 50px;
}

/* line 3, sass/blocks/_grid.scss */

.grid {
  margin-bottom: -24px;
}

/* line 26, sass/blocks/_grid.scss */

.card-ao-vivo {
  margin-bottom: 34px;
}

/* line 33, sass/blocks/_grid.scss */

.card-ao-vivo {
  max-width: 100%;
}

/* line 46, sass/blocks/_grid.scss */

.grid--masonry {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

/* line 53, sass/blocks/_grid.scss */

.grid--masonry .card {
  overflow: hidden;
}

/* line 57, sass/blocks/_grid.scss */

.grid--masonry .card__title {
  font-family: g-medium, "Tahoma, Geneva, sans-serif";
  text-decoration: none;
}

/* line 62, sass/blocks/_grid.scss */

.grid--masonry .card__desc {
  display: none;
}

/* line 9, sass/blocks/_program-list.scss */

.program-list__grid {
  margin-bottom: -12px;
}

/* line 28, sass/blocks/_program-list.scss */

.program-list__grid .program-card {
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
}

/* line 34, sass/blocks/_program-list.scss */

.program-list__grid .program-card:hover .program-card__title,
.program-list__grid .program-card:hover .program-card__cat,
.program-list__grid .program-card:hover .program-card__date {
  text-decoration: underline;
  opacity: 0.8;
}

/* line 50, sass/blocks/_program-list.scss */

.program-list__grid .program-card .program-card__content {
  padding: 0;
}

/* line 9, sass/blocks/_select.scss */

select {
  display: none;
}

/* line 13, sass/blocks/_select.scss */

.select {
  margin-bottom: 12px;
  max-height: 50px;
  cursor: pointer;
}

/* line 17, sass/blocks/_select.scss */

.select.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

/* line 24, sass/blocks/_select.scss */

.select__content {
  background-color: #fff;
  border: 1px solid #989fa5;
  overflow: hidden;
}

/* line 30, sass/blocks/_select.scss */

.select__selected,
.select__item {
  margin: 0;
  padding: 0 18px 0 8px;
  font-size: 12px;
  line-height: 51px;
  color: #5b6165;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 52, sass/blocks/_select.scss */

.select__items {
  background-color: #fff;
  overflow: hidden;
}

/* line 57, sass/blocks/_select.scss */

.select__selected {
  position: relative;
}

/* line 82, sass/blocks/_select.scss */

.select__items {
  position: relative;
  z-index: 1;
  max-height: 0;
  -webkit-transition: z-index 0.4s step-end, max-height 0.4s ease-out;
  -o-transition: z-index 0.4s step-end, max-height 0.4s ease-out;
  -moz-transition: z-index 0.4s step-end, max-height 0.4s ease-out;
  transition: z-index 0.4s step-end, max-height 0.4s ease-out;
  will-change: max-height;
}

/* line 90, sass/blocks/_select.scss */

.select__content {
  -webkit-transition: -webkit-box-shadow 0.4s ease-in;
  transition: -webkit-box-shadow 0.4s ease-in;
  -o-transition: box-shadow 0.4s ease-in;
  -moz-transition: box-shadow 0.4s ease-in, -moz-box-shadow 0.4s ease-in;
  transition: box-shadow 0.4s ease-in;
  transition: box-shadow 0.4s ease-in, -webkit-box-shadow 0.4s ease-in, -moz-box-shadow 0.4s ease-in;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0);
}

/* line 96, sass/blocks/_select.scss */

.-is-opened .select__items {
  z-index: 2;
  max-height: none;
  -webkit-transition: z-index 0.4s step-start, max-height 0.4s ease-out;
  -o-transition: z-index 0.4s step-start, max-height 0.4s ease-out;
  -moz-transition: z-index 0.4s step-start, max-height 0.4s ease-out;
  transition: z-index 0.4s step-start, max-height 0.4s ease-out;
}

/* line 102, sass/blocks/_select.scss */

.-is-opened .select__content {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
}

/* line 8, sass/blocks/_btn.scss */

.btn {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 42px;
}

/* line 17, sass/blocks/_btn.scss */

.btn.-small {
  font-size: 12px;
  line-height: 30px;
  height: 28px;
}

/* line 28, sass/blocks/_btn.scss */

.btn.-huge {
  font-size: 12px;
  line-height: 60px;
  height: 55px;
  padding: 0 60px;
}

/* line 35, sass/blocks/_btn.scss */

.btn.-huge .btn__icone svg {
  max-height: 17px;
  max-width: 17px;
}

/* line 49, sass/blocks/_btn.scss */

.btn__icone {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: -11px;
  margin-right: 2px;
  height: 22px;
  width: 22px;
}

/* line 62, sass/blocks/_btn.scss */

.btn__icone svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 13px;
  max-width: 13px;
}

/* line 1, sass/blocks/_section-title.scss */

.section-title,
.card-ao-vivo__titulo {
  margin-bottom: 30px;
  font-size: 22px;
  color: #006480;
}

/* line 8, sass/blocks/_card.scss */

.card {
  position: relative;
  margin: 0;
}

/* line 12, sass/blocks/_card.scss */

.card:hover .card__title {
  text-decoration: underline;
}

/* line 18, sass/blocks/_card.scss */

.card__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 12px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 4;
}

/* line 39, sass/blocks/_card.scss */

.card__content.-has-overlay {
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 47, sass/blocks/_card.scss */

.card__cat {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1;
}

/* line 59, sass/blocks/_card.scss */

.card__title {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 100%;
  max-height: 36px;
  font-size: 15px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
}

/* line 72, sass/blocks/_card.scss */

.card__desc {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 100%;
  height: 36.4px;
  font-size: 14px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: 12px;
  color: #fff;
}

/* line 86, sass/blocks/_card.scss */

.card__thumb {
  display: block;
  width: 100%;
}

/* line 93, sass/blocks/_card.scss */

.line {
  display: none;
}

/* line 113, sass/blocks/_card.scss */

.listagem-posts-completa--programa .tab__limit {
  padding-top: 100px;
}

/* line 123, sass/blocks/_card.scss */

.listagem-posts-completa .card__link-post {
  display: block;
  margin-bottom: 12px;
}

/* line 133, sass/blocks/_card.scss */

.listagem-posts-completa .card__content {
  position: relative;
  padding: 20px;
  background-color: #e7e7e7;
}

/* line 144, sass/blocks/_card.scss */

.listagem-posts-completa .card__title {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 100%;
  max-height: 36px;
  font-size: 15px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #006480;
}

/* line 160, sass/blocks/_card.scss */

.listagem-posts-completa .card__cat {
  color: #484848;
  font-size: 10px;
}

/* line 169, sass/blocks/_card.scss */

.listagem-posts-completa .card__desc {
  color: #484848;
  font-size: 12px;
  height: 100%;
}

/* line 6, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo {
  display: inline-block;
}

/* line 12, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__titulo {
  margin-bottom: 20px;
}

/* line 17, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__content {
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 26, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__thumb {
  display: block;
}

/* line 30, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__topo {
  display: block;
  padding: 0 20px;
  font-size: 12px;
  line-height: 35px;
  text-align: right;
  text-transform: uppercase;
  background-color: #006c87;
  color: #fff;
}

/* line 46, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__topo:before {
  height: 9px;
  width: 9px;
  background-color: #d71010;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: inline-block;
}

/* line 56, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__fig {
  position: relative;
}

/* line 60, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__img {
  display: block;
}

/* line 64, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

/* line 73, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__desc .card-ao-vivo__programa {
  position: absolute;
  padding: 0 20px;
  bottom: 15px;
  z-index: 2;
  line-height: 1;
  color: #fff;
  border-bottom: 0;
}

/* line 83, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__grade {
  padding: 0 10px;
}

/* line 105, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__grade .card-ao-vivo__programa:first-child:after {
  content: attr(data-a_seguir);
  font-size: 12px;
  text-transform: uppercase;
  float: right;
  line-height: 12px;
  background: #fff;
  padding: 8px 10px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 14px;
  font-weight: 900;
}

/* line 126, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__programa {
  margin: 0;
  max-width: 100%;
  padding: 0 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 50px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #006c87;
  border-bottom: 1px solid #eaeaea;
}

/* line 144, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__programa:last-child {
  border-bottom: 0;
}

/* line 152, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__horario {
  display: inline-block;
  width: 90px;
}

/* line 165, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__action {
  display: block;
  padding: 0 20px;
  font-size: 12px;
  text-align: right;
  line-height: 35px;
  color: #006c87;
  background-color: #e7e7e7;
}

/* line 181, sass/blocks/_card-ao-vivo.scss */

.card-ao-vivo__action:before {
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  border: 2px solid #006c87;
  background: url(../imgs/plus-2.svg) center center no-repeat;
  -webkit-background-size: 6px 6px;
  -moz-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
}

/* line 199, sass/blocks/_card-ao-vivo.scss */

.home .card-ao-vivo,
.home .loading {
  margin-top: 50px;
}

/* line 8, sass/blocks/_ver-todos.scss */

.ver-todos {
  display: block;
  margin: 30px auto 10px;
  width: 36px;
  height: 36px;
  border: 2px solid #989fa5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  background: url(../imgs/plus.svg) center center no-repeat;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
}

/* line 20, sass/blocks/_ver-todos.scss */

.ver-todos:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
}

/* line 9, sass/blocks/_program-card.scss */

.program-card__fig {
  position: relative;
  margin-bottom: 15px;
}

/* line 19, sass/blocks/_program-card.scss */

.program-card__fig::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 45px;
  height: 50px;
  content: '';
  background: url("../imgs/play.png") no-repeat center center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

/* line 37, sass/blocks/_program-card.scss */

.program-card__icon {
  position: absolute;
  bottom: 0;
  width: 35px;
  height: 35px;
  right: 0;
  text-indent: -99999px;
}

/* line 46, sass/blocks/_program-card.scss */

.program-card__icon.-video {
  background: url("../imgs/cam.png") no-repeat center center #006c87;
}

/* line 50, sass/blocks/_program-card.scss */

.program-card__icon.-audio {
  background: url("../imgs/audio.png") no-repeat center center #006c87;
}

/* line 56, sass/blocks/_program-card.scss */

.program-card__thumb {
  Display: block;
  width: 100%;
}

/* line 63, sass/blocks/_program-card.scss */

.program-card__cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

/* line 73, sass/blocks/_program-card.scss */

.program-card__title,
.program-card__cat,
.program-card__date {
  color: #006c87;
}

/* line 81, sass/blocks/_program-card.scss */

.program-card__cat,
.program-card__date {
  line-height: 20px;
}

/* line 88, sass/blocks/_program-card.scss */

.program-card__title {
  font-size: 14px;
  line-height: 22px;
}

/* line 99, sass/blocks/_program-card.scss */

.program-card__cat {
  font-size: 13px;
}

/* line 109, sass/blocks/_program-card.scss */

.program-card__date {
  font-size: 12px;
}

/* line 14, sass/blocks/_nav-tabs.scss */

.nav-tabs__tab {
  float: left;
  position: relative;
  display: block;
  padding: 0 12px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 45px;
  color: #b6d1d9;
  border-bottom: 2px solid #b6d1d9;
}

/* line 36, sass/blocks/_nav-tabs.scss */

.nav-tabs__tab.-is-active {
  color: #006480;
  border-color: #006480;
}

/* line 42, sass/blocks/_nav-tabs.scss */

.nav-tab__scroll {
  overflow: auto;
  margin-bottom: 40px;
}

/* line 46, sass/blocks/_nav-tabs.scss */

.nav-tabs__action {
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
  overflow: auto;
}

/* line 54, sass/blocks/_nav-tabs.scss */

.nav-tabs__action::-webkit-scrollbar {
  display: none;
}

/* line 59, sass/blocks/_nav-tabs.scss */

.nav-tabs__action > .nav-tabs__tab {
  width: 50%;
}

/* line 65, sass/blocks/_nav-tabs.scss */

.nav-tabs__scroll-area {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* line 78, sass/blocks/_nav-tabs.scss */

.nav-tabs--week .nav-tabs__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 87, sass/blocks/_nav-tabs.scss */

.nav-tabs--week .nav-tabs__tab {
  width: 100%;
}

/* line 3, sass/blocks/_share.scss */

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  width: 270px;
  border-top: 1px solid #cdd1d6;
  margin: 20px auto;
}

/* line 29, sass/blocks/_share.scss */

.share__title {
  font-size: 15px;
  color: #7f7f7f;
}

/* line 35, sass/blocks/_share.scss */

.share__title,
.share__logo {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
  margin-left: 5px;
}

/* line 43, sass/blocks/_share.scss */

.share__logo {
  height: 25px;
  width: 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 11, sass/blocks/_tab.scss */

.tab {
  display: none;
}

/* line 14, sass/blocks/_tab.scss */

.tab.-is-visible {
  display: block;
}

/* line 19, sass/blocks/_tab.scss */

.tab .listagem-posts {
  margin-bottom: 24px;
}

/* line 10, sass/blocks/_search-result.scss */

.search-result .card {
  margin-bottom: 12px;
}

/* line 13, sass/blocks/_search-result.scss */

.search-result .card:last-child {
  margin-bottom: 0;
}

/* line 18, sass/blocks/_search-result.scss */

.search-result .card__link-post {
  width: 100%;
  overflow: hidden;
}

/* line 84, sass/blocks/_search-result.scss */

.search-results .listagem-posts-completa .program__list {
  margin-bottom: 15px;
  padding: 0;
}

/* line 89, sass/blocks/_search-result.scss */

.search-results .listagem-posts-completa .program__title {
  font-size: 17px;
}

/* line 103, sass/blocks/_search-result.scss */

.search-results .listagem-posts-completa .card__thumb {
  min-width: 100%;
}

/* line 113, sass/blocks/_search-result.scss */

.search-results .listagem-posts-completa .card__cat {
  margin-bottom: 0;
}

/* line 146, sass/blocks/_search-result.scss */

.search__result {
  padding: 50px 20px;
  text-align: center;
}

/* line 149, sass/blocks/_search-result.scss */

.search__result p {
  font-size: 18px;
}

/* line 10, sass/blocks/_search-filter.scss */

.search-filter {
  margin: 0 12px 13px;
  max-width: -webkit-calc( 100% - 24px);
  max-width: -moz-calc( 100% - 24px);
  max-width: calc( 100% - 24px);
  position: relative;
}

/* line 29, sass/blocks/_search-filter.scss */

.search-filter .form-search {
  margin-bottom: 12px;
}

/* line 51, sass/blocks/_search-filter.scss */

.search-filter .btn_show_hide-filter {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  padding: 0;
  color: #006480;
  background: transparent;
  outline: none;
  position: absolute;
  right: 50px;
}

/* line 66, sass/blocks/_search-filter.scss */

.search-filter .btn_show_hide-filter svg {
  width: 40px;
}

/* line 70, sass/blocks/_search-filter.scss */

.search-filter .form-search.-large .form-search__input {
  display: block;
}

/* line 74, sass/blocks/_search-filter.scss */

.search-filter.-full-search .form-search {
  width: 100%;
}

/* line 84, sass/blocks/_search-filter.scss */

.search-filter.filter__web {
  margin-bottom: 40px;
}

/* line 86, sass/blocks/_search-filter.scss */

.search-filter.filter__web .form-search {
  width: 100%;
}

/* line 92, sass/blocks/_search-filter.scss */

.search-filter.filter__web .select.categorias {
  margin: 0;
}

/* line 101, sass/blocks/_search-filter.scss */

.search-filter.-grouped form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 112, sass/blocks/_search-filter.scss */

.search-filter.-grouped .select {
  width: 250px;
  margin-left: 10px;
}

/* line 124, sass/blocks/_search-filter.scss */

.search-filter.-grouped .select__content {
  border: 1px solid #cecece;
}

/* line 131, sass/blocks/_search-filter.scss */

.filter_options {
  height: auto;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1, 1) skew(0deg, 0deg) rotatex(-91deg) rotatey(0deg);
  -moz-transform: scale(1, 1) skew(0deg, 0deg) rotatex(-91deg) rotatey(0deg);
  -ms-transform: scale(1, 1) skew(0deg, 0deg) rotatex(-91deg) rotatey(0deg);
  -o-transform: scale(1, 1) skew(0deg, 0deg) rotatex(-91deg) rotatey(0deg);
  transform: scale(1, 1) skew(0deg, 0deg) rotatex(-91deg) rotatey(0deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%;
  margin: 0 auto 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: transform;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0.25, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0.25, 0.25, 1);
  -moz-transition: all 0.4s cubic-bezier(0.8, 0.25, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.8, 0.25, 0.25, 1);
}

/* line 149, sass/blocks/_search-filter.scss */

.filter_options.active {
  max-height: 58px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1, 1) skew(0deg, 0deg) rotatex(-19deg) rotatey(0deg);
  -moz-transform: scale(1, 1) skew(0deg, 0deg) rotatex(-19deg) rotatey(0deg);
  -ms-transform: scale(1, 1) skew(0deg, 0deg) rotatex(-19deg) rotatey(0deg);
  -o-transform: scale(1, 1) skew(0deg, 0deg) rotatex(-19deg) rotatey(0deg);
  transform: scale(1, 1) skew(0deg, 0deg) rotatex(-19deg) rotatey(0deg);
  will-change: transform;
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0.25, 0.25, 1);
  -o-transition: all 0.4s cubic-bezier(0.8, 0.25, 0.25, 1);
  -moz-transition: all 0.4s cubic-bezier(0.8, 0.25, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.8, 0.25, 0.25, 1);
}

/* line 157, sass/blocks/_search-filter.scss */

.filter_options .select {
  width: 32.5%;
}

/* line 9, sass/blocks/_date-list.scss */

#gradeapp h1.section-title,
#gradeapp h1.card-ao-vivo__titulo {
  margin-top: 30px;
}

/* line 23, sass/blocks/_date-list.scss */

.date-list__items {
  color: #006480;
  font-size: 30px;
  background: #fff;
  /*#f6f7f9;*/
}

/* line 35, sass/blocks/_date-list.scss */

.date-list__item {
  margin: 0;
  clear: both;
  border-bottom: 1px solid #e7e7e7;
  /* pelo arquivo a cor correta da linha é edeef0*/
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border-left: 8px solid #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 47, sass/blocks/_date-list.scss */

.date-list__item:last-child {
  border-bottom: none;
}

/* line 51, sass/blocks/_date-list.scss */

.date-list__item:hover {
  background-color: #f4f4f4;
  border-left: 8px solid #006480;
}

/* line 56, sass/blocks/_date-list.scss */

.date-list__item:hover .date-list__button {
  opacity: 1;
}

/* line 61, sass/blocks/_date-list.scss */

.date-list__item.-is-alive {
  background-color: #0d2334;
  border-left: 8px solid #ffd301;
  position: relative;
  color: #fff;
}

/* line 67, sass/blocks/_date-list.scss */

.date-list__item.-is-alive:before {
  display: none;
}

/* line 90, sass/blocks/_date-list.scss */

.date-list__item.-is-alive .date-list__button {
  opacity: 1;
}

/* line 95, sass/blocks/_date-list.scss */

.date-list__item svg {
  margin-top: 12px;
}

/* line 114, sass/blocks/_date-list.scss */

.date-list__link {
  display: block;
  float: left;
  font-size: 20px;
  padding: 20px;
}

/* line 127, sass/blocks/_date-list.scss */

.date-list__time {
  display: inline-block;
  width: 75px;
  font-size: 23px;
  margin-right: 41px;
}

/* line 136, sass/blocks/_date-list.scss */

.date-list__button {
  display: none;
}

/* line 9, sass/blocks/_read-more.scss */

.read-more {
  background-color: #e7e7e7;
}

/* line 16, sass/blocks/_read-more.scss */

.read-more__content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 30px 20px;
}

/* line 25, sass/blocks/_read-more.scss */

.read-more__main-title {
  position: relative;
  text-transform: uppercase;
  color: #2b3c50;
  font-family: g-bold, "Tahoma, Geneva, sans-serif";
  font-size: 1em;
  padding: 20px 0px 20px 0px;
}

/* line 41, sass/blocks/_read-more.scss */

.read-more__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

/* line 50, sass/blocks/_read-more.scss */

.read-more__item {
  position: relative;
  margin: 0 0 15px;
  overflow: hidden;
}

/* line 85, sass/blocks/_read-more.scss */

.read-more__caption {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 111, sass/blocks/_read-more.scss */

.read-more__image {
  position: relative;
}

/* line 115, sass/blocks/_read-more.scss */

.read-more__image img {
  display: block;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 700ms all ease;
  -o-transition: 700ms all ease;
  -moz-transition: 700ms all ease;
  transition: 700ms all ease;
}

/* line 125, sass/blocks/_read-more.scss */

.read-more__category {
  text-transform: uppercase;
  color: #e7e7e7;
  font-size: 1.2em;
  padding: 0;
}

/* line 139, sass/blocks/_read-more.scss */

.read-more__title {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 100%;
  height: 33.6px;
  font-size: 14px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: white;
  height: auto;
}

/* line 3, sass/blocks/_program.scss */

.program__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1190px;
  padding: 0 12px;
}

/* line 14, sass/blocks/_program.scss */

.program__item {
  margin: 0 0 10px;
  width: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 56, sass/blocks/_program.scss */

.program__image {
  position: relative;
  overflow: hidden;
}

/* line 62, sass/blocks/_program.scss */

.program__image img {
  width: 100%;
  display: block;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 74, sass/blocks/_program.scss */

.program__caption {
  position: absolute;
  bottom: 15px;
  padding: 0 20px;
  line-height: 23px;
  z-index: 1;
}

/* line 82, sass/blocks/_program.scss */

.program__title,
.program__category {
  color: white;
}

/* line 88, sass/blocks/_program.scss */

.program__title,
.program__title h1 {
  font-size: 20px;
  text-shadow: 1px 1px 2px rgba(64, 64, 64, 0.6);
}

/* line 94, sass/blocks/_program.scss */

.program__category {
  font-size: 12px;
}

/* line 99, sass/blocks/_program.scss */

#programas_ao_vivo .grid {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 9, sass/blocks/_list-canais.scss */

.list-canais {
  margin-bottom: 55px;
}

/* line 16, sass/blocks/_list-canais.scss */

.list-canais__content {
  border-bottom: 1px solid #989fa5;
  padding-bottom: 10px;
}

/* line 38, sass/blocks/_list-canais.scss */

.list-canais__title {
  color: #989fa5;
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 0.35em;
}

/* line 55, sass/blocks/_list-canais.scss */

.list-canais__desc {
  color: #989fa5;
  font-size: 14px;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

/* line 81, sass/blocks/_list-canais.scss */

.list-canais__station {
  font-size: 13px;
}

/* line 94, sass/blocks/_list-canais.scss */

.list-canais__items {
  display: block;
  text-align: center;
  margin: 0 0 35px 0;
  width: auto;
  vertical-align: top;
}

/* line 125, sass/blocks/_list-canais.scss */

.list-canais__logo {
  margin-top: 15px;
  height: 50px;
}

/* line 14, sass/blocks/_program-playlist.scss */

.playlist__main-title {
  font: 24px g-regular, "Tahoma, Geneva, sans-serif";
  color: #0b647e;
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0;
  padding: 0;
}

/* line 33, sass/blocks/_program-playlist.scss */

.playlist__main-title span {
  font: 18px g-regular, "Tahoma, Geneva, sans-serif";
  color: #0b647e;
  text-transform: uppercase;
}

/* line 47, sass/blocks/_program-playlist.scss */

.playlist,
.playlist--sound {
  text-align: center;
  max-width: 1170px;
  margin: 0 auto 60px;
}

/* line 66, sass/blocks/_program-playlist.scss */

.playlist__component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 71, sass/blocks/_program-playlist.scss */

.playlist__item {
  margin: 0 10px 20px;
  width: 100%;
}

/* line 82, sass/blocks/_program-playlist.scss */

.playlist__anchor {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
}

/* line 93, sass/blocks/_program-playlist.scss */

.playlist__figure {
  position: relative;
  margin-bottom: 15px;
}

/* line 98, sass/blocks/_program-playlist.scss */

.playlist__figure:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../imgs/play.png) no-repeat center center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

/* line 116, sass/blocks/_program-playlist.scss */

.playlist__figure.-no-play:before {
  content: none;
}

/* line 123, sass/blocks/_program-playlist.scss */

.playlist__image {
  display: block;
}

/* line 130, sass/blocks/_program-playlist.scss */

.playlist__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

/* line 142, sass/blocks/_program-playlist.scss */

.playlist__media {
  position: absolute;
  bottom: 0;
  width: 35px;
  height: 35px;
  right: 0;
}

/* line 150, sass/blocks/_program-playlist.scss */

.playlist__media.-video {
  background: url("../imgs/cam.png") no-repeat center center;
}

/* line 154, sass/blocks/_program-playlist.scss */

.playlist__media.-audio {
  background: url("../imgs/audio.png") no-repeat center center;
}

/* line 160, sass/blocks/_program-playlist.scss */

.playlist__title,
.playlist__card-date {
  color: #003058;
  text-align: left;
}

/* line 166, sass/blocks/_program-playlist.scss */

.playlist__title {
  font-family: g-bold, "Tahoma, Geneva, sans-serif";
  font-size: 14px;
  line-height: 1em;
}

/* line 176, sass/blocks/_program-playlist.scss */

.playlist__card-date {
  font-family: g-regular, "Tahoma, Geneva, sans-serif";
  float: right;
  width: 100%;
  font-size: 12px;
}

/* line 188, sass/blocks/_program-playlist.scss */

.playlist__button {
  display: inline-block;
  position: relative;
  font: 12px g-bold, "Tahoma, Geneva, sans-serif";
  text-transform: uppercase;
  color: #003058;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #5b6165;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 45px 0;
}

/* line 205, sass/blocks/_program-playlist.scss */

.playlist__button:hover {
  background-color: transparent;
}

/* line 212, sass/blocks/_program-playlist.scss */

.playlist hr {
  margin: 0 auto;
  max-width: 1170px;
  border: 1px solid #3c8398;
  margin-bottom: 50px;
}

/* line 5, sass/blocks/_tv-program.scss */

.tv-program {
  background-color: #0d2334;
}

/* line 9, sass/blocks/_tv-program.scss */

.tv-program__content {
  padding: 60px 0;
}

/* line 14, sass/blocks/_tv-program.scss */

.tv-program__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  overflow: hidden;
}

/* line 46, sass/blocks/_tv-program.scss */

.tv-program__content .about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 40px;
  width: 100%;
  max-width: 830px;
  padding-bottom: 50px;
}

/* line 65, sass/blocks/_tv-program.scss */

.tv-program__content .about__title,
.tv-program__content .exhibition__title {
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* line 78, sass/blocks/_tv-program.scss */

.tv-program__content .about__description {
  width: 100%;
  max-width: 825px;
  margin-bottom: 40px;
}

/* line 83, sass/blocks/_tv-program.scss */

.tv-program__content .about__description p {
  font-size: 14px !important;
  color: #7a7e84 !important;
  line-height: 1.6 !important;
}

/* line 88, sass/blocks/_tv-program.scss */

.tv-program__content .about__description p span {
  color: #7a7e84 !important;
}

/* line 135, sass/blocks/_tv-program.scss */

.advertisement {
  position: relative;
  width: 100%;
  max-width: 791px;
  height: 90px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 20px;
}

/* line 163, sass/blocks/_tv-program.scss */

.exhibition {
  width: 100%;
  max-width: 305px;
}

/* line 174, sass/blocks/_tv-program.scss */

.exhibition__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px 15px;
  background-color: #24303e;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 182, sass/blocks/_tv-program.scss */

.exhibition__inedited,
.exhibition__reprise {
  margin-right: 15px;
}

/* line 186, sass/blocks/_tv-program.scss */

.exhibition__week {
  margin-right: 20px;
}

/* line 189, sass/blocks/_tv-program.scss */

.exhibition__week,
.exhibition__days {
  margin-top: 16px;
  margin-top: 20px;
}

/* line 200, sass/blocks/_tv-program.scss */

.exhibition__day {
  font-size: 15px;
  color: #eaeaea;
  font-family: g-regular, "Tahoma, Geneva, sans-serif";
  border: 1px solid #eaeaea;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  line-height: 25px;
  margin: 0 0 10px 0;
  width: 25px;
}

/* line 213, sass/blocks/_tv-program.scss */

.exhibition__item-title {
  color: #ffd301;
  font-size: 14px;
  font-family: g-bold, "Tahoma, Geneva, sans-serif";
  text-transform: uppercase;
  border-bottom: 1px solid #ffd301;
  padding-bottom: 5px;
}

/* line 221, sass/blocks/_tv-program.scss */

.exhibition__item-title.-is-disabled {
  color: #7a7e84;
  border-bottom: 1px solid #7a7e84;
}

/* line 227, sass/blocks/_tv-program.scss */

.exhibition__items {
  margin-top: 20px;
}

/* line 232, sass/blocks/_tv-program.scss */

.exhibition__item {
  color: #ffd301;
  width: 52px;
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ffd301;
}

/* line 243, sass/blocks/_tv-program.scss */

.exhibition__item.-dash {
  border: 1px solid transparent;
}

/* line 246, sass/blocks/_tv-program.scss */

.exhibition__item.-dash.-is-disabled {
  border: 1px solid transparent;
}

/* line 251, sass/blocks/_tv-program.scss */

.exhibition__item.-is-disabled {
  color: #7a7e84;
  border: 1px solid #7a7e84;
}

/* line 8, sass/blocks/_social-icons.scss */

.social-icons {
  position: relative;
}

/* line 11, sass/blocks/_social-icons.scss */

.social-icons {
  background-color: #e7e7e7;
  margin-bottom: 0px;
  padding: 15px 0px;
}

/* line 20, sass/blocks/_social-icons.scss */

.social-icons__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 39, sass/blocks/_social-icons.scss */

.social-icons__title {
  font-size: 20px;
  font-family: g-bold, "Tahoma, Geneva, sans-serif";
  color: #2b3c50;
  text-align: center;
  padding: 18px 0 15px;
  text-transform: uppercase;
}

/* line 62, sass/blocks/_social-icons.scss */

.social-icons__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

/* line 81, sass/blocks/_social-icons.scss */

.social-icons__items {
  /* 

    &:last-child(){

       padding-bottom: 20px;
    }
   
 */
}

/* line 83, sass/blocks/_social-icons.scss */

.social-icons__items {
  width: 66px;
  margin: 0;
}

/* line 129, sass/blocks/_social-icons.scss */

.social-icons__icone {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  width: 46px;
  background-color: #2b3c50;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  position: relative;
  color: #e7e7e7;
  margin: 0;
}

/* line 173, sass/blocks/_social-icons.scss */

.social-icons__icone svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 36px;
  height: 36px;
}

/* line 208, sass/blocks/_social-icons.scss */

.icone-face svg {
  width: 19px;
}

/* line 235, sass/blocks/_social-icons.scss */

.social-icons__desc {
  display: none;
  font-size: 14px;
  font-family: g-regular, "Tahoma, Geneva, sans-serif";
  color: #2b3c50;
}

/* line 255, sass/blocks/_social-icons.scss */

.social-icons__email .social-icons__desc {
  display: inline;
  text-transform: uppercase;
  font-size: 15px;
  color: #e7e7e7;
  font-family: g-bold, "Tahoma, Geneva, sans-serif";
  text-align: center;
}

/* line 268, sass/blocks/_social-icons.scss */

.social-icons__email {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  text-align: center;
  margin: 20px auto 20px;
  padding: 0px 40px 0;
  background-color: #2b3c50;
}

/* line 286, sass/blocks/_social-icons.scss */

.social-icons__click {
  font-size: 15px;
  color: #eaeaea;
  font-family: g-regular, "Tahoma, Geneva, sans-serif";
}

/* line 302, sass/blocks/_social-icons.scss */

.icone-email svg {
  vertical-align: middle;
}

/* line 330, sass/blocks/_social-icons.scss */

.icone-email {
  background-color: transparent;
}

/* line 2, sass/blocks/_program-team.scss */

.team {
  background-color: #e7e7e7;
  padding: 60px 0px;
}

/* line 7, sass/blocks/_program-team.scss */

.team__main-title {
  font-family: g-bold, "Tahoma, Geneva, sans-serif";
  text-transform: uppercase;
  color: #2b3c50;
  text-align: center;
  margin-bottom: 40px;
  font-size: 0.7em;
}

/* line 18, sass/blocks/_program-team.scss */

.team__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

/* line 30, sass/blocks/_program-team.scss */

.team__item {
  border-bottom: 8px solid #2b3c50;
  margin-bottom: 20px;
}

/* line 41, sass/blocks/_program-team.scss */

.team__figure {
  position: relative;
}

/* line 48, sass/blocks/_program-team.scss */

.team__image {
  display: block;
  width: 100%;
}

/* line 56, sass/blocks/_program-team.scss */

.team__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

/* line 66, sass/blocks/_program-team.scss */

.team__text-field {
  display: block;
  position: relative;
  padding: 30% 10px;
  line-height: 1.5em;
}

/* line 76, sass/blocks/_program-team.scss */

.team__title,
.team__caption {
  color: white;
  padding: 0 20px;
}

/* line 84, sass/blocks/_program-team.scss */

.team__title {
  font-size: 1.2em;
}

/* line 91, sass/blocks/_program-team.scss */

.team__caption {
  font-size: .9em;
  margin-left: 5px;
}

/* line 3, sass/blocks/_timeline.scss */

.timeline {
  position: relative;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

/* line 11, sass/blocks/_timeline.scss */

.timeline h2 {
  color: #2b3c50;
  font-size: .8em;
  font-family: g-bold, "Tahoma, Geneva, sans-serif";
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

/* line 25, sass/blocks/_timeline.scss */

.timeline__list {
  width: 100%;
  padding: 25px 35px;
  margin-bottom: 40px;
}

/* line 35, sass/blocks/_timeline.scss */

.timeline__item {
  display: inline-block;
  position: relative;
  margin: 20px 15px;
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  outline: none;
  height: auto;
}

/* line 50, sass/blocks/_timeline.scss */

.timeline__item.-is-active .timeline__figure,
.timeline__item:hover .timeline__figure {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 54, sass/blocks/_timeline.scss */

.timeline__item.-is-active .timeline__title,
.timeline__item:hover .timeline__title {
  font-size: 24px;
  color: #fff;
}

/* line 60, sass/blocks/_timeline.scss */

.timeline__item.-is-active .timeline__caption,
.timeline__item:hover .timeline__caption {
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
}

/* line 82, sass/blocks/_timeline.scss */

.timeline__figure {
  position: relative;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

/* line 90, sass/blocks/_timeline.scss */

.timeline__image {
  display: block;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* line 97, sass/blocks/_timeline.scss */

.timeline__figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 15px 10px;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, black 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(bottom, black 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, black 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
  border-bottom: 7px solid #989fa5;
}

/* line 113, sass/blocks/_timeline.scss */

.timeline__item.-is-active .timeline__figcaption.-is-active {
  border-bottom: 7px solid #ffd301;
}

/* line 118, sass/blocks/_timeline.scss */

.timeline__content {
  clear: both;
}

/* line 120, sass/blocks/_timeline.scss */

.timeline__content p {
  margin-bottom: 1em;
}

/* line 129, sass/blocks/_timeline.scss */

.timeline__main-story p,
.timeline__story p,
.timeline__content p {
  font-size: 14px;
  line-height: 2em;
  padding: 0 20px;
  text-align: justify;
}

/* line 142, sass/blocks/_timeline.scss */

.timeline__story p {
  line-height: 2.5em;
}

/* line 150, sass/blocks/_timeline.scss */

.timeline__title {
  font-size: 22px;
  color: #fff;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

/* line 159, sass/blocks/_timeline.scss */

.timeline__caption {
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease;
  line-height: 20px;
}

/* line 170, sass/blocks/_timeline.scss */

.timeline__story {
  max-width: 100%;
}

/* line 172, sass/blocks/_timeline.scss */

.timeline__story {
  display: none;
}

/* line 176, sass/blocks/_timeline.scss */

.timeline__story.-is-active {
  display: block;
}

/* line 186, sass/blocks/_timeline.scss */

.timeline__story img {
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin: 20px;
}

/* line 244, sass/blocks/_timeline.scss */

.timeline button {
  position: absolute;
  background: transparent;
  text-indent: -9000px;
  height: auto;
  background-repeat: no-repeat;
  -webkit-background-size: 50px 61px;
  -moz-background-size: 50px 61px;
  -o-background-size: 50px 61px;
  background-size: 50px 61px;
  background-position: center center;
  z-index: 1;
  outline: none;
}

/* line 255, sass/blocks/_timeline.scss */

.timeline button:hover {
  background-color: transparent;
  -webkit-box-shadow: 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px rgba(0, 0, 0, 0);
}

/* line 264, sass/blocks/_timeline.scss */

.timeline__list .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url(../imgs/timeline_arrow.svg);
}

/* line 271, sass/blocks/_timeline.scss */

.timeline__list .slick-prev {
  left: 0;
  height: 25px;
  -webkit-transform: rotate(180deg) translate(0%, 50%);
  -moz-transform: rotate(180deg) translate(0%, 50%);
  -ms-transform: rotate(180deg) translate(0%, 50%);
  -o-transform: rotate(180deg) translate(0%, 50%);
  transform: rotate(180deg) translate(0%, 50%);
}

/* line 277, sass/blocks/_timeline.scss */

.timeline__list .slick-next {
  height: 25px;
  right: 0;
}

/* line 282, sass/blocks/_timeline.scss */

.timeline__list .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}

/* line 289, sass/blocks/_timeline.scss */

.timeline__list .slick-dots li {
  line-height: 38px;
  background-color: #989fa5;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* line 298, sass/blocks/_timeline.scss */

.timeline__list .slick-dots .slick-active {
  background: #ffd301;
}

/* line 310, sass/blocks/_timeline.scss */

.trademark {
  background-color: #eaeaea;
  max-width: 100%;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  padding: 70px 0;
}

/* line 321, sass/blocks/_timeline.scss */

.trademark__title {
  color: #2b3c50;
  font: 0.8em/1.2em g-bold, "Tahoma, Geneva, sans-serif";
  text-transform: uppercase;
  text-align: center;
  padding: 0 60px;
}

/* line 332, sass/blocks/_timeline.scss */

.trademark svg {
  width: 28px;
  height: 28px;
  left: 18px;
}

/* line 345, sass/blocks/_timeline.scss */

.trademark svg {
  max-height: 25px !important;
  max-width: 20px !important;
  top: -2px;
}

/* line 351, sass/blocks/_timeline.scss */

.trademark .btn__icone {
  margin: 0;
}

/* line 354, sass/blocks/_timeline.scss */

.trademark .btn {
  padding: 0;
  width: 200px;
  line-height: 60px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1, sass/blocks/_single.scss */

.single {
  font-size: 16px;
}

/* line 3, sass/blocks/_single.scss */

.single .hero__slide {
  margin-bottom: 10px;
}

/* line 10, sass/blocks/_single.scss */

.single > h1,
.single > h2,
.single > h3,
.single > h4,
.single > h5,
.single > h6 {
  margin: 30px auto;
}

/* line 19, sass/blocks/_single.scss */

.single > address {
  margin: 30px auto;
}

/* line 22, sass/blocks/_single.scss */

.single > h1 {
  font-size: 1.7em;
}

/* line 25, sass/blocks/_single.scss */

.single > h2 {
  font-size: 1.5em;
}

/* line 28, sass/blocks/_single.scss */

.single > h3 {
  font-size: 1.3em;
}

/* line 31, sass/blocks/_single.scss */

.single > h4 {
  font-size: 1.2em;
}

/* line 34, sass/blocks/_single.scss */

.single > h5 {
  font-size: 1.1em;
}

/* line 37, sass/blocks/_single.scss */

.single > h6 {
  font-size: 1em;
}

/* line 43, sass/blocks/_single.scss */

.single > ul > li,
.single > ol > li {
  font-size: 16px;
}

/* line 48, sass/blocks/_single.scss */

.single > blockquote {
  padding: 20px 20px !important;
  margin-bottom: 20px;
}

/* line 51, sass/blocks/_single.scss */

.single > blockquote > p {
  font-style: italic;
}

/* line 61, sass/blocks/_single.scss */

.single > p,
.single > ul > li,
.single > ol > li,
.single > blockquote > p {
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}

/* line 66, sass/blocks/_single.scss */

.single > p:last-child,
.single > ul > li:last-child,
.single > ol > li:last-child,
.single > blockquote > p:last-child {
  margin-bottom: 0px;
}

/* line 79, sass/blocks/_single.scss */

.single > ul > li:last-child,
.single > ol > li:last-child {
  margin-bottom: 20px;
}

/* line 84, sass/blocks/_single.scss */

.single > p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 15px;
}

/* line 93, sass/blocks/_single.scss */

.single.single-programa .hero__slide {
  margin-bottom: 0;
}

/* line 98, sass/blocks/_single.scss */

.single__excerpt {
  margin: 40px 0 40px;
}

/* line 100, sass/blocks/_single.scss */

.single__excerpt > p {
  line-height: 28px;
  font-size: 14px;
}

/* line 8, sass/blocks/_downloads.scss */

.downloads {
  background-color: #f4f4f4;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 20, sass/blocks/_downloads.scss */

.downloads__limit {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

/* line 26, sass/blocks/_downloads.scss */

.downloads__title {
  font-size: 34px;
  color: #006480;
  margin-bottom: 30px;
}

/* line 33, sass/blocks/_downloads.scss */

.downloads__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

/* line 42, sass/blocks/_downloads.scss */

.downloads__item {
  width: 100%;
  margin: 0 15px 30px;
}

/* line 68, sass/blocks/_downloads.scss */

.downloads__item figure img {
  display: block;
}

/* line 72, sass/blocks/_downloads.scss */

.downloads__item figcaption {
  text-align: center;
}

/* line 75, sass/blocks/_downloads.scss */

.downloads__item figcaption h3 {
  font-size: 18px;
  color: #006480;
}

/* line 80, sass/blocks/_downloads.scss */

.downloads__item figcaption p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 20px;
}

/* line 88, sass/blocks/_downloads.scss */

.downloads__item .btn {
  color: #006480;
  width: 150px;
  font-size: 13px;
}

/* line 1, sass/blocks/_app.scss */

.app {
  margin-bottom: 50px;
}

/* line 17, sass/blocks/_app.scss */

.app__title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 15px;
  color: #006480;
}

/* line 29, sass/blocks/_app.scss */

.app__excerpt {
  margin-bottom: 20px;
}

/* line 36, sass/blocks/_app.scss */

.app__excerpt p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 0 10px;
}

/* line 49, sass/blocks/_app.scss */

.app__thumb img {
  display: block;
  margin: 0 auto 20px;
}

/* line 87, sass/blocks/_app.scss */

.app__screens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

/* line 102, sass/blocks/_app.scss */

.app__screens img {
  margin: 0 5px 20px;
}

/* line 130, sass/blocks/_app.scss */

.app__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 0 !important;
}

/* line 148, sass/blocks/_app.scss */

.app__link {
  padding: 0;
  margin: 0 5px;
  line-height: 1;
  text-align: center;
}

/* line 160, sass/blocks/_app.scss */

.app__link a {
  padding: 0;
  margin: 0 auto;
  max-width: 200px;
  display: block;
}

/* line 166, sass/blocks/_app.scss */

.app__link a img {
  width: 100%;
}

/* line 181, sass/blocks/_app.scss */

.app__link:before {
  display: none;
}

/* line 1, sass/blocks/_screen-modal.scss */

.screen-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in;
  -o-transition: opacity .4s ease-in;
  -moz-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
}

/* line 16, sass/blocks/_screen-modal.scss */

.screen-modal.-is-visible {
  visibility: visible;
  opacity: 1;
}

/* line 23, sass/blocks/_screen-modal.scss */

.screen-modal__content img {
  max-width: 70vw;
  max-height: 70vh;
}

/* line 29, sass/blocks/_screen-modal.scss */

.screen-modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  background: url("../imgs/close-modal.svg") center center no-repeat;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
}

/* line 1, sass/blocks/_section.scss */

.novotempo-section {
  margin: 0 auto;
  max-width: 630px;
  width: 100%;
}

/* line 6, sass/blocks/_section.scss */

.novotempo-section p,
.novotempo-section h1,
.novotempo-section h2,
.novotempo-section h3,
.novotempo-section h4,
.novotempo-section h5,
.novotempo-section .wp-block-image {
  margin-bottom: 30px;
}

/* line 20, sass/blocks/_section.scss */

.novotempo-section p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

/* line 32, sass/blocks/_section.scss */

.novotempo-section img {
  display: block;
}

/* line 38, sass/blocks/_section.scss */

.novotempo-section .wp-block-column .wp-block-image img {
  width: 100%;
}

/* line 9, sass/blocks/_program-grid.scss */

.program-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

/* line 17, sass/blocks/_program-grid.scss */

.program-grid__item {
  width: -webkit-calc( 25% - 50px);
  width: -moz-calc( 25% - 50px);
  width: calc( 25% - 50px);
  margin: 0 25px 50px;
}

/* line 28, sass/blocks/_program-grid.scss */

.program-grid__thumb img {
  display: block;
  width: 100%;
}

/* line 33, sass/blocks/_program-grid.scss */

.program-grid__thumb a {
  padding: 0;
}

/* line 1, sass/blocks/_search-help.scss */

.search-help {
  font-size: 16px;
}

/* line 17, sass/blocks/_search-help.scss */

.search-help__content .btn {
  margin-top: 20px;
  font-size: 14px;
  color: #006480;
}

/* line 36, sass/blocks/_search-help.scss */

.search-help__title {
  font-size: 30px;
  color: #006480;
  margin-bottom: 10px;
  margin-top: 30px;
}

/* line 1, sass/blocks/_result.scss */

.result {
  width: 100%;
  padding: 25px 0 50px;
  margin: 25px auto 0;
  border-top: 1px solid #989fa5;
  text-align: center;
}

/* line 9, sass/blocks/_result.scss */

.result p {
  color: #006480;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 14, sass/blocks/_result.scss */

.result p span {
  font-size: 22px;
}

/* line 1, sass/blocks/_dfp-area.scss */

.dfp-area {
  display: block;
  height: 100%;
}

/* line 6, sass/blocks/_dfp-area.scss */

.dfp-area .advertisement {
  position: static;
  width: 100%;
  height: auto;
  max-width: none;
}

/* line 11, sass/blocks/_dfp-area.scss */

.dfp-area .advertisement > div {
  text-align: center;
}

/* line 34, sass/blocks/_dfp-area.scss */

.tv-program .advertisement iframe {
  max-width: none;
}

/* line 2, sass/blocks/_404.scss */

.erro404 h2 {
  text-align: center;
  margin-bottom: 2em;
}

/* line 6, sass/blocks/_404.scss */

.erro404 img {
  max-width: 80%;
  margin: 0 auto 2em;
}

/* line 1, sass/blocks/_media-player.scss */

.single__media_player {
  margin: 1em auto 3em;
  line-height: 3em;
  max-width: 1170px;
}

/* line 16, sass/blocks/_media-player.scss */

.single__media_player audio {
  min-height: 2.5em;
  width: 100%;
  display: block;
}

/* line 5, sass/blocks/_player.scss */

.player {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  position: relative;
}

/* line 30, sass/blocks/_player.scss */

.player .play-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 34, sass/blocks/_player.scss */

.player .player-video {
  width: 100%;
  display: block;
}

/* line 39, sass/blocks/_player.scss */

.player .player-btn {
  background: none;
  border: 0;
  color: white;
  text-align: center;
  max-width: 30px;
  padding: 5px 8px;
  line-height: 9px;
  height: 30px;
  min-width: 30px;
  width: 30px;
  max-width: 30px;
}

/* line 51, sass/blocks/_player.scss */

.player .player-btn svg {
  width: 13px;
  fill: #FFFFFF;
}

/* line 56, sass/blocks/_player.scss */

.player .player-btn:hover,
.player .player-btn:focus {
  border-color: #004694;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
}

/* line 64, sass/blocks/_player.scss */

.player .player-slider {
  width: 10px;
  height: 30px;
}

/* line 69, sass/blocks/_player.scss */

.player .player-controls {
  display: none;
}

/* line 85, sass/blocks/_player.scss */

.player .player-controls > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 91, sass/blocks/_player.scss */

.player .progress {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 10;
  -webkit-flex: 10;
  -moz-box-flex: 10;
  -ms-flex: 10;
  flex: 10;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 4px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  background: rgba(0, 0, 0, 0.5);
}

/* line 102, sass/blocks/_player.scss */

.player .filled-progress {
  width: 0;
  height: 10px;
  background: #004694;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  cursor: pointer;
  position: relative;
}

/* line 111, sass/blocks/_player.scss */

.player .filled-progress:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 3px solid #f4d230;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 129, sass/blocks/_player.scss */

.player .sliders {
  max-width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0 10px;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
  -moz-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
}

/* line 137, sass/blocks/_player.scss */

.player input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  margin: 0 5px;
}

/* line 144, sass/blocks/_player.scss */

.player input[type=range]:focus {
  outline: none;
}

/* line 148, sass/blocks/_player.scss */

.player input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}

/* line 158, sass/blocks/_player.scss */

.player input[type=range]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* line 169, sass/blocks/_player.scss */

.player input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.8);
}

/* line 173, sass/blocks/_player.scss */

.player input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}

/* line 183, sass/blocks/_player.scss */

.player input[type=range]::-moz-range-thumb {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  height: 15px;
  width: 15px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: white;
  cursor: pointer;
}

/* line 192, sass/blocks/_player.scss */

.player .fast-forward,
.player .volume_controll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 30px;
  position: relative;
  width: auto;
}

/* line 199, sass/blocks/_player.scss */

.player .fast-forward svg,
.player .volume_controll svg {
  fill: rgba(255, 255, 255, 0.7);
  width: 20px;
  max-width: 20px;
  min-width: 20px;
}

/* line 205, sass/blocks/_player.scss */

.player .fast-forward .controll,
.player .volume_controll .controll {
  position: absolute;
  bottom: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 213, sass/blocks/_player.scss */

.player .fast-forward .controll input[type=range][orient=vertical],
.player .volume_controll .controll input[type=range][orient=vertical] {
  -webkit-writing-mode: bt-lr;
  -ms-writing-mode: bt-lr;
  writing-mode: bt-lr;
  -webkit-appearance: slider-vertical;
  width: 130px;
  height: 30px;
  margin: 11px 0 0 3px;
  padding: 0 5px;
  padding: 0px 6px 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 50px;
  right: -50px;
  position: absolute;
  margin: auto;
}

/* line 232, sass/blocks/_player.scss */

.player .fast-forward:hover .controll,
.player .volume_controll:hover .controll {
  max-height: 180px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  height: 160px;
  width: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #525354;
}

/* line 243, sass/blocks/_player.scss */

.player .fast-forward:hover .controll-btn,
.player .volume_controll:hover .controll-btn {
  border-color: #004694;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
}

/* line 250, sass/blocks/_player.scss */

.player .controll-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  min-width: 30px;
  width: 30px;
  max-width: 30px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

/* line 262, sass/blocks/_player.scss */

.player .speed-btn {
  cursor: pointer;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 10px;
  width: 100%;
  margin: 0px 0px;
  padding: 0px 0;
}

/* line 272, sass/blocks/_player.scss */

.player .player-download {
  background: transparent;
  border: none;
  width: 30px;
  max-width: 30px;
  height: 30px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 281, sass/blocks/_player.scss */

.player .player-download svg {
  fill: rgba(255, 255, 255, 0.7);
  width: 13px;
}

/* line 285, sass/blocks/_player.scss */

.player .player-download:hover {
  border-color: #004694;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
}

/* line 291, sass/blocks/_player.scss */

.player .duration {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 301, sass/blocks/_player.scss */

.player .duration span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.7);
  width: 71px;
  padding: 0 12px;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-family: g-regular, "Tahoma, Geneva, sans-serif";
}

/* line 316, sass/blocks/_player.scss */

.player:-webkit-full-screen {
  max-width: none;
  width: 100%;
}

.player:-webkit-full-screen,
.player:fullscreen {
  max-width: none;
  width: 100%;
}

/* line 6, sass/blocks/_list-items.scss */

.lits-items {
  background: #eaeaea;
  padding: 90px 0;
  margin: 0;
}

/* line 10, sass/blocks/_list-items.scss */

.lits-items .tab__limit {
  padding: 0;
}

/* line 14, sass/blocks/_list-items.scss */

.lits-items .audios_filtro_programas {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em .5em;
  padding-right: 16em;
  position: relative;
}

/* line 20, sass/blocks/_list-items.scss */

.lits-items .audios_filtro_programas h3 {
  display: inline-block;
  line-height: 26px;
  padding-right: 15px;
}

/* line 25, sass/blocks/_list-items.scss */

.lits-items .audios_filtro_programas ul {
  position: absolute;
  z-index: 1;
  display: inline-block;
  min-width: 15em;
  min-height: 1.6em;
  padding-right: 26px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px -3px #2b3c50;
  -moz-box-shadow: 0 0 10px -3px #2b3c50;
  box-shadow: 0 0 10px -3px #2b3c50;
}

/* line 34, sass/blocks/_list-items.scss */

.lits-items .audios_filtro_programas ul li {
  display: none;
}

/* line 36, sass/blocks/_list-items.scss */

.lits-items .audios_filtro_programas ul li.active {
  display: block;
}

/* line 38, sass/blocks/_list-items.scss */

.lits-items .audios_filtro_programas ul li.active a {
  color: #0d2334;
  font-weight: bold;
}

/* line 44, sass/blocks/_list-items.scss */

.lits-items .audios_filtro_programas ul:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* line 53, sass/blocks/_list-items.scss */

.lits-items .audios_filtro_programas ul:after {
  position: absolute;
  top: 9px;
  right: 10px;
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-color: #006480;
}

/* line 66, sass/blocks/_list-items.scss */

.lits-items .audios_filtro_programas ul:focus,
.lits-items .audios_filtro_programas ul:focus-within,
.lits-items .audios_filtro_programas ul:hover {
  padding-top: 1.6em;
}

/* line 68, sass/blocks/_list-items.scss */

.lits-items .audios_filtro_programas ul:focus:before,
.lits-items .audios_filtro_programas ul:focus-within:before,
.lits-items .audios_filtro_programas ul:hover:before {
  height: 1.6em;
}

/* line 71, sass/blocks/_list-items.scss */

.lits-items .audios_filtro_programas ul:focus li,
.lits-items .audios_filtro_programas ul:focus-within li,
.lits-items .audios_filtro_programas ul:hover li {
  display: block;
}

/* line 78, sass/blocks/_list-items.scss */

.lits-items h1 {
  margin-bottom: 60px;
}

/* line 81, sass/blocks/_list-items.scss */

.lits-items svg {
  max-width: 24px;
  height: 24px;
}

/* line 85, sass/blocks/_list-items.scss */

.lits-items .type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  color: #006480;
  border-left: 8px solid #006480;
  -webkit-transition: border 0.2s ease-in, color 0.2s ease-in;
  -o-transition: border 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: border 0.2s ease-in, color 0.2s ease-in;
  transition: border 0.2s ease-in, color 0.2s ease-in;
}

/* line 94, sass/blocks/_list-items.scss */

.lits-items ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 102, sass/blocks/_list-items.scss */

.lits-items ul .lits-item {
  margin-bottom: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #006480;
  background: #fff;
  -webkit-transition: background .2s ease-in, color .2s ease-in;
  -o-transition: background .2s ease-in, color .2s ease-in;
  -moz-transition: background .2s ease-in, color .2s ease-in;
  transition: background .2s ease-in, color .2s ease-in;
}

/* line 112, sass/blocks/_list-items.scss */

.lits-items ul .lits-item a:hover {
  text-decoration: underline;
}

/* line 115, sass/blocks/_list-items.scss */

.lits-items ul .lits-item .lits-item__info {
  padding: 20px 20px 20px 0;
}

/* line 119, sass/blocks/_list-items.scss */

.lits-items ul .lits-item .lits-item__header h4 {
  font-weight: bold;
  color: #006480;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  margin: 5px 0;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  transition: color .2s ease-in;
}

/* line 129, sass/blocks/_list-items.scss */

.lits-items ul .lits-item .lits-item__header a {
  line-height: 12px;
}

/* line 134, sass/blocks/_list-items.scss */

.lits-items ul .lits-item .lits-item__content svg {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

/* line 139, sass/blocks/_list-items.scss */

.lits-items ul .lits-item .lits-item__content h3 {
  margin: 5px 0;
}

/* line 142, sass/blocks/_list-items.scss */

.lits-items ul .lits-item .lits-item__content a {
  line-height: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 155, sass/blocks/_list-items.scss */

.lits-items ul .lits-item:hover {
  background: #0d2334;
  color: #fff;
  -webkit-transition: background .2s ease-in, color .2s ease-in;
  -o-transition: background .2s ease-in, color .2s ease-in;
  -moz-transition: background .2s ease-in, color .2s ease-in;
  transition: background .2s ease-in, color .2s ease-in;
}

/* line 159, sass/blocks/_list-items.scss */

.lits-items ul .lits-item:hover .type {
  color: #fff;
  border-color: #ffd301;
  -webkit-transition: border 0.2s ease-in, color 0.2s ease-in;
  -o-transition: border 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: border 0.2s ease-in, color 0.2s ease-in;
  transition: border 0.2s ease-in, color 0.2s ease-in;
}

/* line 165, sass/blocks/_list-items.scss */

.lits-items ul .lits-item:hover .lits-item__header h4 {
  color: #ffd301;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  transition: color .2s ease-in;
}

/* line 1, sass/blocks/_pagination.scss */

.pagination {
  font-size: 16px;
  margin-top: 20px;
}

/* line 4, sass/blocks/_pagination.scss */

.pagination .screen-reader-text {
  display: none;
}

/* line 8, sass/blocks/_pagination.scss */

.pagination h2 {
  font-size: 16px;
  font-family: g-bold, "Tahoma, Geneva, sans-serif";
  color: #006480;
}

/* line 14, sass/blocks/_pagination.scss */

.pagination .nav-links {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 20, sass/blocks/_pagination.scss */

.pagination .page-numbers {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  font-family: g-bold, "Tahoma, Geneva, sans-serif";
  border: 1px solid #7f7f7f;
  margin-right: 5px;
  background: #fff;
  color: #006480;
}

/* line 34, sass/blocks/_pagination.scss */

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  font-size: 12px;
}

/* line 40, sass/blocks/_pagination.scss */

.pagination .page-numbers.current {
  color: #ffd301;
  background: #0e2334;
}

/* line 10, sass/blocks/_footer.scss */

.footer {
  background-color: #22292f;
  -webkit-box-shadow: 0px -0.8px 10px 0px;
  -moz-box-shadow: 0px -0.8px 10px 0px;
  box-shadow: 0px -0.8px 10px 0px;
}

/* line 18, sass/blocks/_footer.scss */

.footer__field {
  padding: 40px 20px;
}

/* line 40, sass/blocks/_footer.scss */

.footer__widget {
  /*
    @include tablet-p {
        
        &:first-child {

            width: 100%;
            text-align: center;

        }
    }

    @include laptop {

        &:first-child {
            
            width: auto;
            text-align: left;

        }
    }
    */
}

/* line 74, sass/blocks/_footer.scss */

.footer__widget img {
  width: 150px;
  margin-bottom: 20px;
}

/* line 84, sass/blocks/_footer.scss */

.footer__widget img:first-child {
  margin-bottom: 40px;
}

/* line 116, sass/blocks/_footer.scss */

.footer__widget:last-child .footer__arrow {
  display: none;
}

/* line 120, sass/blocks/_footer.scss */

.footer__widget:last-child li {
  border: none;
}

/* line 125, sass/blocks/_footer.scss */

.footer__widget .screen-reader-response {
  display: none !important;
}

/* line 128, sass/blocks/_footer.scss */

.footer__widget .wpcf7-form {
  position: relative;
  width: 260px;
  margin: 30px 0 0 0;
}

/* line 133, sass/blocks/_footer.scss */

.footer__widget .wpcf7-form .wpcf7-not-valid-tip {
  display: none !important;
}

/* line 136, sass/blocks/_footer.scss */

.footer__widget .wpcf7-form .wpcf7-response-output {
  display: none;
  position: absolute;
  top: -28px;
  font-size: 12px;
  line-height: 1.2em;
}

/* line 143, sass/blocks/_footer.scss */

.footer__widget .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  top: -22px;
}

/* line 147, sass/blocks/_footer.scss */

.footer__widget .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.footer__widget .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng,
.footer__widget .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  font-family: g-light, "Tahoma, Geneva, sans-serif";
}

/* line 154, sass/blocks/_footer.scss */

.footer__widget .wpcf7-form .ajax-loader.is-active {
  background: url("../../assets/imgs/spinner.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  right: 0px;
  bottom: 0;
}

/* line 165, sass/blocks/_footer.scss */

.footer__widget .wpcf7-form input[type="submit"] {
  outline: none;
}

/* line 171, sass/blocks/_footer.scss */

.footer__title {
  margin: 0 0 20px;
  color: #ffd301;
  font: 14px/1.1 g-bold, "Tahoma, Geneva, sans-serif";
}

/* line 176, sass/blocks/_footer.scss */

.footer__title:last-child {
  display: none;
}

/* line 202, sass/blocks/_footer.scss */

.footer__item {
  margin: 0 0 15px;
  padding: 0 0 15px;
}

/* line 221, sass/blocks/_footer.scss */

.footer__item a {
  font: 12px/1.1 g-regular, "Tahoma, Geneva, sans-serif";
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding-left: 0;
}

/* line 230, sass/blocks/_footer.scss */

.footer__item:hover {
  text-decoration: underline;
}

/* line 239, sass/blocks/_footer.scss */

.footer__copyright {
  display: inherit;
  line-height: 54px;
  text-align: center;
  background-color: #1d2328;
  border-top: 1px solid #484848;
}

/* line 246, sass/blocks/_footer.scss */

.footer__copyright small {
  font: 10px g-medium, "Tahoma, Geneva, sans-serif";
  color: #989fa5;
  letter-spacing: 1px;
}

/* line 256, sass/blocks/_footer.scss */

input.footer__newsletter {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 2px solid #5b6165;
  max-width: 228px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 271, sass/blocks/_footer.scss */

input.footer__newsletter:focus-within {
  width: 100%;
  color: #fefefe;
  border-bottom: 2px solid #fefefe;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  transition: border-color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}

/* line 284, sass/blocks/_footer.scss */

input.footer__submit {
  -webkit-box-shadow: 0px 0px;
  -moz-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  color: #fefefe;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

/* line 293, sass/blocks/_footer.scss */

input.footer__submit:hover {
  -webkit-box-shadow: 0px 0px;
  -moz-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  background-color: transparent;
}

/* line 6, sass/_global-mod.scss */

.-hide,
.-hide--mob,
.-hide--tab-p,
.-hide--lap {
  display: none;
}

/* line 29, sass/_global-mod.scss */

.no-results {
  max-width: 660px;
  padding: 20px;
  border-bottom: 5px solid #22292f;
  margin: 30px auto;
  -webkit-box-shadow: -1px 5px 13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 5px 13px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 5px 13px rgba(0, 0, 0, 0.2);
  text-align: center;
}

/* line 48, sass/_global-mod.scss */

.-except--tab-p,
.-except--tab-l,
.-except--desk {
  display: none !important;
}

/* line 80, sass/_global-mod.scss */

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

/* line 84, sass/_global-mod.scss */

.-no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 92, sass/_global-mod.scss */

.-mb60 {
  margin-bottom: 60px;
}

/* line 100, sass/_global-mod.scss */

.no-scroll {
  overflow: hidden;
}

/* line 108, sass/_global-mod.scss */

[hidden] {
  display: none !important;
}

/* line 116, sass/_global-mod.scss */

.mask {
  position: relative;
}

/* line 118, sass/_global-mod.scss */

.mask:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))) no-repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) no-repeat;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) no-repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) no-repeat;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/* line 132, sass/_global-mod.scss */

.wpcf7-response-output {
  position: relative;
  min-height: 1em;
  margin: 1em 0;
  background: #f8f8f9;
  padding: 20px;
  font-size: 17px;
  text-align: center;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  transition: opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
  -o-transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
  -moz-transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease,-moz-box-shadow .1s ease;
  transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
  transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease,-moz-box-shadow .1s ease;
  transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;
  -webkit-border-radius: .28571429rem;
  -moz-border-radius: .28571429rem;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
}

/* line 149, sass/_global-mod.scss */

.wpcf7-response-output.wpcf7-display-none {
  display: none;
}

/* line 152, sass/_global-mod.scss */

.wpcf7-response-output.wpcf7-aborted,
.wpcf7-response-output.wpcf7-spam-blocked {
  -webkit-box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
  background-color: #fffaf3;
  color: #573a08;
}

/* line 159, sass/_global-mod.scss */

.wpcf7-response-output.wpcf7-mail-sent-ok {
  -webkit-box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
  background-color: #f8ffff;
  color: #276f86;
}

/* line 165, sass/_global-mod.scss */

.wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-validation-errors {
  -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  background-color: #fff6f6;
  color: #9f3a38;
}

/* line 3, sass/_z-index.scss */

.header__menu,
.header {
  z-index: 2;
}

/* line 8, sass/_z-index.scss */

.header__translate {
  z-index: 3;
}

/* line 12, sass/_z-index.scss */

.hero,
.hero--post,
.hero--archive {
  z-index: 1;
}

/* line 7, sass/_trumps-rules.scss */

.admin-bar #wpadminbar {
  position: fixed;
  overflow: hidden;
}

/* line 16, sass/_trumps-rules.scss */

.admin-bar .header__menu {
  top: 46px;
}

/* line 23, sass/_trumps-rules.scss */

article > div {
  max-width: 100%;
}

/* line 29, sass/_trumps-rules.scss */

p + section {
  margin-top: 80px;
}

/* line 35, sass/_trumps-rules.scss */

.tituloamarelo {
  color: #fee92d !important;
}

/* line 40, sass/_trumps-rules.scss */

.subtitulomaior {
  font-size: 22px !important;
}

@media (min-width: 640px) {
  /* # */

  /* line 108, sass/_generics.scss */

  article p {
    padding: 0;
    font-size: 22px;
  }

  /* line 267, sass/_generics.scss */

  main > h1,
  main > h2,
  main > h3,
  main > h4,
  main > h5,
  main > h6,
  main > hr,
  main > p,
  main > address,
  main > div.wp-block-columns,
  main > div.wp-block-image,
  main > figure.wp-block-image,
  main > figure.wp-block-embed,
  article > h1,
  article > h2,
  article > h3,
  article > h4,
  article > h5,
  article > h6,
  article > hr,
  article > p,
  article > address,
  article > div.wp-block-columns,
  article > div.wp-block-image,
  article > figure.wp-block-image,
  article > figure.wp-block-embed {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 292, sass/_generics.scss */

  main > hr,
  article > hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* line 321, sass/_generics.scss */

  main > p,
  main li,
  article > p,
  article li {
    line-height: 32px;
  }

  /* line 341, sass/_generics.scss */

  main > p iframe,
  article > p iframe {
    min-height: 320px;
  }

  /* line 506, sass/_generics.scss */

  main > ul,
  main ol {
    padding: 20px 60px 20px;
    max-width: 1170px;
  }

  /* line 551, sass/_generics.scss */

  article > p,
  article > h1,
  article > h2,
  article > h3,
  article > h4,
  article > h5,
  article > h6,
  article > hr,
  article > pre,
  article > address,
  article > blockquote,
  article > pre,
  article > figure.wp-block-embed,
  article > div.wp-block-image,
  article > figure.wp-block-image,
  article > div.wp-block-columns {
    padding: 0;
    max-width: 640px;
    margin-bottom: 20px;
  }

  /* line 591, sass/_generics.scss */

  article > div > p {
    max-width: 640px;
    margin: 0 auto;
  }

  /* line 620, sass/_generics.scss */

  article > ul,
  article ol {
    padding: 20px 60px 20px;
    max-width: 960px;
  }

  /* line 697, sass/_generics.scss */

  main > .btn-group .btn,
  article > .btn-group .btn {
    width: auto;
  }

  /* line 808, sass/_generics.scss */

  #search-app .search-filter {
    max-width: 870px;
  }

  /* line 38, sass/blocks/_header.scss */

  .header__menu {
    max-width: 50%;
  }

  /* line 10, sass/blocks/_hero.scss */

  .hero--two .hero__overlay {
    padding: 0 50px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /* line 264, sass/blocks/_hero.scss */

  .hero--post .hero__overlay {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -100px;
  }

  /* line 291, sass/blocks/_hero.scss */

  .hero--post .hero--post__logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: -100px;
    margin-left: 12px;
    height: auto;
    width: 120px;
  }

  /* line 309, sass/blocks/_hero.scss */

  .hero--post .hero--post__title {
    font-size: 30px;
  }

  /* line 3, sass/blocks/_grid.scss */

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 33, sass/blocks/_grid.scss */

  .card-ao-vivo {
    max-width: -webkit-calc( 50% - 6px);
    max-width: -moz-calc( 50% - 6px);
    max-width: calc( 50% - 6px);
  }

  /* line 46, sass/blocks/_grid.scss */

  .grid--masonry {
    grid-template-columns: 1fr 1fr;
  }

  /* line 69, sass/blocks/_grid.scss */

  .grid--masonry .card__thumb {
    width: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
  }

  /* line 76, sass/blocks/_grid.scss */

  .grid--masonry .card__title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
    max-height: 100.8px;
    font-size: 28px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  /* line 83, sass/blocks/_grid.scss */

  .grid--masonry.-oversized .card:first-child {
    background-color: #F6F7F9;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  /* line 90, sass/blocks/_grid.scss */

  .grid--masonry.-oversized .card:first-child .card__thumb {
    height: -webkit-calc( 50% - 80px);
    height: -moz-calc( 50% - 80px);
    height: calc( 50% - 80px);
    min-height: 0;
    height: -webkit-calc( 50% - 10px);
    height: -moz-calc( 50% - 10px);
    height: calc( 50% - 10px);
    position: absolute;
    bottom: 0;
  }

  /* line 98, sass/blocks/_grid.scss */

  .grid--masonry.-oversized .card:first-child .card__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: -webkit-calc( 50% + 50px);
    padding-bottom: -moz-calc( 50% + 50px);
    padding-bottom: calc( 50% + 50px);
    background-color: transparent;
  }

  /* line 104, sass/blocks/_grid.scss */

  .grid--masonry.-oversized .card:first-child .card__desc {
    color: #5b6165;
    display: block;
  }

  /* line 109, sass/blocks/_grid.scss */

  .grid--masonry.-oversized .card:first-child .card__cat {
    color: #5b6165;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 15px;
  }

  /* line 116, sass/blocks/_grid.scss */

  .grid--masonry.-oversized .card:first-child .card__title {
    color: #006480;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
    max-height: 100.8px;
    font-size: 28px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  /* line 9, sass/blocks/_program-list.scss */

  .program-list__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 28, sass/blocks/_program-list.scss */

  .program-list__grid .program-card {
    width: -webkit-calc( 49% - 6px);
    width: -moz-calc( 49% - 6px);
    width: calc( 49% - 6px);
  }

  /* line 1, sass/blocks/_section-title.scss */

  .section-title,
  .card-ao-vivo__titulo {
    font-size: 24px;
  }

  /* line 59, sass/blocks/_card.scss */

  .card__title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
    max-height: 36px;
    font-size: 15px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  /* line 72, sass/blocks/_card.scss */

  .card__desc {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
    height: 67.2px;
    font-size: 14px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  /* line 93, sass/blocks/_card.scss */

  .line {
    display: block;
    margin: 0 auto;
    max-width: -webkit-calc( 1170px + 100px);
    max-width: -moz-calc( 1170px + 100px);
    max-width: calc( 1170px + 100px);
  }

  /* line 116, sass/blocks/_card.scss */

  .listagem-posts-completa--programa .card__figure {
    width: -webkit-calc( 25% - 6px);
    width: -moz-calc( 25% - 6px);
    width: calc( 25% - 6px);
  }

  /* line 123, sass/blocks/_card.scss */

  .listagem-posts-completa .card__link-post {
    margin-bottom: 20px;
  }

  /* line 133, sass/blocks/_card.scss */

  .listagem-posts-completa .card__content {
    padding: 40px 30px;
  }

  /* line 144, sass/blocks/_card.scss */

  .listagem-posts-completa .card__title {
    font-size: 16px;
  }

  /* line 169, sass/blocks/_card.scss */

  .listagem-posts-completa .card__desc {
    height: inherit !important;
  }

  /* line 85, sass/blocks/_nav-tabs.scss */

  .nav-tabs--week .nav-tabs__tab {
    padding: 0 10px;
    font-size: 17px;
  }

  /* line 3, sass/blocks/_share.scss */

  .share {
    padding: 0;
    max-width: 960px;
    margin-left: auto;
  }

  /* line 24, sass/blocks/_tab.scss */

  .tab .listagem-posts,
  .tab .listagem-posts-completa {
    margin-bottom: 60px;
  }

  /* line 32, sass/blocks/_tab.scss */

  .tab__limit {
    padding-top: 60px;
  }

  /* line 27, sass/blocks/_search-result.scss */

  .search-result .card,
  .search-result .card__link-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }

  /* line 31, sass/blocks/_search-result.scss */

  .search-result .card:last-child,
  .search-result .card__link-post:last-child {
    margin-bottom: 0;
  }

  /* line 36, sass/blocks/_search-result.scss */

  .search-result .card__content {
    position: static;
    width: -webkit-calc( 55% + 6px);
    width: -moz-calc( 55% + 6px);
    width: calc( 55% + 6px);
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    background-color: #eaeaea;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 44, sass/blocks/_search-result.scss */

  .search-result .card__figure {
    width: -webkit-calc( 45% - 6px);
    width: -moz-calc( 45% - 6px);
    width: calc( 45% - 6px);
    min-width: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }

  /* line 53, sass/blocks/_search-result.scss */

  .search-result .card__thumb {
    min-width: 550px;
    height: 100%;
  }

  /* line 58, sass/blocks/_search-result.scss */

  .search-result .card__cat {
    color: #7f7f7f;
  }

  /* line 62, sass/blocks/_search-result.scss */

  .search-result .card__title {
    color: #006480;
  }

  /* line 66, sass/blocks/_search-result.scss */

  .search-result .card__desc {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
    height: 57.6px;
    font-size: 12px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #22292f;
  }

  /* line 93, sass/blocks/_search-result.scss */

  .search-results .listagem-posts-completa .card__content {
    padding: 30px;
    width: -webkit-calc( 65% + 6px);
    width: -moz-calc( 65% + 6px);
    width: calc( 65% + 6px);
  }

  /* line 107, sass/blocks/_search-result.scss */

  .search-results .listagem-posts-completa .card__figure {
    width: -webkit-calc( 35% - 6px);
    width: -moz-calc( 35% - 6px);
    width: calc( 35% - 6px);
  }

  /* line 113, sass/blocks/_search-result.scss */

  .search-results .listagem-posts-completa .card__cat {
    font-size: 10px;
  }

  /* line 120, sass/blocks/_search-result.scss */

  .search-results .listagem-posts-completa .card__title {
    margin-bottom: 0;
  }

  /* line 132, sass/blocks/_search-result.scss */

  .search-results .listagem-posts-completa .card__desc {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
    height: 44.8px;
    font-size: 14px;
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  /* line 10, sass/blocks/_search-filter.scss */

  .search-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 29, sass/blocks/_search-filter.scss */

  .search-filter .form-search {
    width: 100%;
    max-width: 100%;
  }

  /* line 42, sass/blocks/_search-filter.scss */

  .search-filter .select {
    width: -webkit-calc( 33.333% - 6px);
    width: -moz-calc( 33.333% - 6px);
    width: calc( 33.333% - 6px);
  }

  /* line 73, sass/blocks/_date-list.scss */

  .date-list__item.-is-alive:before {
    display: none;
    position: absolute;
    content: "assistir ao vivo";
    background-color: #ffd301;
    color: #0d2334;
    font-size: 14px;
    line-height: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 12px;
    top: 35%;
    right: 24px;
    white-space: nowrap;
  }

  /* line 104, sass/blocks/_date-list.scss */

  .term-radio .date-list__item.-is-alive:before {
    content: "ouvir ao vivo";
  }

  /* line 50, sass/blocks/_read-more.scss */

  .read-more__item {
    margin: 0 15px 15px 0;
  }

  /* line 48, sass/blocks/_read-more.scss */

  .read-more__item {
    width: -webkit-calc(50% - 7.5px);
    width: -moz-calc(50% - 7.5px);
    width: calc(50% - 7.5px);
  }

  /* line 77, sass/blocks/_read-more.scss */

  .read-more__item:nth-child(2n+2) {
    margin-right: 0;
  }

  /* line 125, sass/blocks/_read-more.scss */

  .read-more__category {
    font-size: 1.4em;
  }

  /* line 139, sass/blocks/_read-more.scss */

  .read-more__title {
    font-size: 15px;
    width: 550px;
  }

  /* line 12, sass/blocks/_program.scss */

  .program__item {
    width: -webkit-calc(33.33% - 8px);
    width: -moz-calc(33.33% - 8px);
    width: calc(33.33% - 8px);
    margin: 0 12px 12px 0;
  }

  /* line 34, sass/blocks/_program.scss */

  .program__item:nth-child(3n+3) {
    margin-right: 0;
  }

  /* line 23, sass/blocks/_list-canais.scss */

  .list-canais__content {
    padding: 20px;
  }

  /* line 67, sass/blocks/_list-canais.scss */

  .list-canais__desc {
    margin-bottom: 10px;
  }

  /* line 104, sass/blocks/_list-canais.scss */

  .list-canais__items {
    display: inline-block;
    margin: 0 45px 35px 0;
    text-align: left;
    width: -webkit-calc( 49% - 59px);
    width: -moz-calc( 49% - 59px);
    width: calc( 49% - 59px);
  }

  /* line 111, sass/blocks/_list-canais.scss */

  .list-canais__items:nth-child(1) {
    margin-left: 0;
  }

  /* line 131, sass/blocks/_list-canais.scss */

  .list-canais__logo {
    margin-right: 100px;
    height: 60px;
  }

  /* line 14, sass/blocks/_program-playlist.scss */

  .playlist__main-title {
    margin: 0 0 30px 0;
    text-align: left;
    margin-left: 0;
  }

  /* line 58, sass/blocks/_program-playlist.scss */

  .playlist.-col-3 .playlist__item,
  .playlist--sound.-col-3 .playlist__item {
    width: -webkit-calc( 33.33333% - 20px);
    width: -moz-calc( 33.33333% - 20px);
    width: calc( 33.33333% - 20px);
  }

  /* line 71, sass/blocks/_program-playlist.scss */

  .playlist__item {
    width: -webkit-calc( 25% - 20px);
    width: -moz-calc( 25% - 20px);
    width: calc( 25% - 20px);
  }

  /* line 71, sass/blocks/_social-icons.scss */

  .social-icons__item {
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 108, sass/blocks/_social-icons.scss */

  .social-icons__items {
    text-align: center;
    width: 162px;
  }

  /* line 162, sass/blocks/_social-icons.scss */

  .social-icons__icone {
    height: 49px;
    width: 51px;
  }

  /* line 199, sass/blocks/_social-icons.scss */

  .social-icons__icone svg {
    width: 47px;
  }

  /* line 227, sass/blocks/_social-icons.scss */

  .icone-face svg {
    width: 25px;
  }

  /* line 245, sass/blocks/_social-icons.scss */

  .social-icons__desc {
    display: inline;
    font-size: 15px;
    text-align: center;
  }

  /* line 294, sass/blocks/_social-icons.scss */

  .social-icons__click {
    padding: 0;
    margin: 0 10px 0 0;
  }

  /* line 322, sass/blocks/_social-icons.scss */

  .icone-email svg {
    height: 35px;
    margin: 6px 2px;
  }

  /* line 30, sass/blocks/_program-team.scss */

  .team__item {
    margin-bottom: 0px;
  }

  /* line 60, sass/blocks/_timeline.scss */

  .timeline__item.-is-active .timeline__caption,
  .timeline__item:hover .timeline__caption {
    font-size: 14px;
  }

  /* line 186, sass/blocks/_timeline.scss */

  .timeline__story img {
    float: none;
    width: 100%;
  }

  /* line 218, sass/blocks/_timeline.scss */

  .timeline__story .aligncenter {
    display: inline;
    float: none;
    width: 100%;
  }

  /* line 104, sass/blocks/_single.scss */

  .single__excerpt > p {
    line-height: 32px;
  }

  /* line 42, sass/blocks/_downloads.scss */

  .downloads__item {
    max-width: -webkit-calc( 50% - 30px);
    max-width: -moz-calc( 50% - 30px);
    max-width: calc( 50% - 30px);
  }

  /* line 50, sass/blocks/_downloads.scss */

  .downloads__item:last-child {
    margin-right: auto;
  }

  /* line 54, sass/blocks/_downloads.scss */

  .downloads__item:first-child {
    margin-right: 15px;
  }

  /* line 1, sass/blocks/_app.scss */

  .app {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 17, sass/blocks/_app.scss */

  .app__title {
    text-align: left;
  }

  /* line 48, sass/blocks/_app.scss */

  .app__thumb {
    width: 25%;
  }

  /* line 68, sass/blocks/_app.scss */

  .app__content {
    width: 75%;
  }

  /* line 118, sass/blocks/_app.scss */

  .app__screens img:first-child {
    margin-left: 0;
  }

  /* line 130, sass/blocks/_app.scss */

  .app__links {
    width: 75%;
    margin-left: 25%;
  }

  /* line 155, sass/blocks/_app.scss */

  .app__link:first-child {
    margin-left: 0;
  }

  /* line 160, sass/blocks/_app.scss */

  .app__link a {
    width: auto;
    max-width: 150px;
  }

  /* line 6, sass/blocks/_section.scss */

  .novotempo-section p,
  .novotempo-section h1,
  .novotempo-section h2,
  .novotempo-section h3,
  .novotempo-section h4,
  .novotempo-section h5,
  .novotempo-section .wp-block-image {
    margin-bottom: 30px;
  }

  /* line 1, sass/blocks/_search-help.scss */

  .search-help {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 12, sass/blocks/_search-help.scss */

  .search-help__content {
    text-align: right;
  }

  /* line 17, sass/blocks/_search-help.scss */

  .search-help__content .btn {
    margin-top: 40px;
  }

  /* line 29, sass/blocks/_search-help.scss */

  .search-help__img {
    margin-left: -60px;
    margin-right: 30px;
  }

  /* line 36, sass/blocks/_search-help.scss */

  .search-help__title {
    margin-top: 0;
  }

  /* line 1, sass/blocks/_media-player.scss */

  .single__media_player {
    max-width: 640px;
  }

  /* line 18, sass/blocks/_footer.scss */

  .footer__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* line 27, sass/blocks/_footer.scss */

  .footer__field:first-child {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 12, sass/_global-mod.scss */

  .-hide--mob {
    display: block;
  }

  /* line 43, sass/_global-mod.scss */

  .-except--mob {
    display: none !important;
  }

  /* line 53, sass/_global-mod.scss */

  .-except--tab-p {
    display: block;
  }

  /* line 7, sass/_trumps-rules.scss */

  .admin-bar #wpadminbar {
    overflow: visible;
  }
}

@media screen and (min-width: 641px) {
  /* line 100, sass/blocks/_tv-program.scss */

  .tv-program__content .area-dfp iframe {
    height: 190px;
  }
}

@media (min-width: 900px) {
  /* line 164, sass/_generics.scss */

  .ipt__generic {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }

  /* line 173, sass/_generics.scss */

  .btn__generic {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    max-width: 100px;
  }

  /* line 187, sass/_generics.scss */

  .fields__inline {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 901px) {
  /* line 447, sass/blocks/_hero.scss */

  .hero--newsletter .mauticform_wrapper .mauticform-errormsg {
    position: absolute;
  }

  /* line 457, sass/blocks/_hero.scss */

  .hero--newsletter .mauticform_wrapper .mauticform-message {
    position: absolute;
    bottom: 40px;
  }
}

@media (min-width: 910px) {
  /* # */

  /* line 108, sass/_generics.scss */

  article p {
    padding: 0;
    font-size: 22px;
  }

  /* line 267, sass/_generics.scss */

  main > h1,
  main > h2,
  main > h3,
  main > h4,
  main > h5,
  main > h6,
  main > hr,
  main > p,
  main > address,
  main > div.wp-block-columns,
  main > div.wp-block-image,
  main > figure.wp-block-image,
  main > figure.wp-block-embed,
  article > h1,
  article > h2,
  article > h3,
  article > h4,
  article > h5,
  article > h6,
  article > hr,
  article > p,
  article > address,
  article > div.wp-block-columns,
  article > div.wp-block-image,
  article > figure.wp-block-image,
  article > figure.wp-block-embed {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 305, sass/_generics.scss */

  main > div > p,
  article > div > p {
    margin: 0 0 20px;
  }

  /* line 303, sass/_generics.scss */

  main > div > p,
  article > div > p {
    text-align: center;
    margin: 0 auto 20px;
    font-size: 20px;
  }

  /* line 321, sass/_generics.scss */

  main > p,
  main li,
  article > p,
  article li {
    line-height: 40px;
  }

  /* line 395, sass/_generics.scss */

  main .wp-caption-text,
  article .wp-caption-text {
    text-indent: 25px;
  }

  /* line 422, sass/_generics.scss */

  main .wp-block-image,
  article .wp-block-image {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  /* line 492, sass/_generics.scss */

  main .wp-caption {
    max-width: 1170px;
  }

  /* line 498, sass/_generics.scss */

  main .wp-caption img {
    max-width: 1170px;
  }

  /* line 506, sass/_generics.scss */

  main > ul,
  main ol {
    max-width: 1170px;
  }

  /* line 524, sass/_generics.scss */

  main > dl {
    max-width: 1170px;
  }

  /* line 551, sass/_generics.scss */

  article > p,
  article > h1,
  article > h2,
  article > h3,
  article > h4,
  article > h5,
  article > h6,
  article > hr,
  article > pre,
  article > address,
  article > blockquote,
  article > pre,
  article > figure.wp-block-embed,
  article > div.wp-block-image,
  article > figure.wp-block-image,
  article > div.wp-block-columns {
    padding: 0;
    max-width: 910px;
  }

  /* line 606, sass/_generics.scss */

  article .wp-caption {
    max-width: 960px;
  }

  /* line 612, sass/_generics.scss */

  article .wp-caption img {
    max-width: 960px;
  }

  /* line 620, sass/_generics.scss */

  article > ul,
  article ol {
    max-width: 960px;
  }

  /* line 638, sass/_generics.scss */

  article dl {
    max-width: 960px;
  }

  /* line 674, sass/_generics.scss */

  main > section {
    margin-bottom: 80px;
  }

  /* line 685, sass/_generics.scss */

  main > section.nav-tabs {
    margin-bottom: 0;
  }

  /* line 697, sass/_generics.scss */

  main > .btn-group .btn,
  article > .btn-group .btn {
    margin: 0 6px;
  }

  /* line 760, sass/_generics.scss */

  .page main > h2,
  .page main > h3,
  .page main > h4,
  .page main > h5 {
    margin: 60px auto;
  }

  /* line 11, sass/blocks/_header.scss */

  .header {
    margin-top: 60px;
    height: 120px;
  }

  /* line 23, sass/blocks/_header.scss */

  .header .header__limit {
    margin-left: 12px;
    margin-right: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 38, sass/blocks/_header.scss */

  .header__menu {
    margin-left: 30px;
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    max-width: -webkit-calc( 100% - 265px);
    max-width: -moz-calc( 100% - 265px);
    max-width: calc( 100% - 265px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    overflow: visible;
  }

  /* line 68, sass/blocks/_header.scss */

  .header__menu-items {
    margin-top: 10px;
    width: -webkit-calc( 100% - ( 250px + 120px ));
    width: -moz-calc( 100% - ( 250px + 120px ));
    width: calc( 100% - ( 250px + 120px ));
  }

  /* line 82, sass/blocks/_header.scss */

  .header__menu-items > .menu-item {
    position: relative;
    height: 28px;
    min-height: 28px;
    display: inline-block;
    background-color: transparent;
  }

  /* line 96, sass/blocks/_header.scss */

  .header__menu-items > .menu-item a {
    color: #22292f;
    font-size: 12px;
    line-height: 1em;
    padding: 0 16px;
  }

  /* line 113, sass/blocks/_header.scss */

  .header__menu-items > .menu-item.menu-item-has-children > a:after {
    content: '';
    margin-bottom: 4px;
    margin-left: 12px;
    height: 8px;
    width: 8px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-right: 1px solid black;
    border-bottom: 1px solid black;
  }

  /* line 130, sass/blocks/_header.scss */

  .header__menu-items > .menu-item.-ontop {
    position: absolute;
    top: -60px;
    left: 12px;
    height: 60px;
  }

  /* line 140, sass/blocks/_header.scss */

  .header__menu-items > .menu-item.-ontop > a {
    display: none;
  }

  /* line 144, sass/blocks/_header.scss */

  .header__menu-items > .menu-item.-ontop .sub-menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    max-height: 100%;
    background-color: transparent;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }

  /* line 156, sass/blocks/_header.scss */

  .header__menu-items > .menu-item.-ontop .sub-menu .menu-item {
    background-color: transparent;
    display: inline-block;
  }

  /* line 160, sass/blocks/_header.scss */

  .header__menu-items > .menu-item.-ontop .sub-menu .menu-item:first-child {
    padding-top: 0;
  }

  /* line 164, sass/blocks/_header.scss */

  .header__menu-items > .menu-item.-ontop .sub-menu .menu-item a {
    margin: 0;
    padding: 0 18px;
    font-family: g-regular, "Tahoma, Geneva, sans-serif";
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1em;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 0px;
    text-shadow: 1px 1px 1px #22292f;
  }

  /* line 177, sass/blocks/_header.scss */

  .header__menu-items > .menu-item.-ontop .sub-menu .menu-item:first-child a {
    padding-left: 6px;
  }

  /* line 181, sass/blocks/_header.scss */

  .header__menu-items > .menu-item.-ontop .sub-menu .menu-item:last-child a {
    padding-right: 6px;
    border-right: 0px;
  }

  /* line 194, sass/blocks/_header.scss */

  .header__menu-items > .menu-item.-hidden-desk {
    display: none;
  }

  /* line 203, sass/blocks/_header.scss */

  .header__menu-items > .menu-item:first-child > a {
    border-right: 2px solid #22292f;
  }

  /* line 211, sass/blocks/_header.scss */

  .header__menu-items > .menu-item:nth-child(even) {
    background-color: transparent;
  }

  /* line 219, sass/blocks/_header.scss */

  .header__menu-items .sub-menu {
    top: 100%;
    left: auto;
    right: 0;
    position: absolute;
    min-width: 100%;
  }

  /* line 257, sass/blocks/_header.scss */

  .header__menu-items .sub-menu > .menu-item a {
    margin: 0;
    padding: 6px 16px;
    font-size: 12px;
    line-height: 18px;
    text-transform: none;
    font-family: g-regular, "Tahoma, Geneva, sans-serif";
  }

  /* line 267, sass/blocks/_header.scss */

  .header__menu-items .sub-menu > .menu-item:hover {
    background-color: #eaeaea;
    color: #0d0f11;
  }

  /* line 272, sass/blocks/_header.scss */

  .header__menu-items .sub-menu > .menu-item:first-child {
    padding-top: 4px;
  }

  /* line 280, sass/blocks/_header.scss */

  .header__toggle,
  .header__close {
    display: none;
  }

  /* line 331, sass/blocks/_header.scss */

  .header__logo {
    width: 235px;
  }

  /* line 352, sass/blocks/_header.scss */

  .header__logo a {
    height: 120px;
  }

  /* line 359, sass/blocks/_header.scss */

  .header__translate {
    top: -44px;
    right: 150px;
  }

  /* line 428, sass/blocks/_header.scss */

  .header__doe {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  /* line 462, sass/blocks/_header.scss */

  .header__social {
    position: absolute;
    margin-top: 0;
    top: -60px;
    right: 12px;
    width: 120px;
    height: 60px;
  }

  /* line 494, sass/blocks/_header.scss */

  .header__icone a {
    height: 60px;
  }

  /* line 527, sass/blocks/_header.scss */

  .header .form-search {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 0;
    margin-right: 0;
    width: 220px;
    height: 38px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 582, sass/blocks/_header.scss */

  .header__menu-items > .menu-item-has-children:hover > .sub-menu,
  .header__menu-items > .menu-item-has-children:focus-within > .sub-menu,
  .header__menu-items > .menu-item-has-children .sub-menu:hover {
    max-height: 300px;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
  }

  /* line 11, sass/blocks/_search.scss */

  .form-search {
    max-width: 430px;
  }

  /* line 18, sass/blocks/_search.scss */

  .form-search .form-search__input {
    font-size: 13px;
  }

  /* line 40, sass/blocks/_search.scss */

  .form-search.search-ouvir .form-search__input {
    font-size: 14px;
  }

  /* line 56, sass/blocks/_hero.scss */

  .hero__slide.-align-right .hero__overlay {
    padding-left: 50%;
    padding-right: -webkit-calc( ( 100% - 1170px ) / 2);
    padding-right: -moz-calc( ( 100% - 1170px ) / 2);
    padding-right: calc( ( 100% - 1170px ) / 2);
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  /* line 62, sass/blocks/_hero.scss */

  .hero__slide.-align-right.-high-contrast .hero__overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))) right center no-repeat;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) right center no-repeat;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) right center no-repeat;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) right center no-repeat;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) right center no-repeat;
  }

  /* line 66, sass/blocks/_hero.scss */

  .hero__slide.-align-center .hero__overlay {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 98, sass/blocks/_hero.scss */

  .hero__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 50% 0 80px;
  }

  /* line 171, sass/blocks/_hero.scss */

  .hero__overlay h1 {
    font-size: 0.8em;
  }

  /* line 184, sass/blocks/_hero.scss */

  .hero__overlay h2 {
    font-size: 0.8em;
  }

  /* line 191, sass/blocks/_hero.scss */

  .hero__overlay h3 {
    font-size: 0.7em;
  }

  /* line 205, sass/blocks/_hero.scss */

  .hero__overlay h5 {
    font-size: 0.5em;
  }

  /* line 264, sass/blocks/_hero.scss */

  .hero--post .hero__overlay {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  /* line 281, sass/blocks/_hero.scss */

  .hero--post .hero__img,
  .hero--post .hero__picture {
    min-height: 400px;
  }

  /* line 291, sass/blocks/_hero.scss */

  .hero--post .hero--post__logo {
    margin-right: 0;
    margin-left: 40px;
  }

  /* line 485, sass/blocks/_hero.scss */

  .hero:first-child,
  .hero--post:first-child,
  .hero--archive:first-child {
    margin-top: -180px;
  }

  /* line 489, sass/blocks/_hero.scss */

  .hero:first-child .hero__overlay,
  .hero--post:first-child .hero__overlay,
  .hero--archive:first-child .hero__overlay {
    top: 68%;
  }

  /* line 493, sass/blocks/_hero.scss */

  .hero:first-child.-fit,
  .hero--post:first-child.-fit,
  .hero--archive:first-child.-fit {
    margin-bottom: 0px;
  }

  /* line 506, sass/blocks/_hero.scss */

  .single-programa .hero:first-child,
  .single-programa .hero--post:first-child,
  .single-programa .hero--archive:first-child {
    margin-top: -180px;
    margin-bottom: 0px;
  }

  /* line 519, sass/blocks/_hero.scss */

  .hero .slick-arrow,
  .hero--post .slick-arrow,
  .hero--archive .slick-arrow {
    width: 50px;
    -webkit-background-size: 50px 61px;
    -moz-background-size: 50px 61px;
    -o-background-size: 50px 61px;
    background-size: 50px 61px;
  }

  /* line 586, sass/blocks/_hero.scss */

  .hero .slick-arrow,
  .hero--post .slick-arrow,
  .hero--archive .slick-arrow {
    -webkit-transform: translate(-50%, 50px);
    -moz-transform: translate(-50%, 50px);
    -ms-transform: translate(-50%, 50px);
    -o-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
  }

  /* line 590, sass/blocks/_hero.scss */

  .hero .slick-prev,
  .hero--post .slick-prev,
  .hero--archive .slick-prev {
    -webkit-transform: rotate(180deg) translate(-50%, -50px);
    -moz-transform: rotate(180deg) translate(-50%, -50px);
    -ms-transform: rotate(180deg) translate(-50%, -50px);
    -o-transform: rotate(180deg) translate(-50%, -50px);
    transform: rotate(180deg) translate(-50%, -50px);
  }

  /* line 28, sass/blocks/_program-list.scss */

  .program-list__grid .program-card {
    width: -webkit-calc( 32.5% - 8px);
    width: -moz-calc( 32.5% - 8px);
    width: calc( 32.5% - 8px);
  }

  /* line 30, sass/blocks/_select.scss */

  .select__selected,
  .select__item {
    font-size: 13px;
    padding: 0 30px 0 10px;
  }

  /* line 8, sass/blocks/_btn.scss */

  .btn {
    font-size: 11px;
  }

  /* line 28, sass/blocks/_btn.scss */

  .btn.-huge {
    font-size: 15px;
  }

  /* line 74, sass/blocks/_btn.scss */

  .btn__icone svg {
    max-height: 14px;
    max-width: 14px;
  }

  /* line 18, sass/blocks/_card.scss */

  .card__content {
    padding: 30px;
  }

  /* line 152, sass/blocks/_card-ao-vivo.scss */

  .card-ao-vivo__horario {
    width: 110px;
  }

  /* line 99, sass/blocks/_program-card.scss */

  .program-card__cat {
    font-size: 14px;
  }

  /* line 28, sass/blocks/_nav-tabs.scss */

  .nav-tabs__tab {
    font-size: 16px;
    line-height: 60px;
  }

  /* line 120, sass/blocks/_search-result.scss */

  .search-results .listagem-posts-completa .card__title {
    font-size: 16px;
  }

  /* line 149, sass/blocks/_search-result.scss */

  .search__result p {
    font-size: 22px;
  }

  /* line 29, sass/blocks/_search-filter.scss */

  .search-filter .form-search {
    margin: 0;
    width: 40%;
    width: 80%;
  }

  /* line 42, sass/blocks/_search-filter.scss */

  .search-filter .select {
    width: -webkit-calc( 20% - 6px);
    width: -moz-calc( 20% - 6px);
    width: calc( 20% - 6px);
  }

  /* line 74, sass/blocks/_search-filter.scss */

  .search-filter.-full-search .form-search {
    max-width: 100%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 86, sass/blocks/_search-filter.scss */

  .search-filter.filter__web .form-search {
    width: 60%;
  }

  /* line 92, sass/blocks/_search-filter.scss */

  .search-filter.filter__web .select.categorias {
    margin: -3px 0px 0 15px;
  }

  /* line 85, sass/blocks/_read-more.scss */

  .read-more__caption {
    padding: 20px;
  }

  /* line 139, sass/blocks/_read-more.scss */

  .read-more__title {
    font-size: 19px;
  }

  /* line 12, sass/blocks/_program.scss */

  .program__item {
    width: -webkit-calc(25% - 11.25px);
    width: -moz-calc(25% - 11.25px);
    width: calc(25% - 11.25px);
    margin: 0 15px 15px 0;
  }

  /* line 44, sass/blocks/_program.scss */

  .program__item:nth-child(3n+3) {
    margin-right: 15px;
  }

  /* line 48, sass/blocks/_program.scss */

  .program__item:nth-child(4n+4) {
    margin-right: 0;
  }

  /* line 14, sass/blocks/_list-canais.scss */

  .list-canais__content {
    padding: 0;
  }

  /* line 38, sass/blocks/_list-canais.scss */

  .list-canais__title {
    font-size: 0.40em;
  }

  /* line 73, sass/blocks/_list-canais.scss */

  .list-canais__desc {
    margin-bottom: 0;
  }

  /* line 81, sass/blocks/_list-canais.scss */

  .list-canais__station {
    font-size: 14px;
  }

  /* line 117, sass/blocks/_list-canais.scss */

  .list-canais__items {
    width: auto;
  }

  /* line 14, sass/blocks/_program-playlist.scss */

  .playlist__main-title {
    font: 26px;
  }

  /* line 33, sass/blocks/_program-playlist.scss */

  .playlist__main-title span {
    font: 24px g-regular, "Tahoma, Geneva, sans-serif";
  }

  /* line 98, sass/blocks/_program-playlist.scss */

  .playlist__figure:before {
    width: 35px;
    height: 35px;
  }

  /* line 166, sass/blocks/_program-playlist.scss */

  .playlist__title {
    font-size: 16px;
  }

  /* line 176, sass/blocks/_program-playlist.scss */

  .playlist__card-date {
    font-size: 13px;
  }

  /* line 83, sass/blocks/_tv-program.scss */

  .tv-program__content .about__description p {
    font-size: 15px;
  }

  /* line 189, sass/blocks/_tv-program.scss */

  .exhibition__week,
  .exhibition__days {
    margin-right: 15px;
  }

  /* line 28, sass/blocks/_social-icons.scss */

  .social-icons__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 50, sass/blocks/_social-icons.scss */

  .social-icons__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    padding: 18px 15px;
  }

  /* line 99, sass/blocks/_social-icons.scss */

  .social-icons__items {
    text-align: left;
    width: 148px;
  }

  /* line 152, sass/blocks/_social-icons.scss */

  .social-icons__icone {
    height: 42px;
    width: 42px;
  }

  /* line 193, sass/blocks/_social-icons.scss */

  .social-icons__icone svg {
    width: 32px;
  }

  /* line 221, sass/blocks/_social-icons.scss */

  .icone-face svg {
    width: 15px;
  }

  /* line 266, sass/blocks/_social-icons.scss */

  .social-icons__email {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 20px 0;
    margin: 0px auto;
  }

  /* line 315, sass/blocks/_social-icons.scss */

  .icone-email svg {
    height: 29px;
    margin: 6px 6px;
  }

  /* line 176, sass/blocks/_timeline.scss */

  .timeline__story.-is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* line 186, sass/blocks/_timeline.scss */

  .timeline__story img {
    float: left;
    width: auto;
  }

  /* line 211, sass/blocks/_timeline.scss */

  .timeline__story .alignright {
    float: right;
  }

  /* line 218, sass/blocks/_timeline.scss */

  .timeline__story .aligncenter {
    display: block;
    float: none;
    margin: 20px auto;
    width: auto;
  }

  /* line 104, sass/blocks/_single.scss */

  .single__excerpt > p {
    margin: 0 0 20px;
  }

  /* line 100, sass/blocks/_single.scss */

  .single__excerpt > p {
    text-align: center;
    margin: 0 auto 20px;
  }

  /* line 8, sass/blocks/_downloads.scss */

  .downloads {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* line 42, sass/blocks/_downloads.scss */

  .downloads__item {
    max-width: -webkit-calc( 33.333333% - 30px);
    max-width: -moz-calc( 33.333333% - 30px);
    max-width: calc( 33.333333% - 30px);
  }

  /* line 63, sass/blocks/_downloads.scss */

  .downloads__item:nth-child(2) {
    margin-right: 15px;
  }

  /* line 1, sass/blocks/_media-player.scss */

  .single__media_player {
    max-width: 910px;
  }

  /* line 11, sass/blocks/_player.scss */

  .player audio {
    display: none;
  }

  /* line 18, sass/blocks/_player.scss */

  .player:hover .player-controls {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 21, sass/blocks/_player.scss */

  .player:hover .duration {
    position: static;
    bottom: inherit;
    margin: 0px 20px;
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* line 69, sass/blocks/_player.scss */

  .player .player-controls {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 5px 8px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #383838;
  }

  /* line 291, sass/blocks/_player.scss */

  .player .duration {
    bottom: 36px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* line 94, sass/blocks/_list-items.scss */

  .lits-items ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 102, sass/blocks/_list-items.scss */

  .lits-items ul .lits-item {
    width: -webkit-calc(50% - 1px);
    width: -moz-calc(50% - 1px);
    width: calc(50% - 1px);
  }

  /* line 149, sass/blocks/_list-items.scss */

  .lits-items ul .lits-item:nth-child(odd) {
    margin-right: 2px;
  }

  /* line 17, sass/_global-mod.scss */

  .-hide--tab-p {
    display: block;
  }

  /* line 53, sass/_global-mod.scss */

  .-except--tab-p {
    display: none !important;
  }

  /* line 61, sass/_global-mod.scss */

  .-except--tab-l {
    display: block;
  }
}

@media (min-width: 1023px) {
  /* line 3, sass/blocks/_single.scss */

  .single .hero__slide {
    margin-bottom: 40px;
  }
}

@media (min-width: 1140px) {
  /* # */

  /* line 30, sass/_placeholders.scss */

  button,
  [type="submit"],
  .btn {
    -webkit-transition: background-color 0.5s ease-out , -webkit-box-shadow 0.5s ease-in;
    transition: background-color 0.5s ease-out , -webkit-box-shadow 0.5s ease-in;
    -o-transition: background-color 0.5s ease-out , box-shadow 0.5s ease-in;
    -moz-transition: background-color 0.5s ease-out , box-shadow 0.5s ease-in , -moz-box-shadow 0.5s ease-in;
    transition: background-color 0.5s ease-out , box-shadow 0.5s ease-in;
    transition: background-color 0.5s ease-out , box-shadow 0.5s ease-in , -webkit-box-shadow 0.5s ease-in , -moz-box-shadow 0.5s ease-in;
  }

  /* line 37, sass/_placeholders.scss */

  button:hover,
  :hover[type="submit"],
  .btn:hover {
    background-color: #e7bf00;
    -webkit-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
  }

  /* line 88, sass/_placeholders.scss */

  a.-bg-yellow:hover,
  button.-bg-yellow:hover {
    background-color: #e7bf00;
  }

  /* line 102, sass/_placeholders.scss */

  a.-bg-black:hover,
  button.-bg-black:hover {
    background-color: #171c20;
  }

  /* line 116, sass/_placeholders.scss */

  a.-bg-teal:hover,
  button.-bg-teal:hover {
    background-color: #005067;
  }

  /* line 130, sass/_placeholders.scss */

  a.-bg-teal:hover,
  button.-bg-teal:hover {
    background-color: #054486;
  }

  /* line 108, sass/_generics.scss */

  article p {
    padding: 0;
    font-size: 22px;
  }

  /* line 321, sass/_generics.scss */

  main > p,
  main li,
  article > p,
  article li {
    line-height: 46px;
  }

  /* line 341, sass/_generics.scss */

  main > p iframe,
  article > p iframe {
    min-height: 580px;
  }

  /* line 437, sass/_generics.scss */

  main > ul li::before,
  article > ul li::before {
    width: 7px;
    height: 7px;
  }

  /* line 551, sass/_generics.scss */

  article > p,
  article > h1,
  article > h2,
  article > h3,
  article > h4,
  article > h5,
  article > h6,
  article > hr,
  article > pre,
  article > address,
  article > blockquote,
  article > pre,
  article > figure.wp-block-embed,
  article > div.wp-block-image,
  article > figure.wp-block-image,
  article > div.wp-block-columns {
    padding: 0;
    max-width: 960px;
  }

  /* line 591, sass/_generics.scss */

  article > div > p {
    max-width: 960px;
  }

  /* line 359, sass/blocks/_header.scss */

  .header__translate {
    right: -webkit-calc( ( ( 100% - 1100px ) / 2 ) + 135px);
    right: -moz-calc( ( ( 100% - 1100px ) / 2 ) + 135px);
    right: calc( ( ( 100% - 1100px ) / 2 ) + 135px);
  }

  /* line 527, sass/blocks/_header.scss */

  .header .form-search {
    width: 240px;
    margin-left: 0;
  }

  /* line 626, sass/blocks/_header.scss */

  .header__translate .header__translate-item a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  /* line 10, sass/blocks/_hero.scss */

  .hero--two .hero__overlay {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30% 0 80px;
    padding-left: -webkit-calc( ( 100% - 1120px ) / 2);
    padding-left: -moz-calc( ( 100% - 1120px ) / 2);
    padding-left: calc( ( 100% - 1120px ) / 2);
  }

  /* line 98, sass/blocks/_hero.scss */

  .hero__overlay {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding: 0 50% 0 80px;
  }

  /* line 137, sass/blocks/_hero.scss */

  .hero__overlay .btn {
    line-height: 40px;
    height: 38px;
  }

  /* line 224, sass/blocks/_hero.scss */

  .hero__picture {
    max-height: 591px;
  }

  /* line 240, sass/blocks/_hero.scss */

  .hero__img {
    min-height: 0;
    max-height: none;
    max-width: none;
    width: 100%;
  }

  /* line 498, sass/blocks/_hero.scss */

  .hero:first-child .hero__overlay,
  .hero--post:first-child .hero__overlay,
  .hero--archive:first-child .hero__overlay {
    top: 180px;
  }

  /* line 596, sass/blocks/_hero.scss */

  .hero .slick-arrow,
  .hero--post .slick-arrow,
  .hero--archive .slick-arrow {
    -webkit-transform: translate(-50%, 25px);
    -moz-transform: translate(-50%, 25px);
    -ms-transform: translate(-50%, 25px);
    -o-transform: translate(-50%, 25px);
    transform: translate(-50%, 25px);
  }

  /* line 600, sass/blocks/_hero.scss */

  .hero .slick-prev,
  .hero--post .slick-prev,
  .hero--archive .slick-prev {
    -webkit-transform: rotate(180deg) translate(-50%, -25px);
    -moz-transform: rotate(180deg) translate(-50%, -25px);
    -ms-transform: rotate(180deg) translate(-50%, -25px);
    -o-transform: rotate(180deg) translate(-50%, -25px);
    transform: rotate(180deg) translate(-50%, -25px);
  }

  /* line 9, sass/blocks/_program-list.scss */

  .program-list__grid {
    margin: auto;
  }

  /* line 30, sass/blocks/_select.scss */

  .select__selected,
  .select__item {
    padding: 0 8px;
  }

  /* line 18, sass/blocks/_card.scss */

  .card__content {
    padding: 40px 30px;
  }

  /* line 47, sass/blocks/_card.scss */

  .card__cat {
    margin-bottom: 15px;
  }

  /* line 59, sass/blocks/_card.scss */

  .card__title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
    max-height: 54.6px;
    font-size: 21px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  /* line 72, sass/blocks/_card.scss */

  .card__desc {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
    height: 108px;
    font-size: 15px;
    line-height: 1.8;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  /* line 144, sass/blocks/_card.scss */

  .listagem-posts-completa .card__title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
    max-height: 55.2px;
    font-size: 23px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: g-regular, "Tahoma, Geneva, sans-serif";
    margin-bottom: 10px;
  }

  /* line 160, sass/blocks/_card.scss */

  .listagem-posts-completa .card__cat {
    font-size: 11px;
    margin-bottom: 15px;
  }

  /* line 169, sass/blocks/_card.scss */

  .listagem-posts-completa .card__desc {
    font-size: 13px;
  }

  /* line 126, sass/blocks/_card-ao-vivo.scss */

  .card-ao-vivo__programa {
    font-size: 15px;
  }

  /* line 8, sass/blocks/_ver-todos.scss */

  .ver-todos {
    -webkit-transition: -webkit-box-shadow 0.4s ease-in;
    transition: -webkit-box-shadow 0.4s ease-in;
    -o-transition: box-shadow 0.4s ease-in;
    -moz-transition: box-shadow 0.4s ease-in, -moz-box-shadow 0.4s ease-in;
    transition: box-shadow 0.4s ease-in;
    transition: box-shadow 0.4s ease-in, -webkit-box-shadow 0.4s ease-in, -moz-box-shadow 0.4s ease-in;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  }

  /* line 33, sass/blocks/_ver-todos.scss */

  .ver-todos:hover {
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1), 0 10px 14px rgba(0, 0, 0, 0.05);
  }

  /* line 88, sass/blocks/_program-card.scss */

  .program-card__title {
    font-size: 18px;
  }

  /* line 85, sass/blocks/_nav-tabs.scss */

  .nav-tabs--week .nav-tabs__tab {
    padding: 0 20px;
    font-size: 20px;
  }

  /* line 3, sass/blocks/_share.scss */

  .share {
    margin-left: -webkit-calc(100% - ( 960px) / 2);
    margin-left: -moz-calc(100% - ( 960px) / 2);
    margin-left: calc(100% - ( 960px) / 2);
  }

  /* line 74, sass/blocks/_search-result.scss */

  .search-result .card__desc {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
    height: 76.8px;
    font-size: 12px;
    line-height: 1.6;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  /* line 93, sass/blocks/_search-result.scss */

  .search-results .listagem-posts-completa .card__content {
    padding: 20px 30px 30px;
  }

  /* line 120, sass/blocks/_search-result.scss */

  .search-results .listagem-posts-completa .card__title {
    font-size: 19px;
  }

  /* line 132, sass/blocks/_search-result.scss */

  .search-results .listagem-posts-completa .card__desc {
    font-size: 13px;
  }

  /* line 136, sass/blocks/_date-list.scss */

  .date-list__button {
    display: block;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    transition: 0.2s all ease;
    opacity: 0;
    float: right;
    margin: 23px;
    color: #fff;
  }

  /* line 25, sass/blocks/_read-more.scss */

  .read-more__main-title {
    font-size: 1.4em;
    padding: 30px 0px 30px 0px;
  }

  /* line 63, sass/blocks/_read-more.scss */

  .read-more__item:hover .read-more__image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 700ms all ease;
    -o-transition: 700ms all ease;
    -moz-transition: 700ms all ease;
    transition: 700ms all ease;
  }

  /* line 68, sass/blocks/_read-more.scss */

  .read-more__item:hover .read-more__title {
    text-decoration: underline;
  }

  /* line 85, sass/blocks/_read-more.scss */

  .read-more__caption {
    padding: 30px;
  }

  /* line 21, sass/blocks/_program.scss */

  .program__item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }

  /* line 62, sass/blocks/_program.scss */

  .program__image img {
    width: 300px;
    max-width: 300px;
  }

  /* line 46, sass/blocks/_tv-program.scss */

  .tv-program__content .about {
    position: relative;
    padding-bottom: 0;
    min-height: 400px;
  }

  /* line 59, sass/blocks/_tv-program.scss */

  .tv-program__content .about .area-dfp {
    margin-top: auto;
  }

  /* line 65, sass/blocks/_tv-program.scss */

  .tv-program__content .about__title,
  .tv-program__content .exhibition__title {
    margin-top: 0;
  }

  /* line 118, sass/blocks/_social-icons.scss */

  .social-icons__items {
    text-align: center;
    width: 192px;
  }

  /* line 143, sass/blocks/_social-icons.scss */

  .social-icons__icone {
    height: 49px;
    width: 51px;
  }

  /* line 186, sass/blocks/_social-icons.scss */

  .social-icons__icone svg {
    width: 47px;
  }

  /* line 214, sass/blocks/_social-icons.scss */

  .icone-face svg {
    width: 25px;
  }

  /* line 308, sass/blocks/_social-icons.scss */

  .icone-email svg {
    height: 35px;
    margin: 6px 2px;
  }

  /* line 60, sass/blocks/_timeline.scss */

  .timeline__item.-is-active .timeline__caption,
  .timeline__item:hover .timeline__caption {
    font-size: 16px;
  }

  /* line 125, sass/blocks/_timeline.scss */

  .timeline__main-story p,
  .timeline__story p,
  .timeline__content p {
    padding: 0 20px;
  }

  /* line 186, sass/blocks/_timeline.scss */

  .timeline__story img {
    float: left;
    width: auto;
  }

  /* line 61, sass/blocks/_single.scss */

  .single > p,
  .single > ul > li,
  .single > ol > li,
  .single > blockquote > p {
    line-height: 34px;
  }

  /* line 84, sass/blocks/_single.scss */

  .single > p {
    line-height: 26px;
  }

  /* line 1, sass/blocks/_app.scss */

  .app {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 1170px;
    margin: 0 auto 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 29, sass/blocks/_app.scss */

  .app__excerpt {
    margin-bottom: 50px;
  }

  /* line 36, sass/blocks/_app.scss */

  .app__excerpt p {
    padding: 0;
  }

  /* line 48, sass/blocks/_app.scss */

  .app__thumb {
    width: 200px;
  }

  /* line 61, sass/blocks/_app.scss */

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

  /* line 68, sass/blocks/_app.scss */

  .app__content {
    width: 700px;
    padding: 0 80px;
    min-height: 370px;
  }

  /* line 87, sass/blocks/_app.scss */

  .app__screens {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* line 102, sass/blocks/_app.scss */

  .app__screens img {
    cursor: pointer;
  }

  /* line 130, sass/blocks/_app.scss */

  .app__links {
    display: block;
    width: auto;
    margin-left: 0;
  }

  /* line 160, sass/blocks/_app.scss */

  .app__link a {
    max-width: 180px;
    margin-bottom: 15px;
  }

  /* line 1, sass/blocks/_media-player.scss */

  .single__media_player {
    max-width: 960px;
  }

  /* line 18, sass/blocks/_footer.scss */

  .footer__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 70px 0px;
  }

  /* line 22, sass/_global-mod.scss */

  .-hide--lap {
    display: block;
  }

  /* line 61, sass/_global-mod.scss */

  .-except--tab-l {
    display: none !important;
  }

  /* line 69, sass/_global-mod.scss */

  .-except--desk {
    display: block;
  }
}

@media (min-width: 1200px) {
  /* line 142, sass/_placeholders.scss */

  main > .btn-group,
  article > .btn-group,
  .grid,
  .grid--masonry,
  .program-list__grid,
  .btn-group,
  section > .section-title,
  section > .card-ao-vivo__titulo,
  .nav-tabs__limit,
  .tab__limit,
  .date-list__content,
  .list-canais__content,
  .tv-program__content,
  .social-icons__content,
  .search-help,
  .result,
  .dfp-area,
  .footer__field {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 23, sass/blocks/_header.scss */

  .header .header__limit {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 130, sass/blocks/_header.scss */

  .header__menu-items > .menu-item.-ontop {
    left: -webkit-calc( ( 100% - 1170px ) / 2);
    left: -moz-calc( ( 100% - 1170px ) / 2);
    left: calc( ( 100% - 1170px ) / 2);
  }

  /* line 359, sass/blocks/_header.scss */

  .header__translate {
    right: -webkit-calc( ( ( 100% - 1170px ) / 2) + 135px);
    right: -moz-calc( ( ( 100% - 1170px ) / 2) + 135px);
    right: calc( ( ( 100% - 1170px ) / 2) + 135px);
  }

  /* line 462, sass/blocks/_header.scss */

  .header__social {
    right: -webkit-calc( ( 100% - 1185px ) / 2);
    right: -moz-calc( ( 100% - 1185px ) / 2);
    right: calc( ( 100% - 1185px ) / 2);
  }

  /* line 10, sass/blocks/_hero.scss */

  .hero--two .hero__overlay {
    padding-left: -webkit-calc( ( 100% - 1170px ) / 2);
    padding-left: -moz-calc( ( 100% - 1170px ) / 2);
    padding-left: calc( ( 100% - 1170px ) / 2);
  }

  /* line 10, sass/blocks/_search-filter.scss */

  .search-filter {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1300px) {
  /* line 98, sass/blocks/_hero.scss */

  .hero__overlay {
    padding-left: -webkit-calc( ( 100% - 1170px ) / 2);
    padding-left: -moz-calc( ( 100% - 1170px ) / 2);
    padding-left: calc( ( 100% - 1170px ) / 2);
  }
}

@media (min-width: 1420px) {
  /* # */

  /* line 224, sass/blocks/_hero.scss */

  .hero__picture {
    max-height: 100%;
  }

  /* line 606, sass/blocks/_hero.scss */

  .hero .slick-prev,
  .hero--post .slick-prev,
  .hero--archive .slick-prev {
    left: -webkit-calc(50% - 45%);
    left: -moz-calc(50% - 45%);
    left: calc(50% - 45%);
  }

  /* line 610, sass/blocks/_hero.scss */

  .hero .slick-next,
  .hero--post .slick-next,
  .hero--archive .slick-next {
    right: -webkit-calc(50% - 45%);
    right: -moz-calc(50% - 45%);
    right: calc(50% - 45%);
  }

  /* line 622, sass/blocks/_hero.scss */

  .home .btn-group {
    margin-bottom: 1em !important;
  }

  /* line 3, sass/blocks/_share.scss */

  .share {
    margin-left: -webkit-calc( 50% + 200px);
    margin-left: -moz-calc( 50% + 200px);
    margin-left: calc( 50% + 200px);
  }

  /* line 40, sass/blocks/_footer.scss */

  .footer__widget {
    margin: 0 auto;
  }

  /* line 202, sass/blocks/_footer.scss */

  .footer__item {
    margin: 0;
    padding: 0 0 20px;
  }

  /* line 210, sass/blocks/_footer.scss */

  .footer__item:last-child {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 1419px) {
  /* # */

  /* line 9, sass/blocks/_program-playlist.scss */

  .playlist__main-title {
    padding: 0 10px;
  }
}

@media (max-width: 1139px) {
  /* # */
}

@media (max-width: 1023px) {
  /* line 14, sass/blocks/_tv-program.scss */

  .tv-program__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 35, sass/blocks/_tv-program.scss */

  .tv-program__content .exhibition {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 39, sass/blocks/_tv-program.scss */

  .tv-program__content .about {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 909px) {
  /* # */

  /* line 781, sass/_generics.scss */

  .page main > p {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 177, sass/blocks/_hero.scss */

  .hero__overlay h1.is-style-maior,
  .hero__overlay h1.is-style-maior-azul-forte {
    font-size: 1em;
  }

  /* line 198, sass/blocks/_hero.scss */

  .hero__overlay h4 {
    font-size: 0.4em;
  }

  /* line 477, sass/blocks/_hero.scss */

  .hero--archive .hero__picture {
    max-height: 390px;
  }

  /* line 152, sass/blocks/_card-ao-vivo.scss */

  .card-ao-vivo__horario {
    width: 50px;
  }

  /* line 186, sass/blocks/_program-playlist.scss */

  .playlist__button {
    margin: 0;
  }

  /* line 163, sass/blocks/_tv-program.scss */

  .exhibition {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  /* line 328, sass/blocks/_hero.scss */

  .hero--newsletter .hero__picture > img {
    max-width: unset;
    min-height: auto;
  }

  /* line 391, sass/blocks/_hero.scss */

  .hero--newsletter .mauticform_wrapper .mauticform-innerform [type="text"],
  .hero--newsletter .mauticform_wrapper .mauticform-innerform [type="numeric"],
  .hero--newsletter .mauticform_wrapper .mauticform-innerform [type="email"],
  .hero--newsletter .mauticform_wrapper .mauticform-innerform [type="password"],
  .hero--newsletter .mauticform_wrapper .mauticform-innerform [type="search"],
  .hero--newsletter .mauticform_wrapper .mauticform-innerform textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  /* line 408, sass/blocks/_hero.scss */

  .hero--newsletter .mauticform_wrapper .mauticform-innerform .mauticform-row.mauticform-button-wrapper {
    max-width: 100%;
    position: relative;
  }

  /* line 419, sass/blocks/_hero.scss */

  .hero--newsletter .mauticform_wrapper .mauticform-innerform .mauticform-button-wrapper .mauticform-button.btn-default,
  .hero--newsletter .mauticform_wrapper .mauticform-innerform .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default,
  .hero--newsletter .mauticform_wrapper .mauticform-innerform button[type="submit"] {
    max-width: 100%;
    right: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  /* line 51, sass/blocks/_search-filter.scss */

  .search-filter .btn_show_hide-filter {
    right: 0;
    top: 6px;
  }

  /* line 131, sass/blocks/_search-filter.scss */

  .filter_options {
    max-width: 93%;
  }

  /* line 157, sass/blocks/_search-filter.scss */

  .filter_options .select {
    width: 33%;
  }
}

@media (max-width: 640px) {
  /* line 10, sass/blocks/_hero.scss */

  .hero--two .hero__overlay {
    padding: 30px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0;
  }

  /* line 154, sass/blocks/_hero.scss */

  .hero__overlay h1,
  .hero__overlay h2,
  .hero__overlay h3,
  .hero__overlay h4,
  .hero__overlay h5,
  .hero__overlay p {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  /* line 107, sass/blocks/_tv-program.scss */

  .tv-program__content .area-dfp__content {
    min-height: 30px;
    position: relative;
  }

  /* line 111, sass/blocks/_tv-program.scss */

  .tv-program__content .area-dfp__content > div {
    width: 827px;
    position: absolute;
    top: -150%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  /* line 121, sass/blocks/_tv-program.scss */

  .tv-program__content .area-dfp iframe {
    border: 0px;
    vertical-align: bottom;
    width: 827px;
    height: 190px;
    max-width: none;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
}

@media (max-width: 639px) {
  /* # */

  /* line 594, sass/blocks/_header.scss */

  .header__translate {
    width: 190px;
  }

  /* line 601, sass/blocks/_header.scss */

  .header__translate li {
    padding: 0 100px 0 5px;
  }

  /* line 86, sass/blocks/_card-ao-vivo.scss */

  .card-ao-vivo__grade .card-ao-vivo__programa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* line 105, sass/blocks/_card-ao-vivo.scss */

  .card-ao-vivo__grade .card-ao-vivo__programa:first-child:after {
    float: none;
    margin: 0;
  }

  /* line 203, sass/blocks/_card-ao-vivo.scss */

  .home .card-ao-vivo {
    margin-top: 0;
  }

  /* line 205, sass/blocks/_card-ao-vivo.scss */

  .home .card-ao-vivo:first-child {
    margin-top: 30px;
  }

  /* line 8, sass/blocks/_ver-todos.scss */

  .ver-todos {
    width: 26px;
    height: 26px;
  }

  /* line 101, sass/blocks/_search-filter.scss */

  .search-filter.-grouped form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 106, sass/blocks/_search-filter.scss */

  .search-filter.-grouped form input {
    margin-bottom: 20px;
  }

  /* line 112, sass/blocks/_search-filter.scss */

  .search-filter.-grouped .select {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 186, sass/blocks/_timeline.scss */

  .timeline__story img {
    width: 100%;
  }

  /* line 339, sass/blocks/_timeline.scss */

  .trademark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 354, sass/blocks/_timeline.scss */

  .trademark .btn {
    margin: 20px auto;
  }

  /* line 367, sass/blocks/_timeline.scss */

  .trademark .btn:last-child {
    margin-bottom: 0;
  }

  /* line 80, sass/blocks/_app.scss */

  .app__scroll-area {
    padding-bottom: 175px;
  }

  /* line 87, sass/blocks/_app.scss */

  .app__screens {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
  }

  /* line 106, sass/blocks/_app.scss */

  .app__screens img:first-child {
    margin-left: 10px;
  }

  /* line 111, sass/blocks/_app.scss */

  .app__screens img:last-child {
    border-right: 10px solid transparent;
  }

  /* line 26, sass/blocks/_section.scss */

  .novotempo-section p br {
    display: none !important;
  }

  /* line 17, sass/blocks/_program-grid.scss */

  .program-grid__item {
    width: -webkit-calc( 50% - 20px);
    width: -moz-calc( 50% - 20px);
    width: calc( 50% - 20px);
    margin: 0 10px 20px;
  }

  /* line 1, sass/blocks/_dfp-area.scss */

  .dfp-area {
    height: 80px;
    position: relative;
  }

  /* line 20, sass/blocks/_dfp-area.scss */

  .dfp-area > .advertisement {
    width: 1100px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: -60%;
    left: 50%;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateX(-50%) scale(0.3);
    -moz-transform: translateX(-50%) scale(0.3);
    -ms-transform: translateX(-50%) scale(0.3);
    -o-transform: translateX(-50%) scale(0.3);
    transform: translateX(-50%) scale(0.3);
  }

  /* line 34, sass/blocks/_dfp-area.scss */

  .tv-program .advertisement iframe {
    width: 860px;
    max-width: none;
    position: absolute;
    left: 50%;
    margin-left: -424.5px;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
  }
}

@media (max-width: 639px) and (max-width: 639px) {
  /* line 94, sass/blocks/_card-ao-vivo.scss */

  .card-ao-vivo__grade .card-ao-vivo__programa:first-child .card-ao-vivo__nome-programa {
    width: -webkit-calc(100% - 50px - 80px);
    width: -moz-calc(100% - 50px - 80px);
    width: calc(100% - 50px - 80px);
    padding-right: 10px;
    display: inline-block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media (max-width: 600px) {
  /* line 94, sass/blocks/_footer.scss */

  .footer__widget ul {
    height: 0;
    overflow: hidden;
    will-change: height;
    -webkit-transition: height 0.6s linear;
    -o-transition: height 0.6s linear;
    -moz-transition: height 0.6s linear;
    transition: height 0.6s linear;
  }

  /* line 100, sass/blocks/_footer.scss */

  .footer__widget ul.-is-active {
    will-change: height;
    height: 150px;
    -webkit-transition: height 0.6s linear;
    -o-transition: height 0.6s linear;
    -moz-transition: height 0.6s linear;
    transition: height 0.6s linear;
  }

  /* line 107, sass/blocks/_footer.scss */

  .footer__widget .-is-opened {
    height: 150px;
    will-change: height;
    -webkit-transition: height 0.6s linear;
    -o-transition: height 0.6s linear;
    -moz-transition: height 0.6s linear;
    transition: height 0.6s linear;
  }

  /* line 181, sass/blocks/_footer.scss */

  .footer__title .footer__arrow {
    width: 0;
    height: 0;
    float: right;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffd301;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  /* line 191, sass/blocks/_footer.scss */

  .footer__title .footer__arrow.-is-active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  /* line 202, sass/blocks/_footer.scss */

  .footer__item {
    border-bottom: 1px solid #555;
  }
}

@media only screen and (max-width: 910px) and (min-width: 400px) {
  /* line 98, sass/blocks/_hero.scss */

  .hero__overlay {
    padding: 0 62px 0;
  }
}

@media (min-width: 960px) and (max-width: 1080px) {
  /* line 23, sass/blocks/_tv-program.scss */

  .tv-program__content .advertisement {
    position: absolute;
    bottom: 0;
    height: 190px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
  }
}

@media (maxn-width: 1139px) {
  /* line 44, sass/blocks/_program-playlist.scss */

  .playlist,
  .playlist--sound {
    padding: 20px;
  }
}

@media (width: 767px) {
  /* line 66, sass/blocks/_footer.scss */

  .footer__widget a {
    display: block;
    text-align: center;
  }

  /* line 72, sass/blocks/_footer.scss */

  .footer__widget img {
    width: 100px;
  }
}