@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,600,600italic");
/* line 17, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'georgia';
  src: url("../fonts/georgia_italic-webfont.eot");
  src: url("../fonts/georgia_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/georgia_italic-webfont.woff") format("woff"), url("../fonts/georgia_italic-webfont.ttf") format("truetype"), url("../fonts/georgia_italic-webfont.svg#georgiaitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 2, ../sass/_transitions.scss */
.entry-menu {
  -webkit-animation: entryMenu 0.3s cubic-bezier(0, 0, 0.58, 1) forwards;
  -moz-animation: entryMenu 0.3s cubic-bezier(0, 0, 0.58, 1) forwards;
  -o-animation: entryMenu 0.3s cubic-bezier(0, 0, 0.58, 1) forwards;
  animation: entryMenu 0.3s cubic-bezier(0, 0, 0.58, 1) forwards;
}

/* line 5, ../sass/_transitions.scss */
.exit-menu {
  -webkit-animation: exitMenu 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
  -moz-animation: exitMenu 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
  -o-animation: exitMenu 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
  animation: exitMenu 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
}

/* line 8, ../sass/_transitions.scss */
.entry-info {
  -webkit-animation: entryInfo 0.3s cubic-bezier(0, 0, 0.58, 1) forwards;
  -moz-animation: entryInfo 0.3s cubic-bezier(0, 0, 0.58, 1) forwards;
  -o-animation: entryInfo 0.3s cubic-bezier(0, 0, 0.58, 1) forwards;
  animation: entryInfo 0.3s cubic-bezier(0, 0, 0.58, 1) forwards;
}

/* line 11, ../sass/_transitions.scss */
.exit-info {
  -webkit-animation: exitInfo 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
  -moz-animation: exitInfo 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
  -o-animation: exitInfo 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
  animation: exitInfo 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
}

/* line 16, ../sass/_transitions.scss */
.alpha-in {
  -webkit-animation: alphaIn 0.4s cubic-bezier(0, 0, 0.58, 1) forwards;
  -moz-animation: alphaIn 0.4s cubic-bezier(0, 0, 0.58, 1) forwards;
  -o-animation: alphaIn 0.4s cubic-bezier(0, 0, 0.58, 1) forwards;
  animation: alphaIn 0.4s cubic-bezier(0, 0, 0.58, 1) forwards;
}

/* line 20, ../sass/_transitions.scss */
.alpha-out {
  -webkit-animation: alphaOut 0.2s cubic-bezier(0, 0, 0.58, 1) backwards;
  -moz-animation: alphaOut 0.2s cubic-bezier(0, 0, 0.58, 1) backwards;
  -o-animation: alphaOut 0.2s cubic-bezier(0, 0, 0.58, 1) backwards;
  animation: alphaOut 0.2s cubic-bezier(0, 0, 0.58, 1) backwards;
}

/* line 25, ../sass/_transitions.scss */
.expand-header {
  -webkit-animation: expandHeader 0s cubic-bezier(0, 0, 0.58, 1) forwards;
  -moz-animation: expandHeader 0s cubic-bezier(0, 0, 0.58, 1) forwards;
  -o-animation: expandHeader 0s cubic-bezier(0, 0, 0.58, 1) forwards;
  animation: expandHeader 0s cubic-bezier(0, 0, 0.58, 1) forwards;
}

/* line 28, ../sass/_transitions.scss */
.retract-header {
  -webkit-animation: retractHeader 0s 0.1s cubic-bezier(0, 0, 0.58, 1) backwards;
  -moz-animation: retractHeader 0s 0.1s cubic-bezier(0, 0, 0.58, 1) backwards;
  -o-animation: retractHeader 0s 0.1s cubic-bezier(0, 0, 0.58, 1) backwards;
  animation: retractHeader 0s 0.1s cubic-bezier(0, 0, 0.58, 1) backwards;
}

/* line 32, ../sass/_transitions.scss */
.move-down-login {
  -webkit-animation: moveDownLogin 0.3s cubic-bezier(0, 0, 0.58, 1) forwards;
  -moz-animation: moveDownLogin 0.3s cubic-bezier(0, 0, 0.58, 1) forwards;
  -o-animation: moveDownLogin 0.3s cubic-bezier(0, 0, 0.58, 1) forwards;
  animation: moveDownLogin 0.3s cubic-bezier(0, 0, 0.58, 1) forwards;
}

/* line 35, ../sass/_transitions.scss */
.move-up-login {
  -webkit-animation: moveUpLogin 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
  -moz-animation: moveUpLogin 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
  -o-animation: moveUpLogin 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
  animation: moveUpLogin 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
}

/* line 39, ../sass/_transitions.scss */
.move-down-tooltip {
  -webkit-animation: moveDownTooltip 0.2s cubic-bezier(0, 0, 0.58, 1) forwards;
  -moz-animation: moveDownTooltip 0.2s cubic-bezier(0, 0, 0.58, 1) forwards;
  -o-animation: moveDownTooltip 0.2s cubic-bezier(0, 0, 0.58, 1) forwards;
  animation: moveDownTooltip 0.2s cubic-bezier(0, 0, 0.58, 1) forwards;
}

/* line 42, ../sass/_transitions.scss */
.move-up-tooltip {
  -webkit-animation: moveUpTooltip 0.2s cubic-bezier(0, 0, 0.58, 1) backwards;
  -moz-animation: moveUpTooltip 0.2s cubic-bezier(0, 0, 0.58, 1) backwards;
  -o-animation: moveUpTooltip 0.2s cubic-bezier(0, 0, 0.58, 1) backwards;
  animation: moveUpTooltip 0.2s cubic-bezier(0, 0, 0.58, 1) backwards;
}

/* line 47, ../sass/_transitions.scss */
.expand-tags {
  height: 100%;
}

/* line 50, ../sass/_transitions.scss */
.retract-tags {
  height: 50px;
}

@media screen and (max-width: 1023px) {
  /* line 55, ../sass/_transitions.scss */
  .exit-arrow-left {
    -webkit-animation: alphaOut 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    -moz-animation: alphaOut 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    -o-animation: alphaOut 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    animation: alphaOut 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
  }
}
@media screen and (min-width: 1024px) {
  /* line 55, ../sass/_transitions.scss */
  .exit-arrow-left {
    -webkit-animation: exitArrowLeft 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    -moz-animation: exitArrowLeft 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    -o-animation: exitArrowLeft 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    animation: exitArrowLeft 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
  }
}

@media screen and (max-width: 1023px) {
  /* line 65, ../sass/_transitions.scss */
  .entry-arrow-left {
    -webkit-animation: alphaIn 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    -moz-animation: alphaIn 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    -o-animation: alphaIn 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    animation: alphaIn 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
  }
}
@media screen and (min-width: 1024px) {
  /* line 65, ../sass/_transitions.scss */
  .entry-arrow-left {
    -webkit-animation: entryArrowLeft 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
    -moz-animation: entryArrowLeft 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
    -o-animation: entryArrowLeft 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
    animation: entryArrowLeft 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
  }
}

@media screen and (max-width: 1023px) {
  /* line 74, ../sass/_transitions.scss */
  .exit-arrow-right {
    -webkit-animation: alphaOut 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    -moz-animation: alphaOut 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    -o-animation: alphaOut 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    animation: alphaOut 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
  }
}
@media screen and (min-width: 1024px) {
  /* line 74, ../sass/_transitions.scss */
  .exit-arrow-right {
    -webkit-animation: exitArrowRight 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    -moz-animation: exitArrowRight 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    -o-animation: exitArrowRight 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    animation: exitArrowRight 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
  }
}

@media screen and (max-width: 1023px) {
  /* line 83, ../sass/_transitions.scss */
  .entry-arrow-right {
    -webkit-animation: alphaIn 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    -moz-animation: alphaIn 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    -o-animation: alphaIn 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
    animation: alphaIn 0.3s cubic-bezier(0.565, 0.005, 1, 1) forwards;
  }
}
@media screen and (min-width: 1024px) {
  /* line 83, ../sass/_transitions.scss */
  .entry-arrow-right {
    -webkit-animation: entryArrowRight 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
    -moz-animation: entryArrowRight 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
    -o-animation: entryArrowRight 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
    animation: entryArrowRight 0.3s cubic-bezier(0, 0, 0.58, 1) backwards;
  }
}

@-webkit-keyframes expandHeader {
  /* line 95, ../sass/_transitions.scss */
  0% {
    height: 161px;
  }

  /* line 98, ../sass/_transitions.scss */
  100% {
    height: 241px;
  }
}

@-moz-keyframes expandHeader {
  /* line 95, ../sass/_transitions.scss */
  0% {
    height: 161px;
  }

  /* line 98, ../sass/_transitions.scss */
  100% {
    height: 241px;
  }
}

@-o-keyframes expandHeader {
  /* line 95, ../sass/_transitions.scss */
  0% {
    height: 161px;
  }

  /* line 98, ../sass/_transitions.scss */
  100% {
    height: 241px;
  }
}

@keyframes expandHeader {
  /* line 95, ../sass/_transitions.scss */
  0% {
    height: 161px;
  }

  /* line 98, ../sass/_transitions.scss */
  100% {
    height: 241px;
  }
}

@-webkit-keyframes retractHeader {
  /* line 103, ../sass/_transitions.scss */
  0% {
    height: 241px;
  }

  /* line 106, ../sass/_transitions.scss */
  100% {
    height: 161px;
  }
}

@-moz-keyframes retractHeader {
  /* line 103, ../sass/_transitions.scss */
  0% {
    height: 241px;
  }

  /* line 106, ../sass/_transitions.scss */
  100% {
    height: 161px;
  }
}

@-o-keyframes retractHeader {
  /* line 103, ../sass/_transitions.scss */
  0% {
    height: 241px;
  }

  /* line 106, ../sass/_transitions.scss */
  100% {
    height: 161px;
  }
}

@keyframes retractHeader {
  /* line 103, ../sass/_transitions.scss */
  0% {
    height: 241px;
  }

  /* line 106, ../sass/_transitions.scss */
  100% {
    height: 161px;
  }
}

@-webkit-keyframes moveDownLogin {
  /* line 114, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }

  /* line 115, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(75px) translateX(-50%);
    -moz-transform: translateY(75px) translateX(-50%);
    -ms-transform: translateY(75px) translateX(-50%);
    -o-transform: translateY(75px) translateX(-50%);
    transform: translateY(75px) translateX(-50%);
  }
}

@-moz-keyframes moveDownLogin {
  /* line 114, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }

  /* line 115, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(75px) translateX(-50%);
    -moz-transform: translateY(75px) translateX(-50%);
    -ms-transform: translateY(75px) translateX(-50%);
    -o-transform: translateY(75px) translateX(-50%);
    transform: translateY(75px) translateX(-50%);
  }
}

@-o-keyframes moveDownLogin {
  /* line 114, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }

  /* line 115, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(75px) translateX(-50%);
    -moz-transform: translateY(75px) translateX(-50%);
    -ms-transform: translateY(75px) translateX(-50%);
    -o-transform: translateY(75px) translateX(-50%);
    transform: translateY(75px) translateX(-50%);
  }
}

@keyframes moveDownLogin {
  /* line 114, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }

  /* line 115, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(75px) translateX(-50%);
    -moz-transform: translateY(75px) translateX(-50%);
    -ms-transform: translateY(75px) translateX(-50%);
    -o-transform: translateY(75px) translateX(-50%);
    transform: translateY(75px) translateX(-50%);
  }
}

@-webkit-keyframes moveUpLogin {
  /* line 119, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(75px) translateX(-50%);
    -moz-transform: translateY(75px) translateX(-50%);
    -ms-transform: translateY(75px) translateX(-50%);
    -o-transform: translateY(75px) translateX(-50%);
    transform: translateY(75px) translateX(-50%);
  }

  /* line 120, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}

@-moz-keyframes moveUpLogin {
  /* line 119, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(75px) translateX(-50%);
    -moz-transform: translateY(75px) translateX(-50%);
    -ms-transform: translateY(75px) translateX(-50%);
    -o-transform: translateY(75px) translateX(-50%);
    transform: translateY(75px) translateX(-50%);
  }

  /* line 120, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}

@-o-keyframes moveUpLogin {
  /* line 119, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(75px) translateX(-50%);
    -moz-transform: translateY(75px) translateX(-50%);
    -ms-transform: translateY(75px) translateX(-50%);
    -o-transform: translateY(75px) translateX(-50%);
    transform: translateY(75px) translateX(-50%);
  }

  /* line 120, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}

@keyframes moveUpLogin {
  /* line 119, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(75px) translateX(-50%);
    -moz-transform: translateY(75px) translateX(-50%);
    -ms-transform: translateY(75px) translateX(-50%);
    -o-transform: translateY(75px) translateX(-50%);
    transform: translateY(75px) translateX(-50%);
  }

  /* line 120, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    -moz-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    -o-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}

@-webkit-keyframes moveDownTooltip {
  /* line 125, ../sass/_transitions.scss */
  0% {
    top: 20px;
  }

  /* line 126, ../sass/_transitions.scss */
  100% {
    top: 78px;
  }
}

@-moz-keyframes moveDownTooltip {
  /* line 125, ../sass/_transitions.scss */
  0% {
    top: 20px;
  }

  /* line 126, ../sass/_transitions.scss */
  100% {
    top: 78px;
  }
}

@-o-keyframes moveDownTooltip {
  /* line 125, ../sass/_transitions.scss */
  0% {
    top: 20px;
  }

  /* line 126, ../sass/_transitions.scss */
  100% {
    top: 78px;
  }
}

@keyframes moveDownTooltip {
  /* line 125, ../sass/_transitions.scss */
  0% {
    top: 20px;
  }

  /* line 126, ../sass/_transitions.scss */
  100% {
    top: 78px;
  }
}

@-webkit-keyframes moveUpTooltip {
  /* line 130, ../sass/_transitions.scss */
  0% {
    top: 78px;
  }

  /* line 131, ../sass/_transitions.scss */
  100% {
    top: 20px;
  }
}

@-moz-keyframes moveUpTooltip {
  /* line 130, ../sass/_transitions.scss */
  0% {
    top: 78px;
  }

  /* line 131, ../sass/_transitions.scss */
  100% {
    top: 20px;
  }
}

@-o-keyframes moveUpTooltip {
  /* line 130, ../sass/_transitions.scss */
  0% {
    top: 78px;
  }

  /* line 131, ../sass/_transitions.scss */
  100% {
    top: 20px;
  }
}

@keyframes moveUpTooltip {
  /* line 130, ../sass/_transitions.scss */
  0% {
    top: 78px;
  }

  /* line 131, ../sass/_transitions.scss */
  100% {
    top: 20px;
  }
}

@-webkit-keyframes entryMenu {
  /* line 139, ../sass/_transitions.scss */
  0% {
    margin-left: 0px;
  }

  /* line 140, ../sass/_transitions.scss */
  100% {
    margin-left: 280px;
  }
}

@-moz-keyframes entryMenu {
  /* line 139, ../sass/_transitions.scss */
  0% {
    margin-left: 0px;
  }

  /* line 140, ../sass/_transitions.scss */
  100% {
    margin-left: 280px;
  }
}

@-o-keyframes entryMenu {
  /* line 139, ../sass/_transitions.scss */
  0% {
    margin-left: 0px;
  }

  /* line 140, ../sass/_transitions.scss */
  100% {
    margin-left: 280px;
  }
}

@keyframes entryMenu {
  /* line 139, ../sass/_transitions.scss */
  0% {
    margin-left: 0px;
  }

  /* line 140, ../sass/_transitions.scss */
  100% {
    margin-left: 280px;
  }
}

@-webkit-keyframes exitMenu {
  /* line 145, ../sass/_transitions.scss */
  0% {
    margin-left: 280px;
  }

  /* line 146, ../sass/_transitions.scss */
  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes exitMenu {
  /* line 145, ../sass/_transitions.scss */
  0% {
    margin-left: 280px;
  }

  /* line 146, ../sass/_transitions.scss */
  100% {
    margin-left: 0px;
  }
}

@-o-keyframes exitMenu {
  /* line 145, ../sass/_transitions.scss */
  0% {
    margin-left: 280px;
  }

  /* line 146, ../sass/_transitions.scss */
  100% {
    margin-left: 0px;
  }
}

@keyframes exitMenu {
  /* line 145, ../sass/_transitions.scss */
  0% {
    margin-left: 280px;
  }

  /* line 146, ../sass/_transitions.scss */
  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes entryInfo {
  /* line 151, ../sass/_transitions.scss */
  0% {
    margin-left: 0px;
  }

  /* line 152, ../sass/_transitions.scss */
  100% {
    margin-left: -280px;
  }
}

@-moz-keyframes entryInfo {
  /* line 151, ../sass/_transitions.scss */
  0% {
    margin-left: 0px;
  }

  /* line 152, ../sass/_transitions.scss */
  100% {
    margin-left: -280px;
  }
}

@-o-keyframes entryInfo {
  /* line 151, ../sass/_transitions.scss */
  0% {
    margin-left: 0px;
  }

  /* line 152, ../sass/_transitions.scss */
  100% {
    margin-left: -280px;
  }
}

@keyframes entryInfo {
  /* line 151, ../sass/_transitions.scss */
  0% {
    margin-left: 0px;
  }

  /* line 152, ../sass/_transitions.scss */
  100% {
    margin-left: -280px;
  }
}

@-webkit-keyframes exitInfo {
  /* line 157, ../sass/_transitions.scss */
  0% {
    margin-left: -280px;
  }

  /* line 158, ../sass/_transitions.scss */
  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes exitInfo {
  /* line 157, ../sass/_transitions.scss */
  0% {
    margin-left: -280px;
  }

  /* line 158, ../sass/_transitions.scss */
  100% {
    margin-left: 0px;
  }
}

@-o-keyframes exitInfo {
  /* line 157, ../sass/_transitions.scss */
  0% {
    margin-left: -280px;
  }

  /* line 158, ../sass/_transitions.scss */
  100% {
    margin-left: 0px;
  }
}

@keyframes exitInfo {
  /* line 157, ../sass/_transitions.scss */
  0% {
    margin-left: -280px;
  }

  /* line 158, ../sass/_transitions.scss */
  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes alphaIn {
  /* line 163, ../sass/_transitions.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 164, ../sass/_transitions.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-moz-keyframes alphaIn {
  /* line 163, ../sass/_transitions.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 164, ../sass/_transitions.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-o-keyframes alphaIn {
  /* line 163, ../sass/_transitions.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 164, ../sass/_transitions.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@keyframes alphaIn {
  /* line 163, ../sass/_transitions.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 164, ../sass/_transitions.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@-webkit-keyframes alphaOut {
  /* line 167, ../sass/_transitions.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 168, ../sass/_transitions.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes alphaOut {
  /* line 167, ../sass/_transitions.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 168, ../sass/_transitions.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-o-keyframes alphaOut {
  /* line 167, ../sass/_transitions.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 168, ../sass/_transitions.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@keyframes alphaOut {
  /* line 167, ../sass/_transitions.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 168, ../sass/_transitions.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes slideLeftIn {
  /* line 174, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  /* line 175, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-moz-keyframes slideLeftIn {
  /* line 174, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  /* line 175, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-o-keyframes slideLeftIn {
  /* line 174, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  /* line 175, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slideLeftIn {
  /* line 174, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  /* line 175, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideLeftOut {
  /* line 178, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 179, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-moz-keyframes slideLeftOut {
  /* line 178, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 179, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-o-keyframes slideLeftOut {
  /* line 178, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 179, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideLeftOut {
  /* line 178, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 179, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slideRightIn {
  /* line 183, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  /* line 184, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-moz-keyframes slideRightIn {
  /* line 183, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  /* line 184, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-o-keyframes slideRightIn {
  /* line 183, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  /* line 184, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slideRightIn {
  /* line 183, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  /* line 184, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRightOut {
  /* line 187, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 188, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-moz-keyframes slideRightOut {
  /* line 187, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 188, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-o-keyframes slideRightOut {
  /* line 187, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 188, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideRightOut {
  /* line 187, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 188, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes slideUpIn {
  /* line 192, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  /* line 193, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes slideUpIn {
  /* line 192, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  /* line 193, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes slideUpIn {
  /* line 192, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  /* line 193, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slideUpIn {
  /* line 192, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }

  /* line 193, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideUpOut {
  /* line 196, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  /* line 197, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes slideUpOut {
  /* line 196, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  /* line 197, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes slideUpOut {
  /* line 196, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  /* line 197, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideUpOut {
  /* line 196, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }

  /* line 197, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes slideDownIn {
  /* line 201, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  /* line 202, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes slideDownIn {
  /* line 201, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  /* line 202, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes slideDownIn {
  /* line 201, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  /* line 202, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slideDownIn {
  /* line 201, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  /* line 202, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideDownOut {
  /* line 205, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 206, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-moz-keyframes slideDownOut {
  /* line 205, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 206, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-o-keyframes slideDownOut {
  /* line 205, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 206, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideDownOut {
  /* line 205, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }

  /* line 206, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes entryArrowLeft {
  /* line 211, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  /* line 212, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-moz-keyframes entryArrowLeft {
  /* line 211, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  /* line 212, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-o-keyframes entryArrowLeft {
  /* line 211, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  /* line 212, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes entryArrowLeft {
  /* line 211, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  /* line 212, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes exitArrowLeft {
  /* line 215, ../sass/_transitions.scss */
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-moz-keyframes exitArrowLeft {
  /* line 215, ../sass/_transitions.scss */
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-o-keyframes exitArrowLeft {
  /* line 215, ../sass/_transitions.scss */
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes exitArrowLeft {
  /* line 215, ../sass/_transitions.scss */
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes entryArrowRight {
  /* line 219, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  /* line 220, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-moz-keyframes entryArrowRight {
  /* line 219, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  /* line 220, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-o-keyframes entryArrowRight {
  /* line 219, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  /* line 220, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes entryArrowRight {
  /* line 219, ../sass/_transitions.scss */
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  /* line 220, ../sass/_transitions.scss */
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes exitArrowRight {
  /* line 223, ../sass/_transitions.scss */
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-moz-keyframes exitArrowRight {
  /* line 223, ../sass/_transitions.scss */
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-o-keyframes exitArrowRight {
  /* line 223, ../sass/_transitions.scss */
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes exitArrowRight {
  /* line 223, ../sass/_transitions.scss */
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* line 2, ../sass/_assets.scss */
.default-container-carousel {
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
  background-color: white;
}
/* line 8, ../sass/_assets.scss */
.default-container-carousel.carousel-ultimas {
  padding-bottom: 0;
}
/* line 13, ../sass/_assets.scss */
.default-container-carousel .default-carousel-title {
  display: inline;
  float: left;
}
/* line 17, ../sass/_assets.scss */
.default-container-carousel #carousel-header-mob {
  display: none;
}
/* line 21, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content {
  position: relative;
}
/* line 25, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content .fake-ad {
  background-color: #ecebeb;
}
/* line 28, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content .fake-ad .title {
  color: #1e1f23;
  position: relative;
  top: 50%;
  width: 100%;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
/* line 38, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content .ad-special {
  background-color: #ecebeb;
  width: 300px !important;
  position: absolute;
  top: 0;
  z-index: 100;
}
/* line 50, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content #carousel-header-desktop {
  display: block;
}
/* line 54, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content .header-cannes {
  width: 150px;
  height: 250px;
  background-color: #FFCB04;
  background-image: url(../img/icon_cannes_home.png);
  background-repeat: no-repeat;
  background-position: 40px 15px;
  color: #000;
  background-size: 75px;
}

.default-container-carousel .default-carousel-content .header-cannes .date {
  color: #000;
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 36px;
  margin-top: 75px;
}

/* line 62, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content .header-cannes .center-y {
    position: absolute;
    top: 135px;
    left: 15px;
}
/* line 68, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content .header-cannes .center-y .default-bt-text {
  float: left;
  font-size: 20px;
  clear: both;
  display: block;
}

.default-container-carousel .default-carousel-content .header-cannes .center-y .default-bt-desc {
  font-size: 24px;
  font-weight: bold;
  display: block;
  clear: both;
  padding-top: 0px;
}

.default-container-carousel .default-carousel-content .header-cannes .center-y .default-bt-by,
.header-cannes-mob .default-bt-by {
    font-size: 12px;
    color: #000;
    padding: 6px 0 0 15px;
    clear: both;
    display: block;
}

/* line 71, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content .header-cannes .center-y .default-bt-desc, .default-container-carousel .default-carousel-content .header-cannes .center-y .default-bt-text {
  color: #000;
  display: block;
  float: none;
}
/* line 74, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content .header-cannes .center-y .default-bt-line {
  background-color: #fff;
}
/* line 82, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul {
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 0;
}
/* line 97, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item-noimg {
  position: relative;
  background-color: #4a4b4f;
  width: 300px;
  height: 250px;
  margin-bottom: -2px;
}
/* line 102, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item-noimg p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-style: italic;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #e7e7e9;
  z-index: 2;
  margin: 0;
}
/* line 113, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item-noimg p.novo {
  width: 100%;
  font-size: 0.85rem;
  line-height: 1.3rem;
}
/* line 121, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
/* line 127, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item:hover p {
  color: #696b7a;
}
/* line 135, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item a img.imgH {
  width: auto;
  height: 120%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 140, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item a img.imgW {
  width: 120%;
  height: auto;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 153, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item .default-carousel-icon-noimg {
  width: 80px;
  height: 80px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 158, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item .default-carousel-title-noimg {
  color: white;
  width: 100%;
  text-align: center;
  top: 75%;
  margin: 0;
  left: 0;
}
/* line 167, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item .default-carousel-item-noimg.black {
  background-color: #1c1b20;
}
/* line 171, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item .default-carousel-item-noimg.gray {
  background-color: #4a4b4f;
}
/* line 175, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item .default-carousel-item-noimg.white {
  background-color: #d1d1d1;
}
/* line 177, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item .default-carousel-item-noimg.white p {
  color: #555555;
}
/* line 182, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item a {
  display: block;
  width: 300px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 193, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item img {
  white-space: nowrap;
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 202, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item h4 {
  font-style: italic;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.7rem;
  margin: 0 0 6px 15px;
}
/* line 208, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item p.title {
  font-style: italic;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.3rem;
  white-space: normal;
}
/* line 219, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item p.olho {
  font-style: italic;
  font-weight: 400;
  font-size: 0.85rem;
  margin-left: 10px;
  line-height: 1.2rem;
  white-space: normal;
}
/* line 230, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item.ultima a {
  margin-bottom: 0;
}
/* line 233, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item.ultima a img {
  top: 80% !important;
}
/* line 239, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item.ultima:nth-child(even) .call {
  background: #ecebeb;
}
/* line 246, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item.ultima:nth-child(odd) .call {
  background: #f6f6f6;
}
/* line 252, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item.ultima .call {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
/* line 261, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item.ultima .call .icon-type {
  display: none;
}
/* line 266, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item.ultima .call p.title {
  color: #565656;
  font-style: italic;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  padding: 25px 15px 0 25px;
}
@media screen and (max-width: 767px) {
  /* line 266, ../sass/_assets.scss */
  .default-container-carousel .default-carousel-content ul .default-carousel-item.ultima .call p.title {
    padding: 15px !important;
    padding-bottom: 10px !important;
    margin-left: 10px !important;
  }
}
/* line 279, ../sass/_assets.scss */
.default-container-carousel .default-carousel-content ul .default-carousel-item.ultima .call p.olho {
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  margin: 5px 0 0 25px;
  padding-right: 15px;
}
/* line 294, ../sass/_assets.scss */
.default-container-carousel .bt-prev, .default-container-carousel .bt-next {
  width: 44px;
  height: 100%;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 323, ../sass/_assets.scss */
.default-container-carousel .bt-prev {
  background: url("../img/bt-prev-carousel.png");
  background-position: 0 center;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  /* line 323, ../sass/_assets.scss */
  .default-container-carousel .bt-prev {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1023px) {
  /* line 323, ../sass/_assets.scss */
  .default-container-carousel .bt-prev {
    background: url("../img/sprite.png");
    background-size: 368px 490px;
    background-position: -285px -40px;
    width: 41px;
    height: 41px;
    margin-top: -60px;
    right: 60px;
  }
}
/* line 349, ../sass/_assets.scss */
.default-container-carousel .bt-next {
  background: url("../img/bt-next-carousel.png");
  background-position: 0 center;
  right: 0;
}
/* line 355, ../sass/_assets.scss */
.default-container-carousel .bt-next .bt-next-arrow {
  display: none;
}
@media screen and (max-width: 1023px) {
  /* line 349, ../sass/_assets.scss */
  .default-container-carousel .bt-next {
    background: url("../img/sprite.png");
    background-size: 368px 490px;
    background-position: -327px -40px;
    width: 41px;
    height: 41px;
    margin: -60px 15px 0 0;
  }
}

/* line 374, ../sass/_assets.scss */
.bt-next-zoom, .bt-prev-zoom {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: -44px;
  z-index: 2000;
  background: url("../img/sprite.png");
  background-size: 368px 490px;
  background-position: -328px -41px;
  cursor: pointer;
  background-color: #ffcb04;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
}

/* line 388, ../sass/_assets.scss */
.bt-prev-zoom {
  background-position: -286px -41px;
  left: -44px;
}

/* line 395, ../sass/_assets.scss */
.carousel-cannes {
  padding-bottom: 0;
}

/* line 400, ../sass/_assets.scss */
.default-header {
  width: 100%;
  height: 100px;
  background-color: #ffcb04;
}
/* line 404, ../sass/_assets.scss */
.default-header .default-header-text {
  width: 50%;
  height: 60px;
  padding: 35px 0 0 30px;
  display: inline;
  float: left;
}
/* line 409, ../sass/_assets.scss */
.default-header .default-header-text .default-header-title {
  width: 100%;
  height: 1px;
  font-style: italic;
  font-weight: 700;
  font-size: 1.2rem;
}
/* line 414, ../sass/_assets.scss */
.default-header .default-header-text .default-header-line {
  width: 45px;
  height: 1px;
  background-color: #1e1f23;
  margin-top: 40px;
}
/* line 420, ../sass/_assets.scss */
.default-header .default-header-text .default-header-subtitle {
  margin-top: 20px;
  font-size: 0.8rem;
}
/* line 424, ../sass/_assets.scss */
.default-header .default-header-text .default-header-subtitle a {
  font-style: italic;
  font-weight: 700;
  font-size: 0.8rem;
}
/* line 430, ../sass/_assets.scss */
.default-header .default-header-banner {
  width: 300px;
  height: 250px;
  display: inline;
  float: right;
}
/* line 435, ../sass/_assets.scss */
.default-header .default-header-banner-mob {
  display: none;
}

/* line 445, ../sass/_assets.scss */
.default-bt {
  width: 300px;
  height: 140px;
  background-color: #ffcb04;
}
/* line 449, ../sass/_assets.scss */
.default-bt .default-bt-text {
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
  padding: 60px 0 0 25px;
  color: #1e1f23;
  cursor: pointer;
}
/* line 456, ../sass/_assets.scss */
.default-bt .default-bt-desc {
  padding: 5px 0 0 25px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
}
/* line 461, ../sass/_assets.scss */
.default-bt .default-bt-line {
  width: 45px;
  height: 1px;
  background-color: #1e1f23;
  margin: 20px 0 0 25px;
}

/* line 469, ../sass/_assets.scss */
.default-send-button {
  width: 122px;
  height: 42px;
  background-color: #ffcb04;
}
/* line 473, ../sass/_assets.scss */
.default-send-button .default-send-button-text {
  font-weight: 700;
  font-size: 1.2rem;
  width: 122px;
  height: 42px;
  display: inline;
  float: left;
  color: #1e1f23;
  text-align: center;
  line-height: 42px;
}

/* line 484, ../sass/_assets.scss */
.toplist {
  width: 100%;
  height: auto;
  max-width: 300px;
}
/* line 488, ../sass/_assets.scss */
.toplist .toplist-item {
  width: 100%;
  height: 70px;
  color: #1e1f23;
}
/* line 493, ../sass/_assets.scss */
.toplist .toplist-item .toplist-item-num {
  font-style: italic;
  font-weight: 700;
  font-size: 2.5rem;
  display: inline;
  float: left;
  width: 45px;
  text-align: center;
  line-height: 70px;
  padding: 0 10px 0 10px;
}
/* line 501, ../sass/_assets.scss */
.toplist .toplist-item .top-list-item-txt {
  width: 220px;
  display: inline;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 506, ../sass/_assets.scss */
.toplist .toplist-item .top-list-item-txt .toplist-item-title {
  font-style: italic;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 512, ../sass/_assets.scss */
.toplist .toplist-item .top-list-item-txt .toplist-item-desc {
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  width: 100%;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 523, ../sass/_assets.scss */
.toplist .toplist-item:nth-child(odd) {
  background-color: #ecebeb;
}
/* line 527, ../sass/_assets.scss */
.toplist .toplist-item:nth-child(even) {
  background-color: #f6f6f6;
}

/* line 534, ../sass/_assets.scss */
.right-column {
  display: inline;
  float: right;
}
/* line 538, ../sass/_assets.scss */
.right-column .right-column-banners {
  width: 300px;
  height: 100%;
}
/* line 543, ../sass/_assets.scss */
.right-column .banner-top-sidebar {
  height: 60px;
  width: 300px;
  background: #383842;
}
/* line 548, ../sass/_assets.scss */
.right-column .banner-top-sidebar p {
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
  color: #ffcb04;
  margin-left: 20px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 556, ../sass/_assets.scss */
.right-column .right-column-banner {
  width: 300px;
  height: 50px;
  margin: 32px 0 32px 0;
}
/* line 561, ../sass/_assets.scss */
.right-column #right-column-banner-bottom {
  margin: 32px auto;
}
/* line 567, ../sass/_assets.scss */
.right-column #right-column-banner-top {
  margin: 32px auto;
  width: 234px;
  height: 130px;
}

/* line 574, ../sass/_assets.scss */
.banner-half {
  width: 234px;
  height: 60px;
}
/* line 577, ../sass/_assets.scss */
.banner-half img {
  width: 100%;
  height: 100%;
  margin-left: 33px;
}

/* line 584, ../sass/_assets.scss */
.banner-arroba, .right-column #right-column-banner-bottom {
  height: 250px;
}

/* line 589, ../sass/_assets.scss */
.sidebar-posts {
  display: block;
  width: 300px;
}
/* line 594, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item {
  position: relative;
  padding: 0;
}
/* line 598, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item.list-posts {
  margin-bottom: 0;
}
/* line 602, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item .banners-item-img {
  overflow: hidden;
  width: 300px;
  height: 85px;
}
/* line 605, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item .banners-item-img img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 614, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item .item-hover {
  background-color: rgba(56, 56, 66, 0.8);
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffcb04;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}
/* line 625, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item .item-hover div.txt {
  font-style: italic;
  font-weight: 400;
  font-size: 0.85rem;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  width: 269px;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-10%);
  -moz-transform: translateX(-50%) translateY(-10%);
  -ms-transform: translateX(-50%) translateY(-10%);
  -o-transform: translateX(-50%) translateY(-10%);
  transform: translateX(-50%) translateY(-10%);
}
/* line 634, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item .item-hover div.txt h4 {
  line-height: 1.3rem;
  font-style: italic;
  font-weight: 700;
  font-size: 1.05rem;
}
/* line 641, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item .item-hover:hover {
  opacity: 1;
}
/* line 646, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item .item-hover:hover div.txt {
  -webkit-animation: hoverItem 0.4s ease forwards;
  -moz-animation: hoverItem 0.4s ease forwards;
  -o-animation: hoverItem 0.4s ease forwards;
  animation: hoverItem 0.4s ease forwards;
}
/* line 651, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item.no-image {
  width: 300px;
  height: 85px;
  margin-bottom: -1px;
}
/* line 656, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item.no-image .item-hover {
  opacity: 1;
  height: 85px;
  -webkit-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 662, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item.no-image .item-hover div.txt {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 668, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item.no-image .item-hover:hover {
  background-color: rgba(56, 56, 66, 0.9);
}
/* line 671, ../sass/_assets.scss */
.sidebar-posts .right-column-banners-item.no-image .item-hover:hover div.txt {
  -webkit-animation: "";
  -moz-animation: "";
  -o-animation: "";
  animation: "";
}
/* line 680, ../sass/_assets.scss */
.sidebar-posts #default-bt-vermais {
  padding-top: 22px;
  height: 75px;
}
/* line 684, ../sass/_assets.scss */
.sidebar-posts #default-bt-vermais a {
  text-decoration: underline;
}

/* line 692, ../sass/_assets.scss */
.bg-medium-gray {
  background-color: #ecebeb;
}

/* line 696, ../sass/_assets.scss */
.bg-light-gray {
  background-color: #f6f6f6;
}

/* line 700, ../sass/_assets.scss */
#default-bt-ultimas, #default-bt-vermais {
  height: 110px;
}

/* line 704, ../sass/_assets.scss */
.cannes {
  position: relative;
  width: 107px;
  height: 115px;
  left: 170px;
  top: 60px;
}

/* line 711, ../sass/_assets.scss */
.cannes-header {
  position: relative;
  width: 107px;
  height: 115px;
  left: 40px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 717, ../sass/_assets.scss */
.cannes-header:before {
  content: "";
  width: 97px;
  height: 105px;
  float: left;
  background: url("../img/icon_cannes.png") no-repeat;
  background-size: 100%;
}

/* line 726, ../sass/_assets.scss */
.cannes:before {
  content: "";
  width: 107px;
  height: 115px;
  float: left;
  background: url("../img/icon_cannes.png") no-repeat;
}

/* line 735, ../sass/_assets.scss */
.ccsp-star {
  display: block;
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-bottom: solid 17px;
  border-left: 25px solid transparent;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  margin: 0;
  color: #333436;
  position: absolute;
  top: 175px;
  left: 126px;
  z-index: 1;
}

/* line 751, ../sass/_assets.scss */
.ccsp-star:before {
  border-bottom: 20px solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  height: 0;
  width: 0;
  top: -11px;
  left: -14px;
  display: block;
  content: '';
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/* line 765, ../sass/_assets.scss */
.ccsp-star:after {
  position: absolute;
  display: block;
  top: 1px;
  left: -26px;
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-bottom: 17px solid;
  border-left: 25px solid transparent;
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  -o-transform: rotate(-70deg);
  transform: rotate(-70deg);
  content: '';
}

/* line 779, ../sass/_assets.scss */
.ccsp-star.black {
  color: #ffcb04;
}

/* line 783, ../sass/_assets.scss */
.ccsp-star.gray {
  color: #ffcb04;
}

/* line 787, ../sass/_assets.scss */
.ccsp-star.white {
  color: #ffcb04;
}

/* line 794, ../sass/_assets.scss */
.column-2 {
  width: 50%;
  position: relative;
  display: inline;
  float: left;
}

/* line 802, ../sass/_assets.scss */
.alert-validate {
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
  color: red;
  margin-top: 0px;
  position: absolute;
  clear: both;
  text-align: left;
}

/* line 809, ../sass/_assets.scss */
.name-alert, .email-alert, .email-confirm-alert, .senha-alert, .cpf-alert, .destiny-name-alert, .destinatario-email-alert {
  display: none;
}

/* line 1, ../sass/_modal.scss */
#default-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
}
/* line 9, ../sass/_modal.scss */
#default-modal .modal-block {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
}
/* line 17, ../sass/_modal.scss */
#default-modal .loading {
  z-index: 1000;
  width: 64px;
  height: 64px;
  position: relative;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
/* line 24, ../sass/_modal.scss */
#default-modal .loading .load-clip {
  width: 100%;
  height: 100%;
}
/* line 29, ../sass/_modal.scss */
#default-modal .default-modal-bt-send, #default-modal #esqueci-senha-container #reset-form #reset-send-bt, #default-modal #register-container #form-newsletter #register-fieldset #bt-send-newsletter, #default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-send-bt {
  width: 90px;
  height: 40px;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 auto 0 auto;
  margin-top: 40px;
  background-color: #ffcb04;
  line-height: 40px;
  cursor: pointer;
  border: none;
  opacity: 0;
  -webkit-animation: slideUpIn 0.3s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -moz-animation: slideUpIn 0.3s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -o-animation: slideUpIn 0.3s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: slideUpIn 0.3s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
/* line 42, ../sass/_modal.scss */
#default-modal .default-modal-bt-close, #default-modal .default-modal-box .modal-bt-close, #default-modal #esqueci-senha-container .modal-bt-close, #default-modal #register-container .modal-bt-close, #default-modal #share-mail-container .modal-bt-close, #default-modal #alert-container .modal-bt-close, #default-modal #maps-container .modal-bt-close, #default-modal #zoom-container .image-container .modal-bt-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 41px;
  background: url(../img/sprite.png) no-repeat;
  background-position: -296px -300px;
  cursor: pointer;
  z-index: 50;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  /* line 42, ../sass/_modal.scss */
  #default-modal .default-modal-bt-close, #default-modal .default-modal-box .modal-bt-close, #default-modal #esqueci-senha-container .modal-bt-close, #default-modal #register-container .modal-bt-close, #default-modal #share-mail-container .modal-bt-close, #default-modal #alert-container .modal-bt-close, #default-modal #maps-container .modal-bt-close, #default-modal #zoom-container .image-container .modal-bt-close {
    -webkit-animation: slideLeftIn 0.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -moz-animation: slideLeftIn 0.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -o-animation: slideLeftIn 0.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: slideLeftIn 0.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
}
@media screen and (max-width: 767px) {
  /* line 42, ../sass/_modal.scss */
  #default-modal .default-modal-bt-close, #default-modal .default-modal-box .modal-bt-close, #default-modal #esqueci-senha-container .modal-bt-close, #default-modal #register-container .modal-bt-close, #default-modal #share-mail-container .modal-bt-close, #default-modal #alert-container .modal-bt-close, #default-modal #maps-container .modal-bt-close, #default-modal #zoom-container .image-container .modal-bt-close {
    right: 0;
    -webkit-animation: alphaIn 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -moz-animation: alphaIn 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    -o-animation: alphaIn 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: alphaIn 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
}
/* line 63, ../sass/_modal.scss */
#default-modal .default-modal-box, #default-modal #esqueci-senha-container, #default-modal #register-container, #default-modal #share-mail-container, #default-modal #alert-container, #default-modal #maps-container {
  width: 90%;
  height: auto;
  max-width: 560px;
  font-family: georgia;
  font-weight: 400;
  font-size: 1.8rem;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  background-color: #f6f6f6;
  text-align: center;
  z-index: 25;
  display: block;
  padding-bottom: 10px;
}
/* line 79, ../sass/_modal.scss */
#default-modal .default-modal-box h1, #default-modal #esqueci-senha-container h1, #default-modal #register-container h1, #default-modal #share-mail-container h1, #default-modal #alert-container h1, #default-modal #maps-container h1 {
  padding-top: 40px;
  background: transparent;
  -webkit-animation: slideDownIn 0.3s 0.2s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -moz-animation: slideDownIn 0.3s 0.2s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -o-animation: slideDownIn 0.3s 0.2s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: slideDownIn 0.3s 0.2s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
/* line 85, ../sass/_modal.scss */
#default-modal .default-modal-box h3, #default-modal #esqueci-senha-container h3, #default-modal #register-container h3, #default-modal #share-mail-container h3, #default-modal #alert-container h3, #default-modal #maps-container h3 {
  padding-top: 10px;
  font-size: 1.2rem;
  -webkit-animation: slideDownIn 0.3s 0.1s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -moz-animation: slideDownIn 0.3s 0.1s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -o-animation: slideDownIn 0.3s 0.1s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: slideDownIn 0.3s 0.1s cubic-bezier(0.19, 1, 0.22, 1) forwards, alphaIn 0.3s 0.1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
/* line 92, ../sass/_modal.scss */
#default-modal #esqueci-senha-container {
  display: none;
}
/* line 96, ../sass/_modal.scss */
#default-modal #esqueci-senha-container #reset-form {
  width: 90%;
  margin: 30px 0 0 5%;
}
/* line 101, ../sass/_modal.scss */
#default-modal #esqueci-senha-container #reset-form #reset-fieldset #reset-mail {
  width: 100%;
  height: 35px;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid #1e1f23;
  color: #1e1f23;
  background: transparent;
  margin-top: 10px;
}
/* line 110, ../sass/_modal.scss */
#default-modal #esqueci-senha-container #reset-form #reset-fieldset #reset-mail:focus {
  outline: 0;
}
/* line 30, ../sass/_utils.scss */
#default-modal #esqueci-senha-container #reset-form #reset-fieldset #reset-mail.placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 31, ../sass/_utils.scss */
#default-modal #esqueci-senha-container #reset-form #reset-fieldset #reset-mail:-moz-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 32, ../sass/_utils.scss */
#default-modal #esqueci-senha-container #reset-form #reset-fieldset #reset-mail::-moz-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 33, ../sass/_utils.scss */
#default-modal #esqueci-senha-container #reset-form #reset-fieldset #reset-mail:-ms-input-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 34, ../sass/_utils.scss */
#default-modal #esqueci-senha-container #reset-form #reset-fieldset #reset-mail::-webkit-input-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 128, ../sass/_modal.scss */
#default-modal #register-container {
  display: none;
}
/* line 132, ../sass/_modal.scss */
#default-modal #register-container .title {
  line-height: 2.2rem;
}
/* line 136, ../sass/_modal.scss */
#default-modal #register-container #form-newsletter {
  width: 90%;
  margin: 30px 0 0 5%;
}
/* line 141, ../sass/_modal.scss */
#default-modal #register-container #form-newsletter #register-fieldset #register-name, #default-modal #register-container #form-newsletter #register-fieldset #register-mail {
  width: 100%;
  height: 35px;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid #1e1f23;
  color: #1e1f23;
  background: transparent;
  margin-top: 10px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
/* line 150, ../sass/_modal.scss */
#default-modal #register-container #form-newsletter #register-fieldset #register-name:focus, #default-modal #register-container #form-newsletter #register-fieldset #register-mail:focus {
  outline: 0;
}
/* line 30, ../sass/_utils.scss */
#default-modal #register-container #form-newsletter #register-fieldset #register-name.placeholder, #default-modal #register-container #form-newsletter #register-fieldset #register-mail.placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 31, ../sass/_utils.scss */
#default-modal #register-container #form-newsletter #register-fieldset #register-name:-moz-placeholder, #default-modal #register-container #form-newsletter #register-fieldset #register-mail:-moz-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 32, ../sass/_utils.scss */
#default-modal #register-container #form-newsletter #register-fieldset #register-name::-moz-placeholder, #default-modal #register-container #form-newsletter #register-fieldset #register-mail::-moz-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 33, ../sass/_utils.scss */
#default-modal #register-container #form-newsletter #register-fieldset #register-name:-ms-input-placeholder, #default-modal #register-container #form-newsletter #register-fieldset #register-mail:-ms-input-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 34, ../sass/_utils.scss */
#default-modal #register-container #form-newsletter #register-fieldset #register-name::-webkit-input-placeholder, #default-modal #register-container #form-newsletter #register-fieldset #register-mail::-webkit-input-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 162, ../sass/_modal.scss */
#default-modal #register-container #form-newsletter #register-fieldset .checkbox-notify {
  display: inline;
  float: left;
  margin-top: 28px;
}
/* line 167, ../sass/_modal.scss */
#default-modal #register-container #form-newsletter #register-fieldset small {
  font-size: 0.75rem;
  text-align: left;
  position: absolute;
  bottom: 80px;
  left: 45px;
  width: 240px;
}
@media screen and (max-width: 480px) {
  /* line 167, ../sass/_modal.scss */
  #default-modal #register-container #form-newsletter #register-fieldset small {
    bottom: 100px;
  }
}
/* line 180, ../sass/_modal.scss */
#default-modal #register-container #form-newsletter #register-fieldset #ultima-edicao {
  position: absolute;
  bottom: 80px;
  right: 25px;
  font-size: 0.75rem;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  /* line 180, ../sass/_modal.scss */
  #default-modal #register-container #form-newsletter #register-fieldset #ultima-edicao {
    bottom: 80px;
    right: auto;
    left: 45px;
  }
}
/* line 194, ../sass/_modal.scss */
#default-modal #register-container #form-newsletter #register-fieldset #bt-send-newsletter {
  display: block;
  margin: 60px auto 10px auto;
}
@media screen and (max-width: 480px) {
  /* line 194, ../sass/_modal.scss */
  #default-modal #register-container #form-newsletter #register-fieldset #bt-send-newsletter {
    margin-top: 80px;
  }
}
/* line 207, ../sass/_modal.scss */
#default-modal #share-mail-container {
  display: none;
  height: 320px;
}
/* line 212, ../sass/_modal.scss */
#default-modal #share-mail-container #share-mail-form {
  width: 90%;
  margin: 30px 0 0 5%;
}
/* line 219, ../sass/_modal.scss */
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-name,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny-name,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny {
  width: 100%;
  height: 35px;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid #1e1f23;
  color: #1e1f23;
  background: transparent;
  margin-top: 10px;
}
/* line 229, ../sass/_modal.scss */
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-name:focus,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny-name:focus,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny:focus {
  outline: 0;
}
/* line 30, ../sass/_utils.scss */
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-name.placeholder,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny-name.placeholder,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny.placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 31, ../sass/_utils.scss */
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-name:-moz-placeholder,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny-name:-moz-placeholder,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny:-moz-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 32, ../sass/_utils.scss */
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-name::-moz-placeholder,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny-name::-moz-placeholder,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny::-moz-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 33, ../sass/_utils.scss */
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-name:-ms-input-placeholder,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny-name:-ms-input-placeholder,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny:-ms-input-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 34, ../sass/_utils.scss */
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-name::-webkit-input-placeholder,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny-name::-webkit-input-placeholder,
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny::-webkit-input-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 241, ../sass/_modal.scss */
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-destiny {
  margin-bottom: 25px;
}
/* line 245, ../sass/_modal.scss */
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset .destinatario-email-alert {
  margin-top: -25px;
}
/* line 249, ../sass/_modal.scss */
#default-modal #share-mail-container #share-mail-form #share-mail-fieldset #share-mail-send-bt {
  margin-top: 20px;
  padding: 10px;
}
/* line 258, ../sass/_modal.scss */
#default-modal #zoom-container {
  display: none;
}
/* line 261, ../sass/_modal.scss */
#default-modal #zoom-container .image-container {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  background-color: transparent;
  z-index: 25;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
/* line 270, ../sass/_modal.scss */
#default-modal #zoom-container .image-container .modal-bt-close {
  display: none;
}
/* line 275, ../sass/_modal.scss */
#default-modal #zoom-container .image-container #current-img {
  margin: 0 auto 0 auto;
  -webkit-animation: alphaIn 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -moz-animation: alphaIn 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  -o-animation: alphaIn 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: alphaIn 0.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
/* line 281, ../sass/_modal.scss */
#default-modal #zoom-container .image-container .image-zoomed {
  max-height: 80vh;
  overflow: hidden;
}
/* line 286, ../sass/_modal.scss */
#default-modal #zoom-container .image-container .image-zoomed.anuncie {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  /* line 281, ../sass/_modal.scss */
  #default-modal #zoom-container .image-container .image-zoomed {
    max-height: 70vh;
    max-width: 65vh;
    overflow: auto;
  }
}
/* line 298, ../sass/_modal.scss */
#default-modal #zoom-container .image-container .legenda-img {
  padding-top: 10px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
  color: #fff;
}
/* line 305, ../sass/_modal.scss */
#default-modal #zoom-container #interna-carousel {
  position: fixed;
  bottom: 0;
  z-index: 100;
  height: 145px;
  margin: 0 auto 0 auto;
}
/* line 314, ../sass/_modal.scss */
#default-modal #alert-container {
  display: none;
  z-index: 20000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-height: 250px;
}
/* line 321, ../sass/_modal.scss */
#default-modal #alert-container #alert-txt {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 328, ../sass/_modal.scss */
#default-modal #maps-container {
  display: none;
  z-index: 20000;
  width: 75%;
  height: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 336, ../sass/_modal.scss */
#default-modal #maps-container #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 345, ../sass/_modal.scss */
#default-modal #video-container {
  display: none;
  z-index: 20000;
  width: 75%;
  height: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 1024px;
}
/* line 352, ../sass/_modal.scss */
#default-modal #video-container strong {
  color: #f6f6f6;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 358, ../sass/_modal.scss */
#default-modal #video-container .video-modal {
  width: 100%;
  height: 100%;
}
/* line 363, ../sass/_modal.scss */
#default-modal #embed-container {
  display: none;
  z-index: 20000;
  width: 640px;
  height: 360px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 368, ../sass/_modal.scss */
#default-modal #embed-container .video-modal {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  /* line 363, ../sass/_modal.scss */
  #default-modal #embed-container {
    width: 80%;
    max-width: 640px;
  }
  /* line 377, ../sass/_modal.scss */
  #default-modal #embed-container #video-embed iframe {
    width: 100% !important;
  }
}
/* line 385, ../sass/_modal.scss */
#default-modal #audio-container {
  display: none;
  z-index: 20000;
  width: 75%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 390, ../sass/_modal.scss */
#default-modal #audio-container .video-modal {
  width: 100%;
  height: auto;
}

/* ===========================================================
 *
 *  Name:          selectordie.css
 *  Updated:       2014-07-07
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */
/* line 21, ../sass/_selectordie.scss */
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
/* line 32, ../sass/_selectordie.scss */
.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1;
  width: 200px;
  padding: 15px 10px;
  border: 3px solid #5e5e5e;
  background: #ffffff;
  color: #444444;
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  outline: 0;
  outline-offset: -2px;
  /* Opera */
  cursor: default;
}

/* Change the border color on hover, focus and when open */
/* line 56, ../sass/_selectordie.scss */
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
  border-color: #000000;
}

/* line 58, ../sass/_selectordie.scss */
.sod_select.open {
  color: #919191;
}

/* line 59, ../sass/_selectordie.scss */
.sod_select.focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* When the entire SoD is disabled, go crazy! */
/* line 63, ../sass/_selectordie.scss */
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
/* line 71, ../sass/_selectordie.scss */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
}

/* line 80, ../sass/_selectordie.scss */
.sod_select .sod_prefix {
  /* Use this if you're using a prefix and want to style it */
}

/* line 81, ../sass/_selectordie.scss */
.sod_select .sod_placeholder {
  /* Use this if you're using a placeholder and want to style it */
}

/* Options list wrapper */
/* line 87, ../sass/_selectordie.scss */
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 200px;
  margin: 0 0 0 -3px;
  background: #ffffff;
  border: 3px solid #000000;
  border-top: none;
  color: #444444;
  font-weight: 300;
  z-index: 1;
}

/* Shows the option list (don't edit) */
/* line 104, ../sass/_selectordie.scss */
.sod_select.open .sod_list_wrapper {
  display: block;
}

/* Don't display the options when  */
/* line 107, ../sass/_selectordie.scss */
.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}

/* When the option list is displayed above the SoD */
/* line 111, ../sass/_selectordie.scss */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none;
}

/* Options list container */
/* line 120, ../sass/_selectordie.scss */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}

/* All the options. Keep the first three lines for truncating... */
/* line 129, ../sass/_selectordie.scss */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none;
}

/* Optgroups */
/* line 143, ../sass/_selectordie.scss */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}

/* Children of an optgroup */
/* line 151, ../sass/_selectordie.scss */
.sod_select .sod_option.groupchild {
  padding-left: 20px;
}

/* Disabled option */
/* line 155, ../sass/_selectordie.scss */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc;
}

/* Hover state for options, also used when a user uses his/hers up/down keys */
/* line 162, ../sass/_selectordie.scss */
.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333;
}

/*Make room for the check mark */
/* line 169, ../sass/_selectordie.scss */
.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px;
}

/* Displays a check mark for the selected option */
/* line 176, ../sass/_selectordie.scss */
.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  height: 9px;
  width: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
/* line 192, ../sass/_selectordie.scss */
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300;
}

/* line 193, ../sass/_selectordie.scss */
.sod_select.no_highlight .sod_option.selected:before {
  display: none;
}

/* line 195, ../sass/_selectordie.scss */
.sod_select .sod_option.link {
  /* If data-link is set on a specific option */
}

/* line 196, ../sass/_selectordie.scss */
.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */
}

/* Hide native select */
/* line 201, ../sass/_selectordie.scss */
.sod_select select {
  display: none !important;
}

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
/* line 205, ../sass/_selectordie.scss */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

/* line 1, ../sass/_general.scss */
body, html {
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 17, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body html, body body, body div, body span, body applet, body object, body iframe,
body h1, body h2, body h3, body h4, body h5, body h6, body p, body blockquote, body pre,
body a, body abbr, body acronym, body address, body big, body cite, body code,
body del, body dfn, body em, body img, body ins, body kbd, body q, body s, body samp,
body small, body strike, body strong, body sub, body sup, body tt, body var,
body b, body u, body i, body center,
body dl, body dt, body dd, body ol, body ul, body li,
body fieldset, body form, body label, body legend,
body table, body caption, body tbody, body tfoot, body thead, body tr, body th, body td,
body article, body aside, body canvas, body details, body embed,
body figure, body figcaption, body footer, body header, body hgroup,
body menu, body nav, body output, body ruby, body section, body summary,
body time, body mark, body audio, body video, html html, html body, html div, html span, html applet, html object, html iframe,
html h1, html h2, html h3, html h4, html h5, html h6, html p, html blockquote, html pre,
html a, html abbr, html acronym, html address, html big, html cite, html code,
html del, html dfn, html em, html img, html ins, html kbd, html q, html s, html samp,
html small, html strike, html strong, html sub, html sup, html tt, html var,
html b, html u, html i, html center,
html dl, html dt, html dd, html ol, html ul, html li,
html fieldset, html form, html label, html legend,
html table, html caption, html tbody, html tfoot, html thead, html tr, html th, html td,
html article, html aside, html canvas, html details, html embed,
html figure, html figcaption, html footer, html header, html hgroup,
html menu, html nav, html output, html ruby, html section, html summary,
html time, html mark, html audio, html video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
/* line 22, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body html, html html {
  line-height: 1;
}
/* line 24, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body ol, body ul, html ol, html ul {
  list-style: none;
}
/* line 26, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body table, html table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 28, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body caption, body th, body td, html caption, html th, html td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
/* line 30, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body q, body blockquote, html q, html blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body q:before, body q:after, body blockquote:before, body blockquote:after, html q:before, html q:after, html blockquote:before, html blockquote:after {
  content: "";
  content: none;
}
/* line 32, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body a img, html a img {
  border: none;
}
/* line 116, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body article, body aside, body details, body figcaption, body figure, body footer, body header, body hgroup, body menu, body nav, body section, body summary, html article, html aside, html details, html figcaption, html figure, html footer, html header, html hgroup, html menu, html nav, html section, html summary {
  display: block;
}

/* line 10, ../sass/_general.scss */
body, html, input, a, div, section, article, h1 {
  font-family: 'Open Sans', sans-serif;
}

/* line 14, ../sass/_general.scss */
a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
}
/* line 6, ../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_unstyled-link.scss */
a:active, a:focus {
  outline: none;
}

/* line 18, ../sass/_general.scss */
.clear {
  clear: both;
}

@media print {
  /* line 25, ../sass/_general.scss */
  .no-printable {
    display: none;
  }

  /* line 26, ../sass/_general.scss */
  .printable {
    display: block;
  }
}
/* line 29, ../sass/_general.scss */
#wrapper {
  max-width: 1920px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 20;
  padding-top: 3px;
}
/* line 36, ../sass/_general.scss */
#wrapper.home {
  background: #e2e2e2;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 29, ../sass/_general.scss */
  #wrapper {
    max-width: 800px;
    overflow-x: hidden;
  }
  /* line 45, ../sass/_general.scss */
  #wrapper .content {
    margin: 0 auto 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 51, ../sass/_general.scss */
  #wrapper .content {
    margin: 0 auto 0 auto;
  }
}

/* line 57, ../sass/_general.scss */
#block-stage {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
}

/* line 71, ../sass/_general.scss */
.home {
  clear: both;
}

/* line 81, ../sass/_general.scss */
.center-y {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 85, ../sass/_general.scss */
.center-x {
  margin: 0 auto 0 auto;
}

/* line 89, ../sass/_general.scss */
.center {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 93, ../sass/_general.scss */
.hide {
  display: none !important;
}

/* line 97, ../sass/_general.scss */
.show {
  display: block !important;
}

/* line 101, ../sass/_general.scss */
.fl {
  float: left;
}

/* line 105, ../sass/_general.scss */
.clear {
  clear: both;
}

@media screen and (max-width: 767px) {
  /* line 109, ../sass/_general.scss */
  .gallery-advertise {
    display: none !important;
  }
}

/* line 117, ../sass/_general.scss */
.icon-type:before {
  content: "";
  width: 25px;
  height: 25px;
  float: left;
  padding-right: 10px;
  background: url("../img/sprite_icons_highlight.png");
  margin-bottom: 36px;
}

/* line 126, ../sass/_general.scss */
.icon-full-highlight-type:before {
  content: "";
  width: 85px;
  height: 75px;
  float: left;
  background: url("../img/sprite_icons_highlight.png");
}

/* line 134, ../sass/_general.scss */
.icon-full-dark-type:before {
  content: "";
  width: 85px;
  height: 75px;
  float: left;
  background: url("../img/sprite_icons_dark.png");
}

/* line 143, ../sass/_general.scss */
.icon-campanha-integrada:before {
  background-position: 0px -420px;
}

/* line 147, ../sass/_general.scss */
.icon-design:before {
  background-position: -170px -340px;
}

/* line 151, ../sass/_general.scss */
.icon-internacional:before {
  background-position: -85px -340px;
}

/* line 155, ../sass/_general.scss */
.icon-internet:before {
  background-position: 0px -340px;
}

/* line 159, ../sass/_general.scss */
.icon-jornal:before {
  background-position: -170px -254px;
}

/* line 163, ../sass/_general.scss */
.icon-marketing-direto:before {
  background-position: -340px -340px;
}

/* line 167, ../sass/_general.scss */
.icon-midia-alternativa:before {
  background-position: -254px -340px;
}

/* line 171, ../sass/_general.scss */
.icon-outdoorcartaz:before {
  background-position: -254px -254px;
}

/* line 175, ../sass/_general.scss */
.icon-promocao:before {
  background-position: -85px -420px;
}

/* line 179, ../sass/_general.scss */
.icon-radio:before {
  background-position: -340px -254px;
}

/* line 183, ../sass/_general.scss */
.icon-revista:before {
  background-position: -85px -254px;
}

/* line 187, ../sass/_general.scss */
.icon-tvcinema:before {
  background-position: 0 -254px;
}

/* line 191, ../sass/_general.scss */
.icon-post:before {
  background-position: -159px -416px;
}

/* line 195, ../sass/_general.scss */
.icon-estrela-verde:before, .icon-estrela-preta:before {
  background-position: -253px -414px;
}

/* line 200, ../sass/_general.scss */
.icon-full-campanha-integrada:before {
  background-position: 24px -170px;
}

/* line 204, ../sass/_general.scss */
.icon-full-design:before {
  background-position: -156px -85px;
}

/* line 208, ../sass/_general.scss */
.icon-full-internacional:before {
  width: 60px;
  margin-left: 10px;
  background-position: -86px -85px;
}

/* line 214, ../sass/_general.scss */
.icon-full-cannes:before {
  background-position: -156px -170px;
}

/* line 220, ../sass/_general.scss */
.icon-full-internet:before {
  background-position: 0px -85px;
}

/* line 224, ../sass/_general.scss */
.icon-full-jornal:before {
  background-position: -166px 0px;
}

/* line 228, ../sass/_general.scss */
.icon-full-marketing-direto:before {
  background-position: -327px -85px;
}

/* line 232, ../sass/_general.scss */
.icon-full-midia-alternativa:before {
  background-position: -242px -85px;
}

/* line 236, ../sass/_general.scss */
.icon-full-outdoorcartaz:before {
  background-position: -255px 0px;
}

/* line 240, ../sass/_general.scss */
.icon-full-promocao:before {
  background-position: -79px -170px;
}

/* line 244, ../sass/_general.scss */
.icon-full-radio:before {
  background-position: -338px 0px;
}

/* line 248, ../sass/_general.scss */
.icon-full-revista:before {
  background-position: -85px 0px;
}

/* line 252, ../sass/_general.scss */
.icon-full-tvcinema-2:before {
  background-position: 0 0px;
}

/* line 256, ../sass/_general.scss */
.icon-full-post:before {
  background-position: -237px -159px;
}

/* line 260, ../sass/_general.scss */
.icon-full-estrela-verde:before, .icon-full-estrela-preta:before {
  background-position: -334px -163px;
}

/* line 1, ../sass/_header.scss */
.header {
  width: 100%;
  height: 75px;
  background: url("../img/bg-header-dark.gif") repeat-x;
  color: white;
  font-size: 0.78rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.01rem;
  position: relative;
  z-index: 40;
}
/* line 15, ../sass/_header.scss */
.header .pointer {
  background-image: url("../img/sprite.png");
  width: 17px;
  height: 5px;
  background-position: -400px -249px;
  margin: 0 auto 0 auto;
  position: absolute;
  top: 70px;
  z-index: 20;
}
/* line 28, ../sass/_header.scss */
.header .header-container {
  margin: 0 auto 0 auto;
  max-width: 1920px;
  overflow: hidden;
}
/* line 34, ../sass/_header.scss */
.header .header-container .oficial-mob {
  display: none;
}
/* line 38, ../sass/_header.scss */
.header .header-container #logo-desk {
  position: relative;
  cursor: pointer;
  width: 230px;
  height: 75px;
  background-color: #ffcb04;
  display: inline;
  float: left;
  display: block;
  z-index: 10;
  overflow: hidden;
}
/* line 49, ../sass/_header.scss */
.header .header-container #logo-desk a.logo {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 110px;
  height: 50px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../img/logo.png?1405370703');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 92px, 32px;
  -moz-background-size: 92px, 32px;
  -o-background-size: 92px, 32px;
  background-size: 92px, 32px;
  float: left;
  margin-left: 10px;
}
/* line 59, ../sass/_header.scss */
.header .header-container #logo-desk p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  line-height: 0.8rem;
  width: 98px;
  float: left;
  font-weight: 400;
  font-size: 0.62rem;
  text-transform: uppercase;
  color: #1e1f23;
}
/* line 66, ../sass/_header.scss */
.header .header-container #logo-desk p strong {
  font-weight: 700;
  font-size: 0.62rem;
}
/* line 78, ../sass/_header.scss */
.header .header-container #info-social, .header .header-container #nav-header, .header .header-container #nav-mob {
  display: none;
}
/* line 83, ../sass/_header.scss */
.header .header-container #nav {
  max-width: 1920px;
  width: 100%;
  height: 75px;
  position: relative;
  z-index: 5;
  background-color: #1e1f23;
}
/* line 95, ../sass/_header.scss */
.header .header-container #nav li a {
  cursor: pointer;
  text-decoration: none;
  padding-bottom: 40px;
}
/* line 100, ../sass/_header.scss */
.header .header-container #nav li a:hover {
  color: #ffcb04;
}
/* line 106, ../sass/_header.scss */
.header .header-container #nav li.cc40Anos a:after, .header .header-container #nav li.ultimas a:after{
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  float: right;
  background-image: url("../img/sprite.png");
  background-position: -147px -37px;
  margin: 4px 0 0 8px;
}
/* line 117, ../sass/_header.scss */
.header .header-container #nav li.cc40Anos a:hover:after, .header .header-container #nav li.ultimas a:hover:after, .header .header-container #nav li.anuario a:hover:after {
  background-position: -158px -36px;
}
/* line 123, ../sass/_header.scss */
.header .header-container #nav li.current a {
  color: #ffcb04;
}
/* line 126, ../sass/_header.scss */
.header .header-container #nav li.current a:after {
  background-position: -169px -36px;
}
/* line 133, ../sass/_header.scss */
.header .header-container #nav .over a {
  color: #ffcb04;
}
/* line 135, ../sass/_header.scss */
.header .header-container #nav .over a:after {
  background-position: -158px -36px !important;
}
/* line 147, ../sass/_header.scss */
.header .header-container #nav #nav-menu {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  float: left;
  margin-left: 01.04166666666667%;;
}
/* line 152, ../sass/_header.scss */
.header .header-container #nav #nav-menu li {
  display: inline;
  float: left;
  width: auto;
  display: block;
}
/* line 158, ../sass/_header.scss */
.header .header-container #nav #nav-menu li:before, .header .header-container #nav #nav-menu li.novo:after {
  content: "|";
  font-size: 0.5rem;
  font-weight: none;
  padding: 0 30px 0 30px;
  color: #ecebeb;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 1280px) {
  /* line 158, ../sass/_header.scss */
  .header .header-container #nav #nav-menu li:before, .header .header-container #nav #nav-menu li.novo:after {
    padding: 0 15px 0 15px;
  }
}
@media screen and (max-width: 1150px) {
  /* line 158, ../sass/_header.scss */
  .header .header-container #nav #nav-menu li:before, .header .header-container #nav #nav-menu li.novo:after {
    padding: 0 10px 0 10px;
  }
}
/* line 171, ../sass/_header.scss */
.header .header-container #nav #nav-menu li.anuario:before {
  content: "";
  padding: 0;
}
/* line 176, ../sass/_header.scss */
.header .header-container #nav #nav-menu li:first-child:before {
  content: none;
}
/* line 181, ../sass/_header.scss */
.header .header-container #nav #nav-header-desk {
  float: right;
}
/* line 185, ../sass/_header.scss */
.header .header-container #nav #nav-clube {
  height: 75px;
  float: left;
}
@media screen and (max-width: 1130px) {
  /* line 185, ../sass/_header.scss */
  .header .header-container #nav #nav-clube {
    margin: 0;
  }
}
/* line 193, ../sass/_header.scss */
.header .header-container #nav #nav-clube li {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline;
  float: left;
  margin-left: 20px;
}
@media screen and (max-width: 1190px) {
  /* line 193, ../sass/_header.scss */
  .header .header-container #nav #nav-clube li {
    margin-left: 13px;
  }
}
/* line 200, ../sass/_header.scss */
.header .header-container #nav #nav-clube li.oclube {
  margin-left: 0;
}
/* line 204, ../sass/_header.scss */
.header .header-container #nav #nav-clube a {
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
  padding-bottom: 0px;
}
/* line 211, ../sass/_header.scss */
.header .header-container #nav #nav-clube li.newsletter a {
  padding-left: 10px;
}
/* line 215, ../sass/_header.scss */
.header .header-container #nav #nav-clube li a {
  content: "";
  background-image: url(../img/sprite.png);
  float: left;
  width: 16px;
  height: 16px;
}
/* line 223, ../sass/_header.scss */
.header .header-container #nav #nav-clube li.oclube a {
  background-position: -45px -50px;
}
/* line 226, ../sass/_header.scss */
.header .header-container #nav #nav-clube li.oclube a:hover {
  background-position: -45px -72px;
}
/* line 231, ../sass/_header.scss */
.header .header-container #nav #nav-clube li.loja a {
  background-position: 0 -50px;
}
/* line 234, ../sass/_header.scss */
.header .header-container #nav #nav-clube li.loja a:hover {
  background-position: 0 -72px;
}
/* line 239, ../sass/_header.scss */
.header .header-container #nav #nav-clube li.newsletter a {
  background-position: -250px -77px;
}
/* line 242, ../sass/_header.scss */
.header .header-container #nav #nav-clube li.newsletter a:hover {
  background-position: -299px -77px;
}
/* line 251, ../sass/_header.scss */
.header .header-container #nav #nav-social-header {
  width: 249px;
  height: 75px;
  float: left;
  background: #282a2f;
}
@media screen and (max-width: 1190px) {
  /* line 251, ../sass/_header.scss */
  .header .header-container #nav #nav-social-header {
    width: 174px;
  }
}
/* line 262, ../sass/_header.scss */
.header .header-container #nav #nav-social-header li {
  display: inline;
  float: left;
  height: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 1190px) {
  /* line 262, ../sass/_header.scss */
  .header .header-container #nav #nav-social-header li {
    padding: 0 5px;
    margin-left: 13px;
  }
}
/* line 275, ../sass/_header.scss */
.header .header-container #nav #nav-social-header li a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/sprite.png);
  float: left;
  width: 16px;
  height: 16px;
  padding-bottom: 0px;
}
/* line 284, ../sass/_header.scss */
.header .header-container #nav #nav-social-header li.search {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 1190px) {
  /* line 284, ../sass/_header.scss */
  .header .header-container #nav #nav-social-header li.search {
    padding: 0;
    margin-left: 20px;
  }
}
/* line 293, ../sass/_header.scss */
.header .header-container #nav #nav-social-header li.search a {
  width: 50px;
  background-position: -144px -2px;
}
@media screen and (max-width: 1190px) {
  /* line 293, ../sass/_header.scss */
  .header .header-container #nav #nav-social-header li.search a {
    width: 35px;
  }
}
/* line 301, ../sass/_header.scss */
.header .header-container #nav #nav-social-header li.search a:hover {
  background-position: -398px -29px;
}
/* line 304, ../sass/_header.scss */
.header .header-container #nav #nav-social-header li.search a:hover:after {
  background-position: -348px -30px !important;
}
/* line 309, ../sass/_header.scss */
.header .header-container #nav #nav-social-header li.search a:after {
  content: "";
  width: 3px;
  height: 9px;
  background-image: url(../img/sprite.png);
  background-position: -348px -30px !important;
  display: block;
  float: right;
  margin-top: 2px;
}
/* line 324, ../sass/_header.scss */
.header .header-container #nav #nav-social-header li.twitter a {
  background-position: 0 -29px;
}
/* line 327, ../sass/_header.scss */
.header .header-container #nav #nav-social-header li.twitter a:hover {
  background-position: -198px -29px;
}
/* line 333, ../sass/_header.scss */
.header .header-container #nav #nav-social-header li.rss a {
  background-position: -50px -29px;
}
/* line 335, ../sass/_header.scss */
.header .header-container #nav #nav-social-header li.rss a:hover {
  background-position: -248px -29px;
}
/* line 340, ../sass/_header.scss */
.header .header-container #nav #nav-social-header li.facebook a {
  background-position: -101px -29px;
}
/* line 342, ../sass/_header.scss */
.header .header-container #nav #nav-social-header li.facebook a:hover {
  background-position: -299px -29px;
}
/* line 353, ../sass/_header.scss */
.header .header-container #nav #nav-admin-header {
  height: 75px;
  width: 70px;
  float: right;
  background: #34373d;
  cursor: pointer;
}
/* line 364, ../sass/_header.scss */
.header .header-container #nav #nav-admin-header:hover li a {
  background-position: -98px -72px;
}
/* line 370, ../sass/_header.scss */
.header .header-container #nav #nav-admin-header li {
  height: 100%;
  width: 100%;
}
/* line 374, ../sass/_header.scss */
.header .header-container #nav #nav-admin-header li a {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
  background-image: url(../img/sprite.png);
  width: 16px;
  height: 16px;
  display: block;
  background-position: -98px -50px;
  padding-bottom: 0px;
}

/* line 400, ../sass/_header.scss */
.header-bottom {
  position: absolute;
  top: 0;
  display: block;
  background-color: black;
  width: 100%;
  height: 75px;
  max-width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 30;
}
/* line 416, ../sass/_header.scss */
.header-bottom #login-container {
  margin: 0 auto 0 auto;
  overflow: hidden;
  float: right;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  /* line 416, ../sass/_header.scss */
  .header-bottom #login-container {
    display: none;
  }
}
/* line 428, ../sass/_header.scss */
.header-bottom #login-container .title-access {
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  font-size: 0.9rem;
  color: #fff;
  text-align: right;
  float: left;
  line-height: 1rem;
  margin: 15px 30px 0 0;
}
/* line 439, ../sass/_header.scss */
.header-bottom #login-container #login-form {
  margin: 5px 0 0 50px;
  display: inline;
  float: left;
}
/* line 446, ../sass/_header.scss */
.header-bottom #login-container #login-form #login-fieldset #login-mail, .header-bottom #login-container #login-form #login-fieldset #login-pass {
  width: 150px;
  height: 35px;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  display: inline;
  float: left;
  border: none;
  border-bottom: 1px solid #686868;
  color: #fff;
  background: transparent;
  margin-top: 5px;
}
/* line 456, ../sass/_header.scss */
.header-bottom #login-container #login-form #login-fieldset #login-mail:focus, .header-bottom #login-container #login-form #login-fieldset #login-pass:focus {
  outline: 0;
}
/* line 30, ../sass/_utils.scss */
.header-bottom #login-container #login-form #login-fieldset #login-mail.placeholder, .header-bottom #login-container #login-form #login-fieldset #login-pass.placeholder {
  padding-top: 3px;
  color: #fff;
  font-size: 0.7rem;
}
/* line 31, ../sass/_utils.scss */
.header-bottom #login-container #login-form #login-fieldset #login-mail:-moz-placeholder, .header-bottom #login-container #login-form #login-fieldset #login-pass:-moz-placeholder {
  padding-top: 3px;
  color: #fff;
  font-size: 0.7rem;
}
/* line 32, ../sass/_utils.scss */
.header-bottom #login-container #login-form #login-fieldset #login-mail::-moz-placeholder, .header-bottom #login-container #login-form #login-fieldset #login-pass::-moz-placeholder {
  padding-top: 3px;
  color: #fff;
  font-size: 0.7rem;
}
/* line 33, ../sass/_utils.scss */
.header-bottom #login-container #login-form #login-fieldset #login-mail:-ms-input-placeholder, .header-bottom #login-container #login-form #login-fieldset #login-pass:-ms-input-placeholder {
  padding-top: 3px;
  color: #fff;
  font-size: 0.7rem;
}
/* line 34, ../sass/_utils.scss */
.header-bottom #login-container #login-form #login-fieldset #login-mail::-webkit-input-placeholder, .header-bottom #login-container #login-form #login-fieldset #login-pass::-webkit-input-placeholder {
  padding-top: 3px;
  color: #fff;
  font-size: 0.7rem;
}
/* line 468, ../sass/_header.scss */
.header-bottom #login-container #login-form #login-fieldset #login-form-separator {
  width: 1px;
  height: 12px;
  display: inline;
  float: left;
  background-color: #fff;
  margin: 28px 35px 0 35px;
}
/* line 475, ../sass/_header.scss */
.header-bottom #login-container #login-form #login-fieldset #login-send-bt {
  width: 88px;
  height: 30px;
  margin-top: 15px;
  margin-left: 20px;
  border: none;
  background: url(../img/login-bt.png) no-repeat;
  background-size: 100%;
  text-indent: -99999px;
  cursor: pointer;
}
/* line 494, ../sass/_header.scss */
.header-bottom #login-container #login-form #header-login-reset-pass {
  position: relative;
  color: #fff;
  margin: 0 0 0 390px;
  font-weight: 400;
  font-size: 0.6rem;
  top: -4px;
}
/* line 508, ../sass/_header.scss */
.header-bottom #login-container #login-right {
  width: 200px;
  height: 40px;
  display: inline;
  float: left;
  margin: 15px 50px 0 80px;
  color: #1e1f23;
}
/* line 515, ../sass/_header.scss */
.header-bottom #login-container #login-right #login-right-registry {
  width: 240px;
  line-height: 1.3rem;
  color: #ffcb04;
  display: inline;
  float: left;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
}
/* line 523, ../sass/_header.scss */
.header-bottom #login-container #login-right #login-right-registry a {
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
}
/* line 527, ../sass/_header.scss */
.header-bottom #login-container #login-right #login-right-registry span {
  position: relative;
}
/* line 531, ../sass/_header.scss */
.header-bottom #login-container #login-right #login-right-registry span:before {
  content: "";
  background-image: url(../img/sprite.png);
  width: 31px;
  height: 30px;
  background-position: -312px -205px;
  position: absolute;
  left: -42px;
  top: 5px;
}
@media screen and (max-width: 1280px) {
  /* line 515, ../sass/_header.scss */
  .header-bottom #login-container #login-right #login-right-registry {
    width: 230px;
    font-size: 0.8rem;
  }
  /* line 546, ../sass/_header.scss */
  .header-bottom #login-container #login-right #login-right-registry a {
    font-size: 1rem;
  }
}
/* line 553, ../sass/_header.scss */
.header-bottom #login-container #login-right #login-bt-retract {
  font-style: italic;
  font-weight: 700;
  font-size: 0.75rem;
  display: inline;
  float: left;
  line-height: 30px;
  margin: 10px 0 0 30px;
  width: 90px;
}
/* line 561, ../sass/_header.scss */
.header-bottom #login-container #login-right #login-bt-retract a:before {
  content: "";
  background-image: url(../img/sprite.png);
  width: 30px;
  height: 30px;
  display: inline;
  float: left;
  padding-right: 8px;
  background-position: -296px -100px;
}
/* line 573, ../sass/_header.scss */
.header-bottom #search-container {
  width: 100%;
  height: 75px;
  position: relative;
  top: 0;
  left: 0px;
  z-index: 1;
}
/* line 582, ../sass/_header.scss */
.header-bottom #search-container #search-fieldset {
  clear: both;
  width: 100%;
  float: left;
  position: relative;
  margin-top: 18px;
}
/* line 589, ../sass/_header.scss */
.header-bottom #search-container #search-fieldset .search_field {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 80%;
  height: 35px;
  border: 0;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #000;
  margin-left: 20px;
}
/* line 30, ../sass/_utils.scss */
.header-bottom #search-container #search-fieldset .search_field.placeholder {
  color: #fff;
}
/* line 31, ../sass/_utils.scss */
.header-bottom #search-container #search-fieldset .search_field:-moz-placeholder {
  color: #fff;
}
/* line 32, ../sass/_utils.scss */
.header-bottom #search-container #search-fieldset .search_field::-moz-placeholder {
  color: #fff;
}
/* line 33, ../sass/_utils.scss */
.header-bottom #search-container #search-fieldset .search_field:-ms-input-placeholder {
  color: #fff;
}
/* line 34, ../sass/_utils.scss */
.header-bottom #search-container #search-fieldset .search_field::-webkit-input-placeholder {
  color: #fff;
}
/* line 610, ../sass/_header.scss */
.header-bottom #search-container #search-fieldset .search_field:focus {
  outline: 0;
}
/* line 614, ../sass/_header.scss */
.header-bottom #search-container #search-fieldset .search-bt {
  color: #ffcb04;
  position: absolute;
  right: 30px;
  top: 8px;
  font-size: 0.9rem;
  background: #000;
  border: none;
  width: 85px;
  height: 20px;
  border-left: 1px solid #ffcb04;
  letter-spacing: 0.1rem;
}
/* line 628, ../sass/_header.scss */
.header-bottom #search-container #search-fieldset .search-bt:focus {
  outline: 0;
}
/* line 641, ../sass/_header.scss */
.header-bottom #cc40Anos-container, .header-bottom #ultimas-container, .header-bottom #anuario-container {
  margin: 13px 0 0 274px;
}
/* line 644, ../sass/_header.scss */
.header-bottom #cc40Anos-container ul li, .header-bottom #ultimas-container ul li, .header-bottom #anuario-container ul li {
  display: inline-block;
  margin-left: 56px;
  cursor: pointer;
}
/* line 649, ../sass/_header.scss */
.header-bottom #cc40Anos-container ul li a, .header-bottom #ultimas-container ul li a, .header-bottom #anuario-container ul li a {
  font-size: 0.7rem;
  color: #d1d1d1;
}
/* line 659, ../sass/_header.scss */
.header-bottom #anuario-container {
  margin: 13px 0 0 523px;
}
@media screen and (max-width: 1280px) {
  /* line 659, ../sass/_header.scss */
  .header-bottom #anuario-container {
    margin-left: 463px;
  }
}
@media screen and (max-width: 1140px) {
  /* line 659, ../sass/_header.scss */
  .header-bottom #anuario-container {
    margin-left: 443px;
  }
}

/* line 667, ../sass/_header.scss */
#tooltip-container {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 30;
}
/* line 673, ../sass/_header.scss */
#tooltip-container .top-tooltip {
  background-image: url("../img/sprite.png");
  width: 17px;
  height: 5px;
  background-position: -400px -249px;
  margin: 0 auto 0 auto;
}
/* line 681, ../sass/_header.scss */
#tooltip-container .body-tooltip {
  background: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  min-width: 76px;
  min-height: 26px;
}
/* line 684, ../sass/_header.scss */
#tooltip-container .body-tooltip p {
  color: white;
  display: none;
  font-size: 0.7rem;
  text-align: center;
  padding: 7px 5px 0 5px;
  letter-spacing: 0.1rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 701, ../sass/_header.scss */
  body {
    overflow-x: hidden;
  }

  /* line 705, ../sass/_header.scss */
  .home {
    overflow: hidden;
  }
}
/* line 1, ../sass/_interna_novo.scss */
.especial-banner, .half {
  display: none;
}

/* line 6, ../sass/_interna_novo.scss */
.content-page {
  min-width: 724px;
  max-width: 1920px;
  overflow: hidden;
  padding-left: 300px;
}
@media screen and (min-width: 1920px) {
  /* line 6, ../sass/_interna_novo.scss */
  .content-page {
    padding: 0;
  }
}
/* line 16, ../sass/_interna_novo.scss */
.content-page .content {
  width: 100%;
  margin: 0 auto 0 -300px;
  display: inline;
  float: left;
}
/* line 20, ../sass/_interna_novo.scss */
.content-page .content .half-top {
  display: none;
}
@media screen and (min-width: 1920px) {
  /* line 16, ../sass/_interna_novo.scss */
  .content-page .content {
    width: 1600px;
    margin: 0;
  }
}
/* line 30, ../sass/_interna_novo.scss */
.content-page .content.no-sidebar {
  width: 100%;
}
/* line 34, ../sass/_interna_novo.scss */
.content-page .content .highlight-area {
  display: block;
  width: 100%;
  max-height: 511px;
}
/* line 40, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-img-box {
  width: 100%;
  height: 310px;
  max-height: 353px;
  position: relative;
  overflow: hidden;
}
/* line 46, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-img-box .highlight-area-img {
  width: 100%;
  height: auto;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 52, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-img-box .highlight-area-noimg {
  position: relative;
  background-color: #4a4b4f;
  width: 100%;
  height: 100%;
}
/* line 56, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-img-box .highlight-area-noimg p {
  width: 260px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 140px;
  font-style: italic;
  font-weight: 600;
  font-size: 1.6rem;
  color: #e7e7e9;
  z-index: 2;
}
/* line 65, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-img-box .highlight-area-noimg .icon-full-highlight {
  position: relative;
  left: 40px;
  height: 75px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 72, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-img-box .highlight-area-noimg .ccsp-star {
  left: 40px;
}
/* line 78, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav {
  width: 100%;
  height: 140px;
  max-height: 140px;
  background-color: #ffcb04;
}
/* line 83, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav.single {
  height: 80px;
  max-height: 80px;
}
/* line 89, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-title {
  margin-left: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  display: inline;
  float: left;
}
/* line 95, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-title .float-left {
  display: inline;
  float: left;
}
/* line 99, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-title h1 {
  font-style: italic;
  font-weight: 700;
  font-size: 1.3rem;
  padding-right: 5px;
}
/* line 104, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-title span {
  font-style: italic;
  font-weight: 400;
  font-size: 1.3rem;
}
/* line 108, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-title .highlight-nav-line {
  width: 44px;
  height: 1px;
  background-color: #1e1f23;
  margin-top: 10px;
}
/* line 119, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-bts {
  width: 108px;
  height: 51px;
  display: inline;
  float: right;
  list-style: none;
  margin-right: 35px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 127, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-bts a {
  display: block;
  width: 51px;
  height: 51px;
}
/* line 132, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-bts .highlight-nav-bt-left {
  cursor: pointer;
  width: 51px;
  height: 51px;
  background: url(../img/sprite.png) no-repeat;
  background-position: -346px -49px;
  display: inline;
  float: left;
  margin-right: 4px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
/* line 142, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-bts .highlight-nav-bt-left.disabled {
  opacity: 0.4;
  cursor: auto;
}
/* line 146, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-bts .highlight-nav-bt-left.disabled a {
  display: none;
}
/* line 152, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-bts .highlight-nav-bt-left:hover {
  opacity: 0.7;
}
/* line 155, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-bts .highlight-nav-bt-left:hover.disabled {
  opacity: 0.4;
}
/* line 160, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-bts .highlight-nav-bt-right {
  cursor: pointer;
  opacity: 1;
  width: 51px;
  height: 51px;
  background: url(../img/sprite.png) no-repeat;
  background-position: -398px -49px;
  display: inline;
  float: left;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
/* line 169, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-bts .highlight-nav-bt-right.disabled {
  opacity: 0.4;
  cursor: auto;
}
/* line 173, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-bts .highlight-nav-bt-right.disabled a {
  display: none;
}
/* line 179, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-bts .highlight-nav-bt-right:hover {
  opacity: 0.7;
}
/* line 182, ../sass/_interna_novo.scss */
.content-page .content .highlight-area .highlight-area-nav .highlight-nav-bts .highlight-nav-bt-right:hover.disabled {
  opacity: 0.4;
}
/* line 191, ../sass/_interna_novo.scss */
.content-page .content .article-container {
  position: relative;
}
/* line 194, ../sass/_interna_novo.scss */
.content-page .content .article-container .default-container-carousel, .content-page .content .article-container #banners-bottom-mob {
  display: none;
}
/* line 198, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-top {
  overflow: hidden;
  padding: 35px 0 25px 30px;
  line-height: 2rem;
  font-size: 2rem;
  width: 100%;
  position: relative;
}
/* line 207, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-top .date {
  font-style: italic;
  font-weight: 700;
  font-size: 0.9rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid #000;
  line-height: 1.5rem;
  position: absolute;
  right: 60px;
  padding-left: 20px;
}
/* line 218, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-top .holder-top {
  width: 80%;
  float: left;
}
/* line 223, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-top .article-top-title {
  width: 80%;
  line-height: 3rem;
  font-family: georgia;
  font-weight: 400;
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  /* line 223, ../sass/_interna_novo.scss */
  .content-page .content .article-container .article-top .article-top-title {
    width: 60%;
  }
}
/* line 233, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-top .article-top-desc {
  width: 80%;
  font-size: 0.9rem;
  margin-top: 10px;
}
/* line 240, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-top .article-top-date {
  width: auto;
  font-style: italic;
  font-weight: 700;
  font-size: 0.9rem;
}
/* line 246, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-top .article-top-sub-desc {
  display: block;
  width: 80%;
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
}
/* line 251, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-top .article-top-sub-desc span {
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
}
/* line 254, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-top .article-top-sub-desc span.icon-tag:before {
  content: "";
  float: left;
  margin-right: 5px;
  background: url("../img/sprite.png");
  background-position: -147px -51px;
  width: 13px;
  height: 13px;
  display: block;
  margin-top: 8px;
}
/* line 269, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-top .article-top-sub-desc:before {
  margin-top: 6px;
  padding-right: 10px;
}
/* line 276, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content {
  padding: 0 20px 0 20px;
}
@media screen and (max-width: 1023px) {
  /* line 276, ../sass/_interna_novo.scss */
  .content-page .content .article-container .article-content {
    padding: 0;
  }
}
/* line 285, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-left-column-title {
  margin: 0;
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
  line-height: 30px;
  color: #000;
  padding-top: 10px;
}
/* line 293, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-left-column-title:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/sprite.png) no-repeat;
  background-position: -247px -45px;
  display: inline;
  float: left;
}
/* line 301, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content h4 {
  font-style: italic;
  font-weight: 700;
  font-size: 0.8rem;
  margin: 25px 0 5px 0;
}
/* line 306, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content p {
  font-weight: 400;
  font-size: 0.9rem;
}
/* line 312, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content #article-container-ficha-mob {
  display: none;
}
/* line 316, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna {
  position: relative;
  width: 100%;
  padding: 0px 0 50px 10px;
  margin: 0;
}
/* line 325, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-img {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1023px) {
  /* line 325, ../sass/_interna_novo.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-img {
    width: 90%;
    margin: 30px 0 0 5%;
    max-width: 600px;
  }
}
/* line 337, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-img img {
  width: 100%;
  max-width: 600px;
}
/* line 342, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-img:hover {
  opacity: 0.8;
}
/* line 347, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna #flash_content {
  background: #000;
}
@media screen and (max-width: 767px) {
  /* line 347, ../sass/_interna_novo.scss */
  .content-page .content .article-container .article-content .article-content-interna #flash_content {
    width: 100% !important;
  }
}
/* line 358, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-img-photo {
  opacity: 1;
  cursor: pointer;
}
/* line 369, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-img-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 54px;
  background: url(../img/sprite.png) no-repeat;
  background-position: -148px -100px;
}
/* line 376, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .legenda-img {
  padding-top: 10px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
}
/* line 381, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .video-player {
  width: 640px;
  height: 360px;
}
@media screen and (max-width: 640px) {
  /* line 381, ../sass/_interna_novo.scss */
  .content-page .content .article-container .article-content .article-content-interna .video-player {
    width: 100%;
    height: auto;
  }
}
/* line 391, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .audio-player {
  width: 320px;
  height: 32px;
  position: relative;
}
/* line 396, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social {
  width: 100%;
  overflow: hidden;
}
/* line 400, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-line {
  display: inline;
  float: left;
  width: 100%;
  height: 1px;
  background-color: #ffcb04;
  border: 0;
}
/* line 407, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-zoom {
  list-style: none;
}
/* line 412, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-zoom #article-zoomin, .content-page .content .article-container .article-content .article-content-interna .article-content-social .article-zoom #article-zoomout {
  cursor: pointer;
  display: inline;
  float: left;
  width: 40px;
  height: 52px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 52px;
}
/* line 418, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-zoom #article-zoomin a, .content-page .content .article-container .article-content .article-content-interna .article-content-social .article-zoom #article-zoomout a {
  text-decoration: none;
  color: #1e1f23;
}
/* line 424, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-zoom #article-zoomin:hover, .content-page .content .article-container .article-content .article-content-interna .article-content-social .article-zoom #article-zoomout:hover {
  color: #ffcb04;
}
/* line 429, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts {
  display: inline;
  float: right;
  list-style: none;
  display: inline-block;
}
/* line 435, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts li {
  display: inline;
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
/* line 443, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts a {
  text-decoration: none;
  color: #1e1f23;
  line-height: 21px;
  width: 21px;
  text-indent: -9000px;
}
/* line 451, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts li a:before {
  content: "";
  background-image: url(../img/sprite.png);
  float: left;
  width: 40px;
  height: 20px;
  padding-right: 8px;
  margin-top: 16px;
}
/* line 461, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts li#article-social-bt-print a:before {
  background-position: -586px -74px;
}
/* line 465, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts li#article-social-bt-print:hover a:before {
  background-position: -89px -527px;
}
/* line 469, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts li#article-social-bt-mail a:before {
  background-position: -287px -50px;
}
/* line 473, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts li#article-social-bt-mail:hover a:before {
  background-position: -136px -528px;
}
/* line 477, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts li#article-social-bt-tw a:before {
  background-position: 10px 0px;
}
/* line 481, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts li#article-social-bt-tw:hover a:before {
  background-position: 10px -526px;
}
/* line 485, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts li#article-social-bt-fb a:before {
  background-position: -35px 0px;
}
/* line 489, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts li#article-social-bt-fb:hover a:before {
  background-position: -35px -526px;
}
/* line 493, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts #article-social-txt {
  width: 116px;
  line-height: 55px;
  background: transparent;
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
}
/* line 499, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts #article-social-txt a:before {
  content: "";
  background: transparent;
  width: 0px;
  height: 0px;
}
/* line 510, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-content-social #nav-social-interna {
  display: none;
}
/* line 516, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-tags:before {
  content: "";
  display: inline;
  float: left;
  width: 25px;
  height: 15px;
  background: url(../img/sprite.png) no-repeat;
  background-position: -138px -50px;
}
/* line 524, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-tags {
  margin: 30px 0 30px 30px;
}
/* line 527, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-tags li {
  display: inline;
  float: left;
  margin-right: 10px;
}
/* line 530, ../sass/_interna_novo.scss */
.content-page .content .article-container .article-content .article-content-interna .article-tags li a {
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
  color: #1e1f23;
  text-decoration: underline;
}

@-webkit-keyframes hoverItem {
  /* line 547, ../sass/_interna_novo.scss */
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}

@-moz-keyframes hoverItem {
  /* line 547, ../sass/_interna_novo.scss */
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}

@-o-keyframes hoverItem {
  /* line 547, ../sass/_interna_novo.scss */
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}

@keyframes hoverItem {
  /* line 547, ../sass/_interna_novo.scss */
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}

/* line 1, ../sass/_interna_ultimas.scss */
.article-full-desc {
  width: 92%;
  margin: 30px 0 30px 0;
  color: #696b7a;
  display: inline;
  float: left;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
/* line 11, ../sass/_interna_ultimas.scss */
.article-full-desc iframe {
  margin: 0 10px;
}
/* line 16, ../sass/_interna_ultimas.scss */
.article-full-desc a {
  text-decoration: underline;
}
/* line 20, ../sass/_interna_ultimas.scss */
.article-full-desc strong {
  font-weight: 700;
}
/* line 23, ../sass/_interna_ultimas.scss */
.article-full-desc strong em {
  font-style: italic;
}
/* line 28, ../sass/_interna_ultimas.scss */
.article-full-desc em {
  font-style: italic;
}
/* line 30, ../sass/_interna_ultimas.scss */
.article-full-desc em strong {
  font-weight: 700;
}
/* line 36, ../sass/_interna_ultimas.scss */
.article-full-desc ul li {
  margin-left: 30px;
  list-style-type: disc;
}
/* line 43, ../sass/_interna_ultimas.scss */
.article-full-desc ol li {
  margin-left: 30px;
  list-style-type: decimal;
}
/* line 49, ../sass/_interna_ultimas.scss */
.article-full-desc del {
  text-decoration: line-through;
}

/* line 56, ../sass/_interna_ultimas.scss */
.ultimas-right-collum-item {
  height: 140px;
  background-color: white;
}
/* line 60, ../sass/_interna_ultimas.scss */
.ultimas-right-collum-item:hover p {
  color: #696b7a !important;
}
/* line 64, ../sass/_interna_ultimas.scss */
.ultimas-right-collum-item .default-bt-title {
  cursor: pointer;
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
  padding: 60px 0 0 25px;
  color: #1e1f23;
}
/* line 71, ../sass/_interna_ultimas.scss */
.ultimas-right-collum-item .default-bt-text {
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  padding: 10px 0 0 25px;
  width: 260px;
}
/* line 77, ../sass/_interna_ultimas.scss */
.ultimas-right-collum-item .default-bt-line {
  background-color: #1e1f23;
}

/* line 82, ../sass/_interna_ultimas.scss */
.right-collum-item-title {
  background-color: #383842;
}
/* line 85, ../sass/_interna_ultimas.scss */
.right-collum-item-title .default-bt-text {
  color: #ffcb04;
}
/* line 89, ../sass/_interna_ultimas.scss */
.right-collum-item-title .default-bt-line {
  background-color: #ffcb04;
}

/* line 94, ../sass/_interna_ultimas.scss */
.article-video {
  width: 100%;
  background-color: #1e1f23;
}

/* line 99, ../sass/_interna_ultimas.scss */
#interna-carousel {
  display: block;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 170px;
}
/* line 106, ../sass/_interna_ultimas.scss */
#interna-carousel .default-carousel-content {
  height: 173px;
}
/* line 110, ../sass/_interna_ultimas.scss */
#interna-carousel .default-carousel-content ul {
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 117, ../sass/_interna_ultimas.scss */
#interna-carousel .default-carousel-content ul li {
  width: 116px;
  height: 173px;
  display: inline-block;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
}
/* line 124, ../sass/_interna_ultimas.scss */
#interna-carousel .default-carousel-content ul li .img-gallery-internal {
  width: auto;
  height: 250px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 129, ../sass/_interna_ultimas.scss */
#interna-carousel .default-carousel-content ul li .img-gallery-internal:hover {
  opacity: 0.9;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: auto;
  height: 280px;
}
/* line 135, ../sass/_interna_ultimas.scss */
#interna-carousel .default-carousel-content ul li .img-gallery-internal.thumb-video, #interna-carousel .default-carousel-content ul li .img-gallery-internal.thumb-audio {
  width: 116px;
  height: 173px;
}
/* line 142, ../sass/_interna_ultimas.scss */
#interna-carousel .default-carousel-content ul li:hover {
  opacity: 0.75;
}
/* line 151, ../sass/_interna_ultimas.scss */
#interna-carousel .bt-prev-interna, #interna-carousel .bt-next-interna {
  width: 40px;
  height: 173px;
  background: url("../img/sprite.png");
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
/* line 163, ../sass/_interna_ultimas.scss */
#interna-carousel .bt-prev-interna {
  background-position: -347px -309px;
  left: 0;
  opacity: 0;
}
/* line 169, ../sass/_interna_ultimas.scss */
#interna-carousel .bt-next-interna {
  background-position: -408px -309px;
  right: 0;
}

/* line 176, ../sass/_interna_ultimas.scss */
#nav-social-interna, #article-container-ficha-mob {
  display: none;
}

/* line 1, ../sass/_interna_todos.scss */
.content-page-todos {
  min-width: 724px;
  max-width: 1024px;
  padding: 0;
}
/* line 7, ../sass/_interna_todos.scss */
.content-page-todos #interna-todos #todos-header {
  min-width: 768px;
  background-color: #ffcb04;
}
/* line 11, ../sass/_interna_todos.scss */
.content-page-todos #interna-todos #todos-header .todos-title {
  display: inline;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 15, ../sass/_interna_todos.scss */
.content-page-todos #interna-todos #todos-header .todos-title h1, .content-page-todos #interna-todos #todos-header .todos-title h4 {
  margin: 20px 0 0 25px;
  font-style: italic;
  font-weight: 700;
  font-size: 1.2rem;
}
/* line 20, ../sass/_interna_todos.scss */
.content-page-todos #interna-todos #todos-header .todos-title h4 {
  font-size: 0.8rem;
}
/* line 24, ../sass/_interna_todos.scss */
.content-page-todos #interna-todos #todos-header .todos-title .todos-title-line {
  width: 45px;
  height: 1px;
  background-color: #1e1f23;
  margin: 20px 0 0 25px;
}
/* line 31, ../sass/_interna_todos.scss */
.content-page-todos #interna-todos #todos-header .todos-header-banner {
  display: block;
  display: inline;
  float: right;
  height: 250px;
}
/* line 37, ../sass/_interna_todos.scss */
.content-page-todos #interna-todos #todos-header .todos-header-banner-mob, .content-page-todos #interna-todos #todos-header .todos-header-tags-mob {
  display: none;
}

/* line 1, ../sass/_busca.scss */
.content-page-resultados {
  max-width: 1024px;
  padding: 0;
}
/* line 5, ../sass/_busca.scss */
.content-page-resultados .loading {
  font-weight: 400;
  font-size: 0.8rem;
  padding: 30px;
}
/* line 8, ../sass/_busca.scss */
.content-page-resultados .loading img {
  width: 20px;
  height: 20px;
}
/* line 15, ../sass/_busca.scss */
.content-page-resultados #resultados-de-busca {
  position: relative;
}
/* line 18, ../sass/_busca.scss */
.content-page-resultados #resultados-de-busca .resultados-de-busca {
  margin-top: 30px;
  color: #1e1f23;
}
/* line 22, ../sass/_busca.scss */
.content-page-resultados #resultados-de-busca .resultados-de-busca .resultados-container {
  margin-left: 30px;
}
/* line 26, ../sass/_busca.scss */
.content-page-resultados #resultados-de-busca .resultados-de-busca .resultados-container .result-title {
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
}
/* line 31, ../sass/_busca.scss */
.content-page-resultados #resultados-de-busca .resultados-de-busca .resultados-container .result-text {
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1rem;
  margin-top: 5px;
}
/* line 39, ../sass/_busca.scss */
.content-page-resultados #resultados-de-busca .resultados-de-busca .resultados-container .result-line {
  border: 0;
  border-bottom: 1px solid #1e1f23;
  width: 100px;
  margin: 20px 0 10px 0;
}
/* line 48, ../sass/_busca.scss */
.content-page-resultados #resultados-de-busca .resultados-de-busca #results-pagination {
  width: 100%;
  height: 72px;
  margin: 0 auto 0 auto;
  margin-bottom: 30px;
  max-width: 1920px;
}
/* line 55, ../sass/_busca.scss */
.content-page-resultados #resultados-de-busca .resultados-de-busca #results-pagination .results-pagination-line {
  background-color: #ffcb04;
  width: 97%;
  height: 1px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline;
  float: left;
  margin-right: 2%;
}
/* line 63, ../sass/_busca.scss */
.content-page-resultados #resultados-de-busca .resultados-de-busca #results-pagination .results-pagination-pages {
  width: 100px;
  display: inline;
  float: right;
  padding-right: 1.5%;
  margin-top: 50px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
}
/* line 71, ../sass/_busca.scss */
.content-page-resultados #resultados-de-busca .resultados-de-busca #results-pagination .pagination-arrow-right {
  margin-left: -48px;
}
/* line 78, ../sass/_busca.scss */
.content-page-resultados #resultados-de-busca .resultados-de-busca #results-pagination .pagination-arrow-left {
  margin-left: -77px;
  opacity: 0.5;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 90, ../sass/_busca.scss */
.pagination-arrows, .content-page-resultados #resultados-de-busca .resultados-de-busca #results-pagination .pagination-arrow-right, .content-page-resultados #resultados-de-busca .resultados-de-busca #results-pagination .pagination-arrow-left {
  width: 22px;
  height: 22px;
  display: inline;
  float: right;
  background: url("../img/sprite.png") no-repeat;
  background-position: -148px -300px;
  position: absolute;
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  /* line 101, ../sass/_busca.scss */
  .gsc-control-cse {
    margin-top: 70px;
  }
}

/* line 107, ../sass/_busca.scss */
.searchresults img {
  margin: 20px auto;
}

/* line 111, ../sass/_busca.scss */
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *, .gs-webResult.gs-result a.gs-title, .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
  color: black;
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
  text-decoration: none;
  font-size: 2rem !important;
  line-height: 2rem;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 767px) {
  /* line 111, ../sass/_busca.scss */
  .gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *, .gs-webResult.gs-result a.gs-title, .gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    font-size: 1.8rem !important;
    line-height: 1.8rem;
  }
}

/* line 128, ../sass/_busca.scss */
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
  border: none !important;
  background-color: transparent !important;
}

/* line 133, ../sass/_busca.scss */
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title {
  height: auto;
}

/* line 137, ../sass/_busca.scss */
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
  font-size: 0.9rem !important;
  line-height: 1rem;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  margin-left: 13px;
}

/* line 146, ../sass/_busca.scss */
.gs-webResult div.gs-visibleUrl-long {
  display: none !important;
}

/* line 150, ../sass/_busca.scss */
.gsc-above-wrapper-area, .gcsc-branding, .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  font-family: 'Open Sans', sans-serif;
  border: none !important;
}

/* line 155, ../sass/_busca.scss */
.gsc-above-wrapper-area {
  position: absolute !important;
  top: 100px;
  left: 22px;
}
@media only screen and (max-width: 767px) {
  /* line 155, ../sass/_busca.scss */
  .gsc-above-wrapper-area {
    display: none;
  }
}

/* line 165, ../sass/_busca.scss */
.gsc-result-info {
  font-size: 0.8rem !important;
  color: black !important;
}

/* line 170, ../sass/_busca.scss */
.gsc-orderby {
  display: none;
}

/* line 174, ../sass/_busca.scss */
.gsc-results .gsc-cursor-box .gsc-cursor-current-page, .gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover, .gsc-results .gsc-cursor-box .gsc-cursor-page, .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  border: none;
  text-decoration: none;
  font-style: italic;
}

/* line 180, ../sass/_busca.scss */
.gsc-results .gsc-cursor-box {
  margin-top: 30px !important;
}

.gsc-adBlock {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* line 1, ../sass/_cadastre_se.scss */
.content-page-cadastro {
  min-width: 1024px;
  max-width: 1024px;
  padding: 0;
}
/* line 9, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se #cadastre-se-header {
  height: 250px;
  min-width: 1024px;
  background-color: #ffcb04;
}
/* line 14, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se #cadastre-se-header .cadastre-se-title {
  display: inline;
  float: left;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 18, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se #cadastre-se-header .cadastre-se-title .cadastre-se-title-dsk {
  margin: 20px 0 0 25px;
  font-style: italic;
  font-weight: 700;
  font-size: 1.2rem;
}
/* line 25, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se #cadastre-se-header .cadastre-se-title .cadastre-se-title-mob h1 {
  display: none;
}
/* line 31, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se #cadastre-se-header .cadastre-se-title .cadastre-se-title-line {
  width: 45px;
  height: 1px;
  background-color: #1e1f23;
  margin: 20px 0 0 25px;
}
/* line 38, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se #cadastre-se-header .cadastre-se-header-banner {
  display: inline;
  float: right;
  height: 250px;
}
/* line 44, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se .register {
  width: 100%;
  height: 400px;
}
/* line 49, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se .register .register-form-container {
  width: 60%;
  height: 100%;
  display: inline;
  float: left;
  margin-left: 20px;
}
/* line 55, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se .register .register-form-container .register-form {
  width: 100%;
}
/* line 62, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se .register .register-form-container .register-form #register-send-bt {
  width: 90px;
  height: 40px;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 auto 0 auto;
  display: inline;
  float: right;
  margin-top: -35px;
  background-color: #ffcb04;
  line-height: 40px;
  cursor: pointer;
  border: none;
}
/* line 76, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se .register .register-info {
  position: relative;
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
  color: #383842;
  margin-top: 35px;
}
/* line 83, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se .register #more-register-info {
  display: inline;
  float: right;
  width: 290px;
  height: 100%;
  margin-top: 35px;
  padding-right: 50px;
}
/* line 90, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se .register #more-register-info .more-infos-container {
  width: 100%;
}
/* line 94, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se .register #more-register-info .more-infos-container p:before {
  content: "";
  background: url("../img/register_sprite.png") no-repeat;
  width: 62px;
  height: 70px;
  display: inline;
  float: left;
  background-position: -14px 0px;
  padding-right: 20px;
}
/* line 103, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se .register #more-register-info .more-infos-container #info-block-two:before {
  content: "";
  background: url("../img/register_sprite.png") no-repeat;
  width: 55px;
  height: 67px;
  background-position: -14px -73px;
  padding-right: 20px;
}
/* line 111, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se .register #more-register-info .more-infos-container #info-block-three:before {
  content: "";
  background: url("../img/register_sprite.png") no-repeat;
  width: 55px;
  height: 67px;
  background-position: -20px -150px;
  padding-right: 20px;
}
/* line 119, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se .register #more-register-info .more-infos-container .more-info-title {
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 30px;
  color: #1e1f23;
}
/* line 126, ../sass/_cadastre_se.scss */
.content-page-cadastro #cadastre-se .register #more-register-info .more-infos-container p {
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 0.9rem;
  color: #383842;
  margin-bottom: 40px;
}

/* line 138, ../sass/_cadastre_se.scss */
.borders, .content-page-cadastro #cadastre-se .register .register-form-container .register-form #name, .content-page-cadastro #cadastre-se .register .register-form-container .register-form #mail, .content-page-cadastro #cadastre-se .register .register-form-container .register-form #cpf, .content-page-cadastro #cadastre-se .register .register-form-container .register-form #phone {
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #1e1f23;
  width: 100%;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 50px;
}

/* line 4, ../sass/_home.scss */
.home .ad-title-home {
  font-size: 0.7rem;
  margin-top: 5px;
  position: relative;
  line-height: 0.9rem;
  width: 50px;
  opacity: 0;
}
/* line 12, ../sass/_home.scss */
.home .default-bt {
  width: 150px;
  height: 250px;
}
/* line 16, ../sass/_home.scss */
.home .default-bt .default-bt-text {
  padding: 0 0 0 15px;
}
/* line 20, ../sass/_home.scss */
.home .default-bt .default-bt-desc {
  padding-left: 15px;
}
/* line 24, ../sass/_home.scss */
.home .default-bt .default-bt-line {
  margin-left: 15px;
}
/* line 29, ../sass/_home.scss */
.home .banners {
  height: 170px;
  background: #e2e2e2;
  position: relative;
}
@media screen and (min-width: 1023px) {
  /* line 36, ../sass/_home.scss */
  .home .banners .small {
    width: 1000px;
  }
}
/* line 42, ../sass/_home.scss */
.home .banners .small img:first-child {
  margin-left: 0;
}
/* line 47, ../sass/_home.scss */
.home .banners .small img {
  width: 234px;
  height: 60px;
  margin-left: 21px;
}
/* line 55, ../sass/_home.scss */
.home #home-banner-sup {
  height: 170px;
}
/* line 58, ../sass/_home.scss */
.home #home-banner-sup .container-center{
  width: 1100px;
  height: 91px;
  position: relative;
  left: 50%;
  top: 20%;
  margin-left:-550px;
}
.home #home-banner-sup .holder-banners {
  overflow: hidden;
  position: absolute;
  display: block;
  right:0%;
  top: 0;
/*  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);*/
  width: 728px;
  height:90px;
}

.home #home-banner-sup a.btn-banner{
  position: absolute;
  display: block;
  left: 0%;
  top: 0;
  width: 315px;
  height: 90px;
  float: left;
  background:url("/wp-content/uploads/2017/08/botao.jpg");
  background-repeat: no-repeat;
  cursor: pointer;
}


/* line 66, ../sass/_home.scss */
.home #home-banner-sup .banner-anuario-desktop {
  width: 234px;
  display: block;
  float: left;
  margin-right: 20px;
}
/* line 72, ../sass/_home.scss */
.home #home-banner-sup .banner-anuario-desktop a img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  /* line 55, ../sass/_home.scss */

.home #home-banner-sup .container-center{
    width: 100%;
    height: 130px;
    position: relative;
    left: 0%;
    top: 10%;
    margin-left: 0;
}
.home #home-banner-sup a.btn-banner{
    position: relative;
    display: block;
    left:inherit;
    top: 0;
    margin: 0 auto;
    width: 234px!important;
    height: 60px;
    float: none;
    background: url(/wp-content/uploads/2017/08/botao.jpg)center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.home #home-banner-sup .holder-banners{
    overflow: hidden;
    position: relative;
    display: block;
    float: none;
    right: inherit;
    top: 0;
    margin: 10px auto 0;
    width: 234px!important;
    height: 60px;
}

  .home #home-banner-sup {
    height: 200px;
  }
  /* line 81, ../sass/_home.scss */
  .home #home-banner-sup .holder-banners {
    width: 728px;
  }
  /* line 85, ../sass/_home.scss */
  .home #home-banner-sup .banner-anuario-desktop {
    float: none;
    margin: 0 auto 5px auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 93, ../sass/_home.scss */
  .home #home-banner-sup .holder-banners {
    width: 234px;
  }
}
/* line 100, ../sass/_home.scss */
.home #home-banner-sup .superbanner-mobile {
  display: none !important;
}
/* line 104, ../sass/_home.scss */
.home #home-banner-sup .superbanner-desktop {
  display: block !important;
}
@media screen and (max-width: 767px) {
  /* line 109, ../sass/_home.scss */
  .home #home-banner-sup .superbanner-mobile {
    display: block !important;
  }
  /* line 113, ../sass/_home.scss */
  .home #home-banner-sup .superbanner-desktop {
    display: none !important;
  }
}
/* line 120, ../sass/_home.scss */
.home #banners-bottom-mob {
  display: none;
}

/* line 1, ../sass/_footer.scss */
.footer {
  width: 100%;
  height: 260px;
  background-color: #e2e2e2;
  color: #1e1f23;
  min-width: 1024px;
}
/* line 7, ../sass/_footer.scss */
.footer .footer-container-mob {
  display: none;
}
/* line 8, ../sass/_footer.scss */
.footer .footer-container {
  margin: 0 auto 0 auto;
  width: 1040px;
  height: 260px;
}
/* line 14, ../sass/_footer.scss */
.footer .footer-container .footer-container-left {
  width: 255px;
  height: 183px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline;
  float: left;
}
/* line 19, ../sass/_footer.scss */
.footer .footer-container .footer-container-left #footer-logo {
  width: 208px;
  height: 61px;
  display: inline;
  float: left;
}
/* line 23, ../sass/_footer.scss */
.footer .footer-container .footer-container-left #footer-logo a {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 206px;
  height: 61px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../img/logo.png?1405370703');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 205px, 61px;
  -moz-background-size: 205px, 61px;
  -o-background-size: 205px, 61px;
  background-size: 205px, 61px;
}
/* line 32, ../sass/_footer.scss */
.footer .footer-container .footer-container-left .copyright-container {
  position: absolute;
  bottom: 0;
}
/* line 36, ../sass/_footer.scss */
.footer .footer-container .footer-container-left .copyright-container .site-oficial {
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 0.6rem;
}
/* line 39, ../sass/_footer.scss */
.footer .footer-container .footer-container-left .copyright-container .site-oficial strong {
  font-weight: 700;
  font-size: 0.6rem;
}
/* line 44, ../sass/_footer.scss */
.footer .footer-container .footer-container-left .copyright-container #copyright {
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.12rem;
}
/* line 49, ../sass/_footer.scss */
.footer .footer-container .footer-container-left .copyright-container #footer-nav-terms {
  max-width: 211px;
}
/* line 52, ../sass/_footer.scss */
.footer .footer-container .footer-container-left .copyright-container #footer-nav-terms #footer-nav-terms-links {
  display: inline;
  float: left;
  font-style: italic;
  font-weight: 400;
  font-size: 0.6rem;
}
/* line 56, ../sass/_footer.scss */
.footer .footer-container .footer-container-left .copyright-container #footer-nav-terms #footer-nav-terms-links li {
  display: inline;
  float: left;
  width: auto;
  display: block;
  padding-top: 6px;
  cursor: pointer;
}
/* line 65, ../sass/_footer.scss */
.footer .footer-container .footer-container-left .copyright-container #footer-nav-terms #footer-nav-terms-links li.terms:before {
  content: none;
}
/* line 69, ../sass/_footer.scss */
.footer .footer-container .footer-container-left .copyright-container #footer-nav-terms #footer-nav-terms-links li:first-child:before {
  content: none;
}
/* line 77, ../sass/_footer.scss */
.footer .footer-container #footer-nav-menu {
  width: 250px;
  height: 183px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline;
  float: left;
  margin-left: 4%;
}
/* line 83, ../sass/_footer.scss */
.footer .footer-container #footer-nav-menu #footer-menu-left, .footer .footer-container #footer-nav-menu #footer-menu-right {
  width: 125px;
  height: 183px;
  font-weight: 400;
  font-size: 0.8rem;
  float: left;
}
/* line 88, ../sass/_footer.scss */
.footer .footer-container #footer-nav-menu #footer-menu-left li, .footer .footer-container #footer-nav-menu #footer-menu-right li {
  cursor: pointer;
  display: inline;
  float: left;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
/* line 99, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container {
  width: 490px;
  height: 183px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline;
  float: left;
}
/* line 105, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container #footer-contact-left {
  width: 260px;
  height: 183px;
  display: inline;
  float: left;
}
/* line 109, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container #footer-contact-left #default-bt-footer-contact {
  width: 135px;
  height: 43px;
  background: transparent;
}
/* line 113, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container #footer-contact-left #default-bt-footer-contact .default-bt-text {
  padding: 0;
  color: #1e1f23;
  font-size: 0.9rem;
}
/* line 119, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container #footer-contact-left #default-bt-footer-contact .default-bt-desc {
  padding-left: 0;
}
/* line 123, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container #footer-contact-left #default-bt-footer-contact .default-bt-line {
  margin-left: 0;
}
/* line 129, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container #footer-contact-left #footer-address #footer-phone {
  line-height: 3rem;
  margin-left: -80px;
  width: 135;
  height: 48px;
  font-family: georgia;
  font-weight: 400;
  font-size: 2rem;
}
/* line 135, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container #footer-contact-left #footer-address #footer-phone a {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 193px;
  height: 22px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../img/phone.png?1405370703');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 193px, 22px;
  -moz-background-size: 193px, 22px;
  -o-background-size: 193px, 22px;
  background-size: 193px, 22px;
  cursor: pointer;
}
/* line 145, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container #footer-contact-left #footer-address .street-address {
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
}
/* line 149, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container #footer-contact-left #footer-address .footer-maps {
  cursor: pointer;
  line-height: 44px;
  width: 135;
  height: 28px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
}
/* line 156, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container #footer-contact-left #footer-address #footer-mail {
  width: 135;
  height: 43px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
  cursor: pointer;
}
/* line 164, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container #footer-contact-right {
  height: 183px;
  display: inline;
  float: left;
  margin-left: 2%;
}
/* line 169, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container #footer-contact-right .footer-mail-contacts {
  color: #1e1f23;
  line-height: 1.6rem;
  font-style: italic;
  font-weight: 700;
  font-size: 0.9rem;
}
/* line 173, ../sass/_footer.scss */
.footer .footer-container .footer-contact-container #footer-contact-right .footer-mail-contacts a {
  cursor: pointer;
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
}

/* line 3, ../sass/_envio_material.scss */
#envio-content .default-header-banner-mob {
  display: none;
}
/* line 7, ../sass/_envio_material.scss */
#envio-content .right-column {
  display: block;
}
/* line 13, ../sass/_envio_material.scss */
#envio-content .right-column .right-column-banner {
  display: none;
}
/* line 17, ../sass/_envio_material.scss */
#envio-content .right-column .default-bt {
  display: none;
}
/* line 21, ../sass/_envio_material.scss */
#envio-content .right-column .toplist {
  display: none;
}
/* line 26, ../sass/_envio_material.scss */
#envio-content .default-container-carousel {
  display: none;
}
/* line 32, ../sass/_envio_material.scss */
#envio-content #envio-menu {
  width: 100%;
  height: 53px;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  background-color: #e2e2e2;
  color: #1e1f23;
}
/* line 38, ../sass/_envio_material.scss */
#envio-content #envio-menu #envio-menu-nav {
  width: 100%;
  height: 53px;
}
/* line 41, ../sass/_envio_material.scss */
#envio-content #envio-menu #envio-menu-nav #envio-menu-title {
  width: 200px;
  height: 53px;
  display: inline;
  float: left;
  display: block;
  line-height: 53px;
  text-decoration: underline;
  padding-left: 15px;
}
/* line 50, ../sass/_envio_material.scss */
#envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts {
  width: 300px;
  height: 53px;
  display: inline;
  float: right;
  background-color: #ecebeb;
}
/* line 54, ../sass/_envio_material.scss */
#envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts .envio-menu-nav-bt {
  display: inline;
  float: right;
  padding-right: 15px;
}
/* line 58, ../sass/_envio_material.scss */
#envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts .envio-menu-nav-bt a {
  text-decoration: underline;
  line-height: 53px;
}
/* line 63, ../sass/_envio_material.scss */
#envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts .envio-menu-nav-bt:before {
  content: "";
  background-image: url(../img/sprite.png);
  display: inline;
  float: left;
  width: 20px;
  height: 24px;
  padding-right: 8px;
  margin-top: 13px;
  background-position: -298px -249px;
}
/* line 74, ../sass/_envio_material.scss */
#envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts #envio-menu-bt-pecas:before {
  background-position: -247px -249px;
}
/* line 77, ../sass/_envio_material.scss */
#envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts #envio-menu-bt-title {
  display: none;
}
/* line 84, ../sass/_envio_material.scss */
#envio-content #envio-form {
  width: 100%;
  float: left;
  margin-left: -300px;
}
/* line 89, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset {
  max-width: 950px;
  padding-left: 315px;
}
/* line 93, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset input, #envio-content #envio-form #envio-fieldset h3 {
  width: 90%;
  height: 35px;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid #1e1f23;
  color: #1e1f23;
  background: transparent;
  margin-top: 40px;
}
/* line 102, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset input:focus, #envio-content #envio-form #envio-fieldset h3:focus {
  outline: 0;
}
/* line 30, ../sass/_utils.scss */
#envio-content #envio-form #envio-fieldset input.placeholder, #envio-content #envio-form #envio-fieldset h3.placeholder {
  color: #1e1f23;
  font-size: 1rem;
}
/* line 31, ../sass/_utils.scss */
#envio-content #envio-form #envio-fieldset input:-moz-placeholder, #envio-content #envio-form #envio-fieldset h3:-moz-placeholder {
  color: #1e1f23;
  font-size: 1rem;
}
/* line 32, ../sass/_utils.scss */
#envio-content #envio-form #envio-fieldset input::-moz-placeholder, #envio-content #envio-form #envio-fieldset h3::-moz-placeholder {
  color: #1e1f23;
  font-size: 1rem;
}
/* line 33, ../sass/_utils.scss */
#envio-content #envio-form #envio-fieldset input:-ms-input-placeholder, #envio-content #envio-form #envio-fieldset h3:-ms-input-placeholder {
  color: #1e1f23;
  font-size: 1rem;
}
/* line 34, ../sass/_utils.scss */
#envio-content #envio-form #envio-fieldset input::-webkit-input-placeholder, #envio-content #envio-form #envio-fieldset h3::-webkit-input-placeholder {
  color: #1e1f23;
  font-size: 1rem;
}
/* line 113, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset h3 {
  clear: both;
}
/* line 117, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset .envio-combo {
  width: 300px;
  height: 35px;
  max-width: 300px;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 40px;
  border: none;
  border-bottom: 1px solid #1e1f23;
  background: transparent;
  overflow: hidden;
  background: url(../img/arrow-yellow-drop.jpg) no-repeat right;
  background-color: #ecebeb;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 132, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset #envio-upload {
  width: 300px;
  height: 130px;
  display: inline;
  float: left;
  margin-top: 20px;
}
/* line 137, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset #envio-upload #envio-upload-preview {
  width: 122px;
  height: 88px;
  display: inline;
  float: left;
  border: 1px dashed #1e1f23;
}
/* line 143, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset #envio-upload #envio-upload-box-right {
  width: 122px;
  height: 40px;
  display: inline;
  float: left;
  margin-left: 30px;
}
/* line 151, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset #envio-upload #envio-upload-box-right #envio-upload-desc {
  font-style: italic;
  font-weight: 400;
  font-size: 0.6rem;
}
/* line 157, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset .envio-ficha-item {
  width: 90%;
}
/* line 160, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset .envio-ficha-item .envio-ficha-item-combo {
  display: inline;
  float: left;
}
/* line 163, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset .envio-ficha-item .envio-ficha-item-selected {
  display: inline;
  float: left;
  margin: 52px 0 0 15px;
}
/* line 167, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset .envio-ficha-item .envio-ficha-item-selected li {
  width: auto;
  height: 22px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
  display: inline;
  float: left;
  padding: 0 32px 0 10px;
  margin: 0 10px 10px 0;
  line-height: 22px;
  background: url(../img/x-yellow-bt.jpg) no-repeat;
  background-color: #ffcb04;
  background-size: 22px 22px;
  background-position: 100% 0%;
  cursor: pointer;
  border-bottom: 1px solid #1e1f23;
}
/* line 184, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset .envio-ficha-item-add {
  display: inline;
  float: right;
  font-style: italic;
  font-weight: 700;
  font-size: 0.75rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  clear: both;
  text-decoration: none;
  line-height: 30px;
  margin: 40px 35px 0 0;
}
/* line 195, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset div.envio-ficha-item-add a:before {
  content: "";
  background-image: url(../img/sprite.png);
  display: inline;
  float: left;
  width: 30px;
  height: 30px;
  padding-right: 8px;
  background-position: -196px -100px;
}
/* line 204, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset #envio-receber {
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
  display: inline;
  float: left;
  margin-top: 35px;
  color: #383842;
}
/* line 210, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset #envio-receber input {
  width: 15px;
  height: 15px;
}
/* line 215, ../sass/_envio_material.scss */
#envio-content #envio-form #envio-fieldset #envio-submit {
  width: 122px;
  height: 40px;
  font-weight: 700;
  font-size: 1rem;
  margin: 0 auto 0 auto;
  display: inline;
  float: left;
  clear: both;
  margin: 35px 0 35px 0;
  background-color: #ffcb04;
  line-height: 40px;
  cursor: pointer;
  border: none;
}

/* line 3, ../sass/_anuario.scss */
.content-page-anuario #anuario-content {
  min-width: 320px;
}
@media screen and (max-width: 1023px) {
  /* line 9, ../sass/_anuario.scss */
  .content-page-anuario #anuario-content #anuario-header .default-header .default-header-text .default-header-title {
    font-size: 1rem;
  }

    .content-page-anuario #anuario-content #cc40Anos-header .default-header .default-header-text .default-header-title {
    font-size: 1rem;
  }
}
/* line 15, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-header .default-header .default-header-banner-mob {
  display: none;
}
.content-page-anuario #anuario-content #cc40Anos-header .default-header .default-header-banner-mob {
  display: none;
}
/* line 21, ../sass/_anuario.scss */
.content-page-anuario #anuario-content .default-header-tags {
  width: 80%;
  margin-top: -50px;
  display: inline;
  float: right;
}
@media screen and (max-width: 1023px) {
  /* line 32, ../sass/_anuario.scss */
  .content-page-anuario #anuario-content .default-header-tags-mob {
    display: block;
    width: 90%;
    height: 41px;
    background-color: #ecebeb;
    max-width: 480px;
    margin: 0 auto 0 auto;
    margin-top: 20px;
  }
  /* line 40, ../sass/_anuario.scss */
  .content-page-anuario #anuario-content .default-header-tags-mob .default-header-tags-list-mob {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    overflow: hidden;
    background: url(../img/arrow-yellow-drop.jpg) no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-style: italic;
    font-weight: 400;
    font-size: 1.2rem;
    padding-left: 10px;
  }
}
/* line 53, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu {
  width: 768px;
  height: 50px;
  margin: 0 auto 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  /* line 53, ../sass/_anuario.scss */
  .content-page-anuario #anuario-content #anuario-menu {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
/* line 67, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts {
  width: 100%;
  height: 100%;
}
/* line 71, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .sod_select {
  padding: 5px 10px;
}
/* line 76, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder {
  display: inline;
  float: left;
  display: block;
  width: 25%;
  cursor: pointer;
  height: 30px;
  background-color: #f6f6f6;
  background-image: url(../img/arrow-yellow-drop.jpg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 95% 50%;
  z-index: 5;
  position: relative;
  border: none;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  /* line 76, ../sass/_anuario.scss */
  .content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  /* line 76, ../sass/_anuario.scss */
  .content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder {
    margin-right: 0px;
  }
}
/* line 101, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder ul {
  max-height: 160px;
  overflow: scroll;
}
/* line 126, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder.menu-filtro {
  background: none;
  background-color: #f6f6f6;
  z-index: 2;
  width: 15%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  /* line 126, ../sass/_anuario.scss */
  .content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder.menu-filtro {
    width: 50%;
  }
}
/* line 139, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder.menu-filtro:after {
  border-left: 30px solid #ecebeb;
}
/* line 145, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder.sod_select.focus {
  box-shadow: none;
}
/* line 150, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder .sod_list_wrapper {
  background-color: #f6f6f6;
  border: none;
  width: 100%;
  margin: 0;
}
/* line 157, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder .sod_label {
  padding: 5px 25px 0 40px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.7rem;
}
/* line 162, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder .sod_option {
  font-style: italic;
  font-weight: 400;
  font-size: 0.7rem;
}
/* line 165, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder .sod_option.selected:before {
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
  opacity: 0.3;
}
/* line 172, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder .sod_option.active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 177, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder.menu-premios {
  z-index: 4;
  width: 25%;
}
@media screen and (max-width: 767px) {
  /* line 177, ../sass/_anuario.scss */
  .content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder.menu-premios {
    width: 50%;
  }
}
/* line 187, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder.menu-premios .sod_label {
  padding-left: 40px;
}
/* line 195, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder.menu-premios .sod_list_wrapper {
  background-color: #f6f6f6;
}
/* line 200, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder.menu-categorias {
  z-index: 3;
  width: 25%;
}
/* line 207, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder.menu-categorias .sod_label {
  padding-left: 40px;
}
/* line 215, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder.menu-categorias .sod_list_wrapper {
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  /* line 200, ../sass/_anuario.scss */
  .content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-holder.menu-categorias {
    width: 50%;
  }
}
/* line 231, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-title-bt {
  font-style: italic;
  font-weight: 700;
  font-size: 0.7rem;
  background-color: #f6f6f6;
  height: 100%;
  position: relative;
  left: 50px;
  letter-spacing: 2px;
}
/* line 243, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-title-bt span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
/* line 254, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-bt {
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
  display: block;
  background-color: #b3b3b3;
  margin-top: 1px;
  padding: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  /* line 254, ../sass/_anuario.scss */
  .content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-bt {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1023px) {
  /* line 254, ../sass/_anuario.scss */
  .content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-bt {
    font-size: 0.8rem;
  }
}
/* line 265, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts .anuario-menu-bt:hover {
  -webkit-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ecebeb;
}
/* line 275, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts #anuario-menu-class {
  background-color: #cfcfcf;
}
/* line 278, ../sass/_anuario.scss */
.content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts #anuario-menu-class:after {
  background-color: #ecebeb;
  border-left: 30px solid #cfcfcf;
}
@media screen and (max-width: 1023px) {
  /* line 278, ../sass/_anuario.scss */
  .content-page-anuario #anuario-content #anuario-menu .anuario-menu-bts #anuario-menu-class:after {
    border: none;
    background: transparent;
  }
}

/* line 295, ../sass/_anuario.scss */
.content-page.juri select {
  width: 190px;
}
/* line 299, ../sass/_anuario.scss */
.content-page.juri .sod_select {
  padding: 5px 10px;
}
/* line 304, ../sass/_anuario.scss */
.content-page.juri .anuario-menu-holder {
  display: inline;
  float: left;
  display: block;
  width: 190px;
  cursor: pointer;
  height: 30px;
  background-color: #f6f6f6;
  background-image: url(../img/arrow-yellow-drop.jpg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 95% 50%;
  z-index: 5;
  position: relative;
  border: none;
}
/* line 320, ../sass/_anuario.scss */
.content-page.juri .anuario-menu-holder ul {
  max-height: 160px;
  overflow: scroll;
}
/* line 328, ../sass/_anuario.scss */
.content-page.juri .anuario-menu-holder.sod_select.focus {
  box-shadow: none;
}
/* line 333, ../sass/_anuario.scss */
.content-page.juri .anuario-menu-holder .sod_list_wrapper {
  background-color: #f6f6f6;
  border: none;
  width: 100%;
  margin: 0;
}
/* line 340, ../sass/_anuario.scss */
.content-page.juri .anuario-menu-holder .sod_label {
  padding: 5px 40px 0 7px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.7rem;
}
/* line 345, ../sass/_anuario.scss */
.content-page.juri .anuario-menu-holder .sod_option {
  font-style: italic;
  font-weight: 400;
  font-size: 0.7rem;
}
/* line 348, ../sass/_anuario.scss */
.content-page.juri .anuario-menu-holder .sod_option.selected:before {
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
  opacity: 0.3;
}
/* line 355, ../sass/_anuario.scss */
.content-page.juri .anuario-menu-holder .sod_option.active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1, ../sass/_default_list_thumbs.scss */
.default-gallery-container {
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 1990px) {
  /* line 1, ../sass/_default_list_thumbs.scss */
  .default-gallery-container {
    width: 1600px;
  }
}
@media screen and (max-width: 1660px) {
  /* line 1, ../sass/_default_list_thumbs.scss */
  .default-gallery-container {
    width: 1280px;
  }
}
@media screen and (max-width: 1330px) {
  /* line 1, ../sass/_default_list_thumbs.scss */
  .default-gallery-container {
    width: 960px;
  }
}
@media screen and (max-width: 1010px) {
  /* line 1, ../sass/_default_list_thumbs.scss */
  .default-gallery-container {
    width: 640px;
  }
}
/* line 10, ../sass/_default_list_thumbs.scss */
.default-gallery-container .desc-no-item {
  padding: 30px 0 30px 30px;
  color: #383842;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
/* line 19, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content {
  display: inline-block;
  margin: 20px 0 40px 0;
  max-width: 1920px;
}
/* line 24, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item {
  width: 300px;
  height: 320px;
  display: inline;
  float: left;
  margin: 0 10px 0 10px;
}
/* line 30, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .ccsp-star {
  left: 42%;
  z-index: 1;
}
@media screen and (max-width: 530px) {
  /* line 30, ../sass/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item .ccsp-star {
    top: 165px;
  }
}
@media screen and (max-width: 440px) {
  /* line 30, ../sass/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item .ccsp-star {
    top: 140px;
  }
}
@media screen and (max-width: 640px) {
  /* line 24, ../sass/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item {
    margin: 0;
  }
}
/* line 43, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .ad-title {
  font-size: 0.7rem;
  text-align: right;
  margin-top: 5px;
}
/* line 49, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .crop-img {
  cursor: pointer;
  width: 300px;
  height: 250px;
  overflow: hidden;
}
/* line 57, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .crop-img img.imgH {
  width: auto;
  height: 120%;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 62, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .crop-img img.imgW {
  width: 120%;
  height: auto;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 72, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item.ultima {
  position: relative;
}
/* line 75, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item.ultima img {
  top: 80% !important;
}
/* line 80, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item.ultima:nth-child(even) .call {
  background: #ecebeb;
}
/* line 87, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item.ultima:nth-child(odd) .call {
  background: #f6f6f6;
}
/* line 93, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item.ultima .call {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
/* line 102, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item.ultima .call .icon-type {
  display: none;
}
/* line 107, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item.ultima .call p.title {
  color: #565656;
  font-style: italic;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  padding: 25px 25px 0 25px;
}
@media screen and (max-width: 420px) {
  /* line 107, ../sass/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item.ultima .call p.title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  /* line 107, ../sass/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item.ultima .call p.title {
    padding: 15px !important;
    padding-bottom: 10px !important;
    padding-top: 20px !important;
    margin-left: 10px !important;
  }
}
/* line 126, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item.ultima .call p.olho {
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  margin: 5px 0 0 25px;
}
@media screen and (max-width: 420px) {
  /* line 126, ../sass/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item.ultima .call p.olho {
    font-size: 0.8rem;
  }
}
/* line 138, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-noimg {
  position: relative;
  background-color: #4a4b4f;
  width: 300px;
  height: 250px;
  margin-bottom: -2px;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
/* line 144, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-noimg p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 210px;
  font-style: italic;
  font-weight: 600;
  font-size: 1.6rem;
  color: #e7e7e9;
  z-index: 2;
}
/* line 153, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-noimg p.novo {
  width: 100%;
  text-align: center;
  top: 75%;
  margin: 0;
  left: 0;
  font-size: 0.85rem;
}
/* line 168, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-icon-noimg {
  width: 80px;
  height: 80px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* line 173, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-noimg.black {
  background-color: #1c1b20;
}
/* line 177, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-noimg.gray {
  background-color: #4a4b4f;
}
/* line 181, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-noimg.white {
  background-color: #d1d1d1;
}
/* line 183, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-noimg.white p {
  color: #555555;
}
/* line 188, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-txt {
  width: 270px;
  height: 72px;
  padding: 13px 0 0 15px;
}
/* line 193, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-txt .default-gallery-item-txt-title {
  font-style: italic;
  font-weight: 700;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* line 198, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-txt .default-gallery-item-txt-desc {
  font-style: italic;
  font-weight: 400;
  font-size: 0.75rem;
}
/* line 206, ../sass/_default_list_thumbs.scss */
.default-gallery-container .default-gallery-content .bg-light-gray {
  background-color: #f6f6f6;
}
/* line 211, ../sass/_default_list_thumbs.scss */
.default-gallery-container #default-gallery-loader {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  margin-bottom: 70px;
  max-width: 1920px;
}
/* line 217, ../sass/_default_list_thumbs.scss */
.default-gallery-container #default-gallery-loader .default-gallery-loader-line {
  background-color: #ffcb04;
  width: 96%;
  height: 1px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline;
  float: left;
  margin: 0 2% 0 2%;
}
/* line 225, ../sass/_default_list_thumbs.scss */
.default-gallery-container #default-gallery-loader .default-gallery-loader-symbol {
  width: 170px;
  height: auto;
  cursor: pointer;
  position: relative;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 233, ../sass/_default_list_thumbs.scss */
.default-gallery-container #default-gallery-loader .default-gallery-loader-symbol .list-load {
  opacity: 0;
  width: 28px;
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 242, ../sass/_default_list_thumbs.scss */
.default-gallery-container #default-gallery-loader .default-gallery-loader-symbol .symbol {
  width: 36px;
  height: 36px;
  margin: 0 auto 0 auto;
  background-image: url(../img/icon_arrow_down.png);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
/* line 250, ../sass/_default_list_thumbs.scss */
.default-gallery-container #default-gallery-loader .default-gallery-loader-symbol span {
  text-align: center;
  font-style: italic;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
  margin-bottom: 10px;
  display: block;
}
/* line 265, ../sass/_default_list_thumbs.scss */
.default-gallery-container #default-gallery-loader .default-gallery-loader-pages {
  width: 170px;
  background-color: #f6f6f6;
  padding: 10px 0;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
}

/* line 278, ../sass/_default_list_thumbs.scss */
.default-header-tags-mob {
  display: none;
}

/* line 282, ../sass/_default_list_thumbs.scss */
.default-header-tags {
  width: 100%;
  overflow: hidden;
  padding: 35px 0 35px 0;
  border-bottom: 1px solid #ecebeb;
  position: relative;
}
/* line 290, ../sass/_default_list_thumbs.scss */
.default-header-tags .default-header-tags-list {
  width: 75%;
  margin: 0 0 0 30px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  /* line 290, ../sass/_default_list_thumbs.scss */
  .default-header-tags .default-header-tags-list {
    width: 70%;
  }
}
/* line 301, ../sass/_default_list_thumbs.scss */
.default-header-tags .default-header-tags-list li {
  cursor: pointer;
  font-weight: 400;
  font-size: 0.7rem;
  height: 20px;
  padding: 0 0.5% 10px 0.5%;
  display: inline-block;
  margin-bottom: 10px;
}
/* line 309, ../sass/_default_list_thumbs.scss */
.default-header-tags .default-header-tags-list li a {
  padding: 9px 16px;
  background-color: #e2e2e2;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 324, ../sass/_default_list_thumbs.scss */
.default-header-tags .default-header-tags-list li.current {
  font-size: 0.7rem;
}
/* line 328, ../sass/_default_list_thumbs.scss */
.default-header-tags .default-header-tags-list li.current a {
  background-color: #ffcb04;
}
/* line 335, ../sass/_default_list_thumbs.scss */
.default-header-tags .holder-bts {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  min-height: 80px;
  height: 80%;
}
/* line 341, ../sass/_default_list_thumbs.scss */
.default-header-tags .holder-bts a {
  display: block;
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
/* line 346, ../sass/_default_list_thumbs.scss */
.default-header-tags .holder-bts a.bt-close-filter {
  background: url("../img/sprite.png");
  width: 30px;
  height: 30px;
  background-position: -298px -100px;
  text-indent: -9000px;
  margin: 0 0 10px auto;
}
/* line 356, ../sass/_default_list_thumbs.scss */
.default-header-tags .holder-bts a.bt-filter, .default-header-tags .holder-bts a.bt-edit-filter {
  line-height: 30px;
}
/* line 359, ../sass/_default_list_thumbs.scss */
.default-header-tags .holder-bts a.bt-filter:after, .default-header-tags .holder-bts a.bt-edit-filter:after {
  content: "";
  background: url("../img/sprite.png");
  width: 30px;
  height: 30px;
  float: right;
  background-position: -250px -100px;
  margin-left: 10px;
}
/* line 371, ../sass/_default_list_thumbs.scss */
.default-header-tags .holder-bts a.bt-filter {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  width: 97px;
  right: 0;
}
/* line 379, ../sass/_default_list_thumbs.scss */
.default-header-tags .holder-bts a.bt-edit-filter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 382, ../sass/_default_list_thumbs.scss */
.default-header-tags .holder-bts a.bt-edit-filter:after {
  background-position: -298px -100px;
}
/* line 389, ../sass/_default_list_thumbs.scss */
.default-header-tags .results {
  font-weight: 400;
  font-size: 0.8rem;
  margin: 20px 0 0 36px;
}
/* line 393, ../sass/_default_list_thumbs.scss */
.default-header-tags .results strong {
  font-weight: 700;
  font-size: 0.8rem;
}
/* line 398, ../sass/_default_list_thumbs.scss */
.default-header-tags #default-header-tags-title {
  font-style: italic;
  font-weight: 700;
  font-size: 0.8rem;
  display: inline;
  float: left;
  position: relative;
  top: 20px;
  padding-left: 20px;
  width: 50px;
}
/* line 407, ../sass/_default_list_thumbs.scss */
.default-header-tags .vermais {
  display: inline;
  float: right;
  font-style: italic;
  font-weight: 700;
  font-size: 0.9rem;
  margin: 0 30px 0 0;
  text-decoration: none;
  line-height: 30px;
  cursor: pointer;
  letter-spacing: 0.1rem;
}
/* line 418, ../sass/_default_list_thumbs.scss */
.default-header-tags div.vermais a:before {
  content: "";
  background-image: url(../img/sprite.png);
  background-position: -198px -100px;
  display: inline;
  float: right;
  width: 30px;
  height: 30px;
  margin-left: 8px;
}
/* line 429, ../sass/_default_list_thumbs.scss */
.default-header-tags div.vermais-expanded a:before {
  background-position: -258px -71px;
}
/* line 434, ../sass/_default_list_thumbs.scss */
.default-header-tags div.vermais-retract a:before {
  background-position: -171px -71px;
}

/* line 1, ../sass/_single_template.scss */
.single-template {
  margin-bottom: 30px !important;
}
/* line 6, ../sass/_single_template.scss */
.single-template .content .article-container {
  padding: 30px;
  color: #383842;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
@media only screen and (max-width: 767px) {
  /* line 6, ../sass/_single_template.scss */
  .single-template .content .article-container {
    padding-left: 10px;
  }
}
/* line 17, ../sass/_single_template.scss */
.single-template .content .article-container strong {
  font-weight: 700;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  /* line 22, ../sass/_single_template.scss */
  .single-template .content .article-container p {
    width: 85%;
  }
}
/* line 30, ../sass/_single_template.scss */
.single-template .content .article-container .tabs {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 34, ../sass/_single_template.scss */
.single-template .content .article-container .tabs li {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
/* line 44, ../sass/_single_template.scss */
.single-template .content .article-container .input-default {
  width: 100%;
  height: 35px;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #1e1f23;
  color: #1e1f23;
  background: transparent;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  padding-right: 15px;
}
/* line 57, ../sass/_single_template.scss */
.single-template .content .article-container .input-default:focus {
  outline: 0;
}
/* line 30, ../sass/_utils.scss */
.single-template .content .article-container .input-default.placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 31, ../sass/_utils.scss */
.single-template .content .article-container .input-default:-moz-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 32, ../sass/_utils.scss */
.single-template .content .article-container .input-default::-moz-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 33, ../sass/_utils.scss */
.single-template .content .article-container .input-default:-ms-input-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 34, ../sass/_utils.scss */
.single-template .content .article-container .input-default::-webkit-input-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 69, ../sass/_single_template.scss */
.single-template .content .article-container .input-default::-webkit-outer-spin-button,
.single-template .content .article-container .input-default::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 74, ../sass/_single_template.scss */
.single-template .content .article-container .alert-validate {
  margin-top: -40px;
}
/* line 78, ../sass/_single_template.scss */
.single-template .content .article-container em {
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  color: #383842;
}
/* line 84, ../sass/_single_template.scss */
.single-template .content .article-container strong em {
  font-weight: 700;
}
/* line 90, ../sass/_single_template.scss */
.single-template .content .article-container .select-default {
  background: #e2e2e2;
  border: 0;
  position: relative;
  margin-left: 15px;
}
/* line 96, ../sass/_single_template.scss */
.single-template .content .article-container .select-default:after {
  content: "";
  background: url("../img/sprite.png") no-repeat;
  background-position: -249px -300px;
  width: 40px;
  height: 41px;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 106, ../sass/_single_template.scss */
.single-template .content .article-container .select-default.sod_select.focus {
  box-shadow: none;
}
/* line 111, ../sass/_single_template.scss */
.single-template .content .article-container .select-default .sod_list_wrapper {
  background-color: #e2e2e2;
  border: none;
  left: 3px;
}
/* line 117, ../sass/_single_template.scss */
.single-template .content .article-container .select-default .sod_label {
  font-style: italic;
  font-weight: 400;
  font-size: 0.7rem;
}
/* line 121, ../sass/_single_template.scss */
.single-template .content .article-container .select-default .sod_option {
  font-style: italic;
  font-weight: 400;
  font-size: 0.7rem;
}
/* line 124, ../sass/_single_template.scss */
.single-template .content .article-container .select-default .sod_option.selected:before {
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
  opacity: 0.3;
}
/* line 131, ../sass/_single_template.scss */
.single-template .content .article-container .select-default .sod_option.active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 140, ../sass/_single_template.scss */
.single-template a.bt-gradient {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  background: url("../img/bg-tab-off.png");
  background-size: 100% 100%;
  font-style: italic;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  width: auto;
}
/* line 151, ../sass/_single_template.scss */
.single-template a.bt-gradient:hover, .single-template a.bt-gradient.on {
  background: url("../img/bg-tab-on.png");
  background-size: 100% 100%;
}
/* line 156, ../sass/_single_template.scss */
.single-template a.bt-gradient.right {
  float: right;
  margin-bottom: 30px;
}

/* line 1, ../sass/_sidebar_template.scss */
.is-collum {
  display: inline;
  float: left;
  margin-right: 20px;
}

/* line 6, ../sass/_sidebar_template.scss */
.grid-collums {
  padding: 0;
}
/* line 9, ../sass/_sidebar_template.scss */
.grid-collums .content {
  margin: 0;
}

/* line 14, ../sass/_sidebar_template.scss */
.sidebar-template {
  width: 300px;
}
/* line 17, ../sass/_sidebar_template.scss */
.sidebar-template.mtop {
  margin-top: 30px;
}

/* line 4, ../sass/_creditos.scss */
.single-template .content .article-container {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 4, ../sass/_creditos.scss */
  .single-template .content .article-container {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1023px) {
  /* line 4, ../sass/_creditos.scss */
  .single-template .content .article-container {
    width: 95% !important;
  }
}
/* line 14, ../sass/_creditos.scss */
.single-template .content .article-container .ficha-tecnica {
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  margin-top: 40px;
}
/* line 20, ../sass/_creditos.scss */
.single-template .content .article-container .ficha-tecnica .clube {
  width: 70%;
}
/* line 24, ../sass/_creditos.scss */
.single-template .content .article-container .ficha-tecnica .produzido {
  width: 30%;
  margin-top: 20px;
}
@media screen and (max-width: 857px) {
  /* line 24, ../sass/_creditos.scss */
  .single-template .content .article-container .ficha-tecnica .produzido {
    width: 100%;
    margin-top: 0;
  }
}
/* line 34, ../sass/_creditos.scss */
.single-template .content .article-container .ficha-tecnica h3 {
  font-style: italic;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  margin: 10px 0 15px 0;
}
/* line 41, ../sass/_creditos.scss */
.single-template .content .article-container .ficha-tecnica h3:before {
  content: "";
  background: url("../img/sprite.png") no-repeat;
  width: 31px;
  height: 32px;
  float: left;
  background-position: -112px -112px;
  background-size: 260px;
  margin-right: 10px;
  margin-top: -5px;
}
/* line 55, ../sass/_creditos.scss */
.single-template .content .article-container .ficha-tecnica h4 {
  font-style: italic;
  font-weight: 700;
  font-size: 0.9rem;
  margin-left: 49px;
}
/* line 60, ../sass/_creditos.scss */
.single-template .content .article-container .ficha-tecnica p {
  margin: 0 0 15px 49px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
}
/* line 65, ../sass/_creditos.scss */
.single-template .content .article-container .ficha-tecnica .gerenciamento {
  width: 240px;
}

/* line 6, ../sass/_festival.scss */
.single-template .content .article-container.festival {
  min-height: 500px;
}
@media screen and (max-width: 680px) {
  /* line 6, ../sass/_festival.scss */
  .single-template .content .article-container.festival {
    width: 80%;
  }
}
/* line 10, ../sass/_festival.scss */
.single-template .content .article-container.festival .menu-estudante {
  margin-top: 30px;
  padding-right: 30px;
}
/* line 14, ../sass/_festival.scss */
.single-template .content .article-container.festival .menu-estudante li {
  width: 100%;
  overflow: hidden;
  background: #e2e2e2;
  padding: 10px 15px;
  margin-bottom: 15px;
}
/* line 22, ../sass/_festival.scss */
.single-template .content .article-container.festival .menu-estudante li .bt-title {
  display: block;
  float: left;
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  /* line 22, ../sass/_festival.scss */
  .single-template .content .article-container.festival .menu-estudante li .bt-title {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 380px) {
  /* line 22, ../sass/_festival.scss */
  .single-template .content .article-container.festival .menu-estudante li .bt-title {
    font-size: 0.7rem;
    text-align: center;
    margin-bottom: 10px;
  }
}
/* line 35, ../sass/_festival.scss */
.single-template .content .article-container.festival .menu-estudante li .bts-menu {
  float: right;
}
@media screen and (max-width: 380px) {
  /* line 35, ../sass/_festival.scss */
  .single-template .content .article-container.festival .menu-estudante li .bts-menu {
    margin: 0 auto 0 auto;
    width: 200px;
  }
}
/* line 42, ../sass/_festival.scss */
.single-template .content .article-container.festival .menu-estudante li .bts-menu a {
  float: left;
  display: block;
  width: 25px;
  height: 20px;
  margin-right: 20px;
  cursor: pointer;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('../img/../img/sprite.png?1417114919');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  /* line 42, ../sass/_festival.scss */
  .single-template .content .article-container.festival .menu-estudante li .bts-menu a {
    margin-right: 10px;
  }
}
/* line 55, ../sass/_festival.scss */
.single-template .content .article-container.festival .menu-estudante li .bts-menu a.bt-email {
  background-position: -298px -52px;
  margin-top: 2px;
}
/* line 60, ../sass/_festival.scss */
.single-template .content .article-container.festival .menu-estudante li .bts-menu a.bt-print {
  background-position: -147px -74px;
}
/* line 64, ../sass/_festival.scss */
.single-template .content .article-container.festival .menu-estudante li .bts-menu a.bt-download {
  background: none;
  text-indent: 0;
  width: auto;
  font-weight: 700;
  font-size: 0.7rem;
}
/* line 70, ../sass/_festival.scss */
.single-template .content .article-container.festival .menu-estudante li .bts-menu a.bt-download:before {
  content: "|";
  float: left;
  margin-right: 20px;
}
/* line 76, ../sass/_festival.scss */
.single-template .content .article-container.festival .menu-estudante li .bts-menu a.bt-download:after {
  content: "";
  width: 25px;
  height: 20px;
  background-image: url("../img/sprite.png");
  background-position: -197px -74px;
  float: right;
  margin-left: 10px;
}
/* line 86, ../sass/_festival.scss */
.single-template .content .article-container.festival .menu-estudante li .bts-menu a.bt-download.no-before {
  text-align: right;
}
/* line 90, ../sass/_festival.scss */
.single-template .content .article-container.festival .menu-estudante li .bts-menu a.bt-download.no-before:before {
  content: "";
}
/* line 104, ../sass/_festival.scss */
.single-template .content .article-container.festival #default-infinite-scroll {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  margin: 30px 0 70px 0;
  max-width: 1920px;
}
/* line 111, ../sass/_festival.scss */
.single-template .content .article-container.festival #default-infinite-scroll .default-gallery-loader-symbol {
  width: 170px;
  height: auto;
  cursor: pointer;
  position: relative;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 119, ../sass/_festival.scss */
.single-template .content .article-container.festival #default-infinite-scroll .default-gallery-loader-symbol .list-load {
  opacity: 0;
  width: 28px;
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 128, ../sass/_festival.scss */
.single-template .content .article-container.festival #default-infinite-scroll .default-gallery-loader-symbol .symbol {
  width: 36px;
  height: 36px;
  margin: 0 auto 0 auto;
  background-image: url(../img/icon_arrow_down.png);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
/* line 136, ../sass/_festival.scss */
.single-template .content .article-container.festival #default-infinite-scroll .default-gallery-loader-symbol span {
  text-align: center;
  font-style: italic;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
  margin-bottom: 10px;
  display: block;
}
/* line 152, ../sass/_festival.scss */
.single-template .content .article-container.festival #default-infinite-scroll .default-gallery-loader-pages {
  width: 170px;
  background-color: #f6f6f6;
  padding: 10px 0;
  text-align: center;
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
}
/* line 160, ../sass/_festival.scss */
.single-template .content .article-container.festival #default-infinite-scroll .default-gallery-loader-pages em {
  font-style: italic;
  font-weight: 700;
  font-size: 0.8rem;
}
/* line 167, ../sass/_festival.scss */
.single-template .content #festival-menu {
  width: 768px;
  height: 50px;
  margin: 0 auto 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  /* line 167, ../sass/_festival.scss */
  .single-template .content #festival-menu {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
/* line 182, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts {
  width: 100%;
  height: 100%;
}
/* line 186, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .sod_select {
  padding: 5px 10px;
}
/* line 192, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder {
  display: inline;
  float: left;
  display: block;
  width: 25%;
  cursor: pointer;
  height: 30px;
  background-color: #f6f6f6;
  background-image: url(../img/arrow-yellow-drop.jpg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 95% 50%;
  z-index: 5;
  position: relative;
  border: none;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  /* line 192, ../sass/_festival.scss */
  .single-template .content #festival-menu .festival-menu-bts .festival-menu-holder {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  /* line 192, ../sass/_festival.scss */
  .single-template .content #festival-menu .festival-menu-bts .festival-menu-holder {
    margin-right: 0px;
  }
}
/* line 217, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder ul {
  max-height: 160px;
  overflow: scroll;
}
/* line 242, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder.menu-filtro {
  background: none;
  background-color: #f6f6f6;
  z-index: 2;
  max-width: 15%;
  cursor: pointer;
  width: auto;
}
@media screen and (max-width: 767px) {
  /* line 242, ../sass/_festival.scss */
  .single-template .content #festival-menu .festival-menu-bts .festival-menu-holder.menu-filtro {
    width: 50%;
  }
}
/* line 255, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder.menu-filtro:after {
  border-left: 30px solid #ecebeb;
}
/* line 261, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder.sod_select.focus {
  box-shadow: none;
}
/* line 266, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder .sod_list_wrapper {
  background-color: #f6f6f6;
  border: none;
  width: 100%;
  margin: 0;
}
/* line 273, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder .sod_label {
  padding: 5px 25px 0 5px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.7rem;
}
/* line 278, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder .sod_option {
  font-style: italic;
  font-weight: 400;
  font-size: 0.7rem;
}
/* line 281, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder .sod_option.selected:before {
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
  opacity: 0.3;
}
/* line 288, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder .sod_option.active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 293, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder.menu-categorias {
  z-index: 4;
  width: 25%;
}
@media screen and (max-width: 767px) {
  /* line 293, ../sass/_festival.scss */
  .single-template .content #festival-menu .festival-menu-bts .festival-menu-holder.menu-categorias {
    width: 50%;
  }
}
/* line 303, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder.menu-categorias .sod_label {
  padding-left: 0px;
}
/* line 311, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder.menu-categorias .sod_list_wrapper {
  background-color: #f6f6f6;
}
/* line 316, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder.menu-premios {
  z-index: 3;
  width: 25%;
}
/* line 323, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder.menu-premios .sod_label {
  padding-left: 0px;
}
/* line 331, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-holder.menu-premios .sod_list_wrapper {
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  /* line 316, ../sass/_festival.scss */
  .single-template .content #festival-menu .festival-menu-bts .festival-menu-holder.menu-premios {
    width: 50%;
  }
}
/* line 347, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-title-bt {
  font-style: italic;
  font-weight: 700;
  font-size: 0.7rem;
  background-color: #f6f6f6;
  height: 100%;
  position: relative;
  left: 0;
  letter-spacing: 2px;
}
/* line 359, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-title-bt span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  padding: 10px;
  cursor: pointer;
}
/* line 370, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-bt {
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
  display: block;
  background-color: #b3b3b3;
  margin-top: 1px;
  padding: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  /* line 370, ../sass/_festival.scss */
  .single-template .content #festival-menu .festival-menu-bts .festival-menu-bt {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1023px) {
  /* line 370, ../sass/_festival.scss */
  .single-template .content #festival-menu .festival-menu-bts .festival-menu-bt {
    font-size: 0.8rem;
  }
}
/* line 381, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts .festival-menu-bt:hover {
  -webkit-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ecebeb;
}
/* line 391, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts #festival-menu-class {
  background-color: #cfcfcf;
}
/* line 394, ../sass/_festival.scss */
.single-template .content #festival-menu .festival-menu-bts #festival-menu-class:after {
  background-color: #ecebeb;
  border-left: 30px solid #cfcfcf;
}
@media screen and (max-width: 1023px) {
  /* line 394, ../sass/_festival.scss */
  .single-template .content #festival-menu .festival-menu-bts #festival-menu-class:after {
    border: none;
    background: transparent;
  }
}
/* line 407, ../sass/_festival.scss */
.single-template .content .content-festival {
  width: 100%;
  height: 100%;
}
/* line 411, ../sass/_festival.scss */
.single-template .content .content-festival .header-festival {
  background-color: #000;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}
/* line 416, ../sass/_festival.scss */
.single-template .content .content-festival .header-festival th {
  padding: 15px 25px;
}
/* line 421, ../sass/_festival.scss */
.single-template .content .content-festival .body-festival {
  font-style: italic;
  font-weight: 400;
  font-size: 0.8rem;
  color: #000;
}
/* line 426, ../sass/_festival.scss */
.single-template .content .content-festival .body-festival tr:nth-child(even) {
  background: #ecebeb;
}
/* line 427, ../sass/_festival.scss */
.single-template .content .content-festival .body-festival tr:nth-child(odd) {
  background: #f6f6f6;
}
/* line 429, ../sass/_festival.scss */
.single-template .content .content-festival .body-festival tr td {
  padding: 15px 25px;
}

/* line 10, ../sass/_oclube.scss */
.single-template .content .article-container .tabs li {
  margin: 0 15px 10px 0;
}
@media screen and (max-width: 767px) {
  /* line 8, ../sass/_oclube.scss */
  .single-template .content .article-container .tabs {
    width: 90%;
  }
  /* line 16, ../sass/_oclube.scss */
  .single-template .content .article-container .tabs li {
    margin: 0 25px 10px 0;
  }
  /* line 19, ../sass/_oclube.scss */
  .single-template .content .article-container .tabs li a {
    width: 100%;
    height: 20px;
    font-size: 0.5rem;
    text-align: center;
    padding: 5px 10px 5px 10px;
  }
}
/* line 31, ../sass/_oclube.scss */
.single-template .content .article-container section {
  color: #696b7a;
  font-weight: 400;
  font-size: 0.8rem;
  overflow: hidden;
}
/* line 36, ../sass/_oclube.scss */
.single-template .content .article-container section img {
  float: left;
  margin-right: 10px;
}
/* line 41, ../sass/_oclube.scss */
.single-template .content .article-container section p {
  padding-top: 15px;
  margin-bottom: 20px;
  max-width: 775px;
}
@media screen and (max-width: 1023px) {
  /* line 41, ../sass/_oclube.scss */
  .single-template .content .article-container section p {
    width: 90%;
  }
}
/* line 51, ../sass/_oclube.scss */
.single-template .content .article-container section strong {
  clear: both;
  display: block;
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
  padding-top: 30px;
  padding-bottom: 10px;
  display: block;
  width: 310px;
  border-bottom: 1px solid #383842;
  color: #383842;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
/* line 68, ../sass/_oclube.scss */
.single-template .content .article-container section ul li {
  list-style-type: none;
}
/* line 71, ../sass/_oclube.scss */
.single-template .content .article-container section ul li strong {
  padding-top: 10px;
}
/* line 74, ../sass/_oclube.scss */
.single-template .content .article-container section ul li strong:before {
  content: ".";
  font-family: "Times New Roman";
  font-size: 4rem;
  font-style: normal;
  position: relative;
  top: -2px;
  color: #ffcb04;
  margin-right: 5px;
}
@media screen and (max-width: 1023px) {
  /* line 67, ../sass/_oclube.scss */
  .single-template .content .article-container section ul {
    width: 80%;
  }
  /* line 90, ../sass/_oclube.scss */
  .single-template .content .article-container section ul li strong {
    font-size: 1rem;
  }
}
/* line 97, ../sass/_oclube.scss */
.single-template .content .article-container section .title {
  margin: 0;
  padding-top: 0;
}
/* line 102, ../sass/_oclube.scss */
.single-template .content .article-container section blockquote {
  margin-top: 30px;
  display: block;
}
/* line 105, ../sass/_oclube.scss */
.single-template .content .article-container section blockquote em {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1023px) {
  /* line 105, ../sass/_oclube.scss */
  .single-template .content .article-container section blockquote em {
    width: 90%;
  }
}
/* line 113, ../sass/_oclube.scss */
.single-template .content .article-container section blockquote em strong {
  padding: 0;
  display: inline;
  border-bottom: none;
  color: #383842;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 0.9rem;
}
/* line 127, ../sass/_oclube.scss */
.single-template .content .article-container .ex-presidente {
  float: left;
  vertical-align: top;
  padding-bottom: 10px;
  min-height: 165px;
  width: 95px;
}
/* line 138, ../sass/_oclube.scss */
.single-template .content .article-container .ex-presidente img {
  white-space: nowrap;
  margin: 0;
  width: 95px;
  height: 105px;
}
/* line 149, ../sass/_oclube.scss */
.single-template .content .article-container .ex-presidente p {
  font-style: italic;
  font-weight: 700;
  font-size: 0.7rem;
  color: #383842;
  padding: 10px 0 0 10px;
  clear: left;
  line-height: 0.8rem;
  margin-bottom: 0;
  width: 85px;
}
/* line 159, ../sass/_oclube.scss */
.single-template .content .article-container .ex-presidente span {
  font-style: italic;
  font-weight: 400;
  font-size: 0.65rem;
  color: #383842;
  padding: 0 0 0 10px;
  clear: left;
  line-height: 0.65rem;
}
/* line 167, ../sass/_oclube.scss */
.single-template .content .article-container .ex-presidente:nth-child(even) {
  background: #ffd841;
}
/* line 171, ../sass/_oclube.scss */
.single-template .content .article-container .ex-presidente:nth-child(odd) {
  background: #ffcb04;
}
/* line 178, ../sass/_oclube.scss */
.single-template .content .article-container .diretoria {
  max-width: 720px;
}
@media screen and (max-width: 767px) {
  /* line 178, ../sass/_oclube.scss */
  .single-template .content .article-container .diretoria {
    max-width: 480px;
  }
}
/* line 181, ../sass/_oclube.scss */
.single-template .content .article-container .diretoria .presidente {
  overflow: hidden;
}
/* line 184, ../sass/_oclube.scss */
.single-template .content .article-container .diretoria .presidente .nome-presidente {
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  padding-top: 0;
  color: #383842;
}
/* line 191, ../sass/_oclube.scss */
.single-template .content .article-container .diretoria .presidente .desc-presidente {
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  padding-top: 0;
  color: #383842;
}
/* line 200, ../sass/_oclube.scss */
.single-template .content .article-container .diretoria .diretores {
  /*-webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  vertical-align: top;
  */
}
@media screen and (max-width: 767px) {
  /* line 200, ../sass/_oclube.scss */
  .single-template .content .article-container .diretoria .diretores {
    width: auto;
  }
}
/* line 207, ../sass/_oclube.scss */
.single-template .content .article-container .diretoria .diretores div.diretor {
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  position: relative;
  
}
@media screen and (max-width: 767px) {
  /* line 207, ../sass/_oclube.scss */
  .single-template .content .article-container .diretoria .diretores div.diretor {
    height: 110px;
text-overflow: ellipsis;
white-space: nowrap;
float: left;
width: 45%;
margin: 0 1.5%;
  }

  .single-template .content .article-container .diretoria .diretores {
-webkit-column-count: 1;
-moz-column-count: 1;
-ms-column-count: 1;
-o-column-count: 1;
column-count: 1;
  }
}
/* line 210, ../sass/_oclube.scss */
.single-template .content .article-container .diretoria .diretores div.diretor strong {
  margin-bottom: 0;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  /* line 210, ../sass/_oclube.scss */
  .single-template .content .article-container .diretoria .diretores div.diretor strong {
    width: 160px;
    font-size: 0.8rem;
  }
}
/* line 220, ../sass/_oclube.scss */
.single-template .content .article-container .diretoria .diretores div.diretor p.ellipse {
  padding-top: 0;
  font-style: italic;
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 1px;
  margin-top: -4px;
  position: relative;
  text-overflow: ellipsis;
  box-sizing: border-box;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  /* line 220, ../sass/_oclube.scss */
  .single-template .content .article-container .diretoria .diretores div.diretor p.ellipse {
    font-size: 0.6rem;
    width: 100%;
  }
}
/* line 231, ../sass/_oclube.scss */
.single-template .content .article-container .diretoria .diretores div.diretor p.ellipse:before {
  content: ".";
  font-family: "Times New Roman";
  font-size: 4rem;
  font-style: normal;
  top: -2px;
  color: #ffcb04;
  margin: 0;
  line-height: 0;
}

/* line 6, ../sass/_anuncie.scss */
.single-template .content .article-container .anuncie-top {
  width: 85%;
  max-width: 560px;
}
@media screen and (max-width: 680px) {
  /* line 4, ../sass/_anuncie.scss */
  .single-template .content .article-container {
    width: 80%;
  }
}
/* line 13, ../sass/_anuncie.scss */
.single-template .content .article-container .txt-marker, .single-template .content .article-container .banners .general .title, .single-template .content .article-container .banners .specific .title, .single-template .content .article-container .container-info .info-item {
  font-style: italic;
  font-weight: 700;
  font-size: 1.2rem;
  color: #383842;
  padding-left: 13px;
}
/* line 18, ../sass/_anuncie.scss */
.single-template .content .article-container .txt-marker:before, .single-template .content .article-container .banners .general .title:before, .single-template .content .article-container .banners .specific .title:before, .single-template .content .article-container .container-info .info-item:before {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  margin: 6px 0 0 -12px;
  font-size: 1.5rem;
  background: #ffcb04;
}
/* line 30, ../sass/_anuncie.scss */
.single-template .content .article-container .banners {
  margin-bottom: 30px;
  height: auto;
  background: transparent !important;
}
@media screen and (max-width: 1090px) {
  /* line 30, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners {
    margin-right: 30px;
  }
  /* line 38, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners .general, .single-template .content .article-container .banners .specific {
    margin-right: 25px;
  }
}
@media screen and (max-width: 460px) {
  /* line 30, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners {
    width: 90%;
  }
}
/* line 47, ../sass/_anuncie.scss */
.single-template .content .article-container .banners .general, .single-template .content .article-container .banners .specific {
  margin-top: 25px;
  padding-bottom: 10px;
  color: #ffcb04;
  border-bottom: 1px solid #383842;
  line-height: 1.4rem;
  height: auto;
}
/* line 59, ../sass/_anuncie.scss */
.single-template .content .article-container .banners .general .desc-item, .single-template .content .article-container .banners .specific .desc-item {
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  color: #383842;
}
@media screen and (max-width: 767px) {
  /* line 47, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners .general, .single-template .content .article-container .banners .specific {
    height: 140px;
  }
  /* line 66, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners .general .title, .single-template .content .article-container .banners .specific .title {
    font-size: 1rem;
  }
  /* line 68, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners .general .desc-item, .single-template .content .article-container .banners .specific .desc-item {
    font-size: 0.8rem;
  }
  /* line 70, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners .general .desc-item strong, .single-template .content .article-container .banners .specific .desc-item strong {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 460px) {
  /* line 47, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners .general, .single-template .content .article-container .banners .specific {
    width: 280px;
  }
  /* line 76, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners .general .title, .single-template .content .article-container .banners .specific .title {
    font-size: 0.9rem;
  }
  /* line 78, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners .general .desc-item, .single-template .content .article-container .banners .specific .desc-item {
    font-size: 9px;
  }
  /* line 80, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners .general .desc-item strong, .single-template .content .article-container .banners .specific .desc-item strong {
    font-size: 8px;
  }
}
/* line 84, ../sass/_anuncie.scss */
.single-template .content .article-container .banners .general .bt-gradient, .single-template .content .article-container .banners .specific .bt-gradient {
  float: right;
  color: #383842;
  margin-top: -10px;
  background: url("../img/bg-tab-off.png");
  background-size: 100% 100%;
}
/* line 91, ../sass/_anuncie.scss */
.single-template .content .article-container .banners .general .bt-gradient:hover, .single-template .content .article-container .banners .specific .bt-gradient:hover, .single-template .content .article-container .banners .general .bt-gradient.on, .single-template .content .article-container .banners .specific .bt-gradient.on {
  background: url("../img/bg-tab-on.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  /* line 84, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners .general .bt-gradient, .single-template .content .article-container .banners .specific .bt-gradient {
    margin-top: 20px;
  }
}
@media screen and (max-width: 460px) {
  /* line 84, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners .general .bt-gradient, .single-template .content .article-container .banners .specific .bt-gradient {
    margin-top: 15px;
    font-size: 0.6rem;
    width: 90px;
    height: 20px;
    text-align: center;
  }
}
/* line 109, ../sass/_anuncie.scss */
.single-template .content .article-container .banners .specific {
  list-style-type: none;
  color: #383842;
  margin-top: 35px;
  height: auto;
}
/* line 116, ../sass/_anuncie.scss */
.single-template .content .article-container .banners .specific .title-area {
  border-bottom: 1px solid #383842;
  width: 120px;
  font-style: italic;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
/* line 123, ../sass/_anuncie.scss */
.single-template .content .article-container .banners .specific .title {
  list-style-position: inside;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  /* line 109, ../sass/_anuncie.scss */
  .single-template .content .article-container .banners .specific {
    display: none;
  }
}
/* line 132, ../sass/_anuncie.scss */
.single-template .content .article-container .container-info {
  width: 80%;
  max-width: 640px;
}
/* line 136, ../sass/_anuncie.scss */
.single-template .content .article-container .container-info .info-item {
  margin-top: 30px;
  font-style: italic;
  font-weight: 400;
  font-size: 0.9rem;
  max-width: 630px;
  padding-right: 30px;
}
/* line 144, ../sass/_anuncie.scss */
.single-template .content .article-container .container-info .info-item a {
  font-style: italic;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: underline;
}
@media screen and (max-width: 1090px) {
  /* line 136, ../sass/_anuncie.scss */
  .single-template .content .article-container .container-info .info-item {
    margin-right: 25px;
  }
}

/* line 5, ../sass/_download_aplicativo.scss */
.single-template .content .article-container {
  overflow: hidden;
  position: relative;
}
/* line 9, ../sass/_download_aplicativo.scss */
.single-template .content .article-container .tit {
  font-family: georgia;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4.2rem;
  width: 80%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  /* line 9, ../sass/_download_aplicativo.scss */
  .single-template .content .article-container .tit {
    font-size: 2.5rem;
    line-height: 3.1rem;
    margin-bottom: 320px;
  }
}
@media screen and (max-width: 399px) {
  /* line 9, ../sass/_download_aplicativo.scss */
  .single-template .content .article-container .tit {
    font-size: 2.2rem;
    line-height: 3.1rem;
    margin-bottom: 320px;
  }
}
/* line 29, ../sass/_download_aplicativo.scss */
.single-template .content .article-container .content {
  width: 40%;
}
@media screen and (max-width: 1599px) {
  /* line 33, ../sass/_download_aplicativo.scss */
  .single-template .content .article-container .content.padding-content {
    padding-left: 300px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 39, ../sass/_download_aplicativo.scss */
  .single-template .content .article-container .content.padding-content {
    padding-left: 0px;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 29, ../sass/_download_aplicativo.scss */
  .single-template .content .article-container .content {
    width: 100%;
  }
}
/* line 48, ../sass/_download_aplicativo.scss */
.single-template .content .article-container .content .bts-download {
  margin-top: 40px;
}
/* line 50, ../sass/_download_aplicativo.scss */
.single-template .content .article-container .content .bts-download h3 {
  font-family: georgia;
  font-weight: 700;
  font-size: 1.2rem;
}
/* line 56, ../sass/_download_aplicativo.scss */
.single-template .content .article-container .img-ipad {
  margin-left: 40px;
  position: relative;
  float: right;
  margin-right: 40px;
  left: 0px;
  top: 0px;
  width: 40%;
}
/* line 65, ../sass/_download_aplicativo.scss */
.single-template .content .article-container .img-ipad img {
  width: 100%;
  height: auto;
  max-width: 400px;
}
@media screen and (max-width: 640px) {
  /* line 56, ../sass/_download_aplicativo.scss */
  .single-template .content .article-container .img-ipad {
    margin-left: 40px;
    position: absolute;
    float: right;
    margin-right: 40px;
    left: -30px;
    top: 190px;
  }
  /* line 79, ../sass/_download_aplicativo.scss */
  .single-template .content .article-container .img-ipad img {
    width: 200px;
    height: 263px;
  }
}

/* line 3, ../sass/_seja_socio.scss */
.container-socio {
  padding-bottom: 160px !important;
}
/* line 4, ../sass/_seja_socio.scss */
.container-socio .sod_list .sod_option:first-child {
  display: none !important;
}

/* line 8, ../sass/_juri.scss */
.juri .content .article-container {
  min-width: 320px !important;
}
/* line 11, ../sass/_juri.scss */
.juri .content .article-container .article-top {
  padding: 15px 0 10px 3px;
}
/* line 15, ../sass/_juri.scss */
.juri .content .article-container .category-list {
  margin-top: 40px;
  height: auto;
}
/* line 19, ../sass/_juri.scss */
.juri .content .article-container .category-list .category-item {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #1e1f23;
  margin-top: 5px;
  cursor: pointer;
  position: relative;
}
/* line 27, ../sass/_juri.scss */
.juri .content .article-container .category-list .category-item .bt-open {
  width: 52px;
  height: 52px;
  background-image: url(../img/sprite.png);
  background-position: -778px -541px;
  position: absolute;
  top: 15px;
  right: 20px;
}
/* line 38, ../sass/_juri.scss */
.juri .content .article-container .category-list .category-item .category-name {
  line-height: 5rem;
  margin-left: 30px;
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
}
/* line 44, ../sass/_juri.scss */
.juri .content .article-container .category-list .category-item .person-list {
  width: 100%;
  height: auto;
  display: none;
  padding: 30px;
}
/* line 50, ../sass/_juri.scss */
.juri .content .article-container .category-list .category-item .person-list .person {
  line-height: 2.5rem;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
}
/* line 57, ../sass/_juri.scss */
.juri .content .article-container .category-list .category-item:nth-child(even) {
  background: #f1f1f1;
}
/* line 61, ../sass/_juri.scss */
.juri .content .article-container .category-list .category-item:nth-child(odd) {
  background: #f6f6f6;
}
/* line 65, ../sass/_juri.scss */
.juri .content .article-container .category-list .category-item.selected {
  background: url(../img/bg-item-juri.jpg) no-repeat;
  background-size: 100% 80px;
  color: #fff;
}
/* line 71, ../sass/_juri.scss */
.juri .content .article-container .category-list .category-item.selected .person-list {
  display: block;
  color: #1e1f23;
}
/* line 76, ../sass/_juri.scss */
.juri .content .article-container .category-list .category-item.selected .bt-open {
  background-position: -836px -541px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 3, ../sass/tablet/_header.scss */
  #wrapper {
    padding-top: 0 !important;
  }

  /* line 7, ../sass/tablet/_header.scss */
  .header-bottom, #tooltip-container {
    display: none;
  }

  /* line 49, ../sass/tablet/_header.scss */
  .header .header-container #search-social {
    top: 22px;
    z-index: 5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 3, ../sass/tablet/_interna.scss */
  .especial-banner, .half {
    display: block;
    clear: both;
    width: 300px;
    height: 250px;
    margin: 0 auto 30px auto;
  }
  /* line 8, ../sass/tablet/_interna.scss */
  .especial-banner.single-page, .half.single-page {
    width: 620px;
    height: 250px;
  }
  /* line 13, ../sass/tablet/_interna.scss */
  .especial-banner .fl:last-child, .half .fl:last-child {
    margin-left: 10px;
  }

  /* line 18, ../sass/tablet/_interna.scss */
  .half {
    margin: 20px auto 20px auto;
    width: 478px;
    height: 60px;
  }
  /* line 22, ../sass/tablet/_interna.scss */
  .half .fl:last-child {
    margin-left: 10px;
  }
  /* line 26, ../sass/tablet/_interna.scss */
  .half img {
    margin-left: 0;
  }

  /* line 32, ../sass/tablet/_interna.scss */
  .content-page {
    width: 100%;
    min-width: 768px;
    padding: 0;
  }
  /* line 39, ../sass/tablet/_interna.scss */
  .content-page .content .half-top {
    display: block;
    width: 520px;
    height: 60px;
    margin: 20px auto 20px auto;
  }
  /* line 45, ../sass/tablet/_interna.scss */
  .content-page .content .half-top img {
    width: 234px;
    height: 60px;
    margin-right: 20px;
  }
  /* line 51, ../sass/tablet/_interna.scss */
  .content-page .content .highlight-area {
    display: none;
  }
  /* line 55, ../sass/tablet/_interna.scss */
  .content-page .content .article-container {
    width: 100%;
    min-width: 768px;
  }
  /* line 60, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .default-container-carousel {
    display: block;
  }
  /* line 64, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .default-container-carousel .default-bt .default-bt-text {
    padding: 0px 0 0 25px;
  }
  /* line 70, ../sass/tablet/_interna.scss */
  .content-page .content .article-container #mais-lidas, .content-page .content .article-container #novo {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  /* line 76, ../sass/tablet/_interna.scss */
  .content-page .content .article-container #banners-bottom-mob {
    display: block;
  }
  /* line 80, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-top {
    background-color: #ffcb04;
    padding-left: 30px;
  }
  /* line 83, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-top .article-top-title {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  /* line 88, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-top .article-top-desc {
    font-size: 1rem;
    line-height: 1.2rem;
    width: 640px;
  }
  /* line 94, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-top .article-top-sub-desc {
    display: none;
  }
  /* line 105, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content {
    width: 100%;
  }
  /* line 107, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content .article-left-column {
    display: none;
  }
  /* line 111, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob {
    display: block;
    padding-left: 5%;
    margin: 0 auto 0 auto;
    margin-top: 20px;
  }
  /* line 117, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob .article-container-ficha-title {
    margin: 0;
    font-style: italic;
    font-weight: 700;
    font-size: 1rem;
    line-height: 30px;
    width: 270px;
  }
  /* line 123, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob .article-container-ficha-title:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -247px -45px;
    display: inline;
    float: left;
  }
  /* line 131, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob .article-ficha-mob {
    display: block;
    min-width: 320px;
    margin: 0 auto 0 auto;
  }
  /* line 136, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob .article-ficha-mob li {
    width: 150px;
    height: 90px;
    display: inline;
    float: left;
    padding-right: 10px;
  }
  /* line 142, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob .article-ficha-mob h4 {
    font-style: italic;
    font-weight: 700;
    font-size: 0.8rem;
    margin: 25px 0 5px 0;
  }
  /* line 147, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob .article-ficha-mob p {
    font-style: italic;
    font-weight: 400;
    font-size: 0.8rem;
  }
  /* line 153, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna {
    margin: 30px 0 30px 0;
    padding: 0 0 10px 0;
  }
  /* line 158, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-full-desc {
    width: 90%;
    margin: 0 auto 0 auto;
    display: inline;
    float: none;
    display: block;
  }
  /* line 167, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social .article-zoom {
    display: none;
  }
  /* line 170, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts {
    display: none;
  }
  /* line 174, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social #nav-social-interna {
    display: block;
    position: relative;
    top: 11px;
    width: 200px;
    height: 61px;
    margin: 0 auto 0 auto;
  }
  /* line 182, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social #nav-social-interna li {
    display: inline;
    float: left;
    margin-left: 34px;
  }
  /* line 187, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social #nav-social-interna a {
    display: block;
    line-height: 21px;
    width: 21px;
    text-indent: -9000px;
  }
  /* line 194, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social #nav-social-interna li a:before {
    content: "";
    background-image: url(../img/sprite.png);
    float: left;
    width: 21px;
    height: 21px;
    padding-right: 8px;
  }
  /* line 202, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social #nav-social-interna li.facebook a:before {
    background-position: -48px 0;
  }
  /* line 206, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social #nav-social-interna li.rss a:before {
    background-position: -98px 0;
  }
  /* line 212, ../sass/tablet/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-tags {
    margin-left: 30px;
  }
  /* line 219, ../sass/tablet/_interna.scss */
  .content-page .content .festival {
    width: 85%;
  }
  /* line 224, ../sass/tablet/_interna.scss */
  .content-page .right-column {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  /* line 2, ../sass/tablet/_footer.scss */
  .footer {
    min-width: 768px;
  }
  /* line 5, ../sass/tablet/_footer.scss */
  .footer .footer-container-mob {
    display: none;
  }
  /* line 6, ../sass/tablet/_footer.scss */
  .footer .footer-container {
    width: 800px;
    margin: 0 auto 0 auto;
  }
  /* line 10, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-container-left {
    width: 170px;
    height: 183px;
  }
  /* line 15, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-container-left #footer-logo a {
    -webkit-background-size: 165px, 61px;
    -moz-background-size: 165px, 61px;
    -o-background-size: 165px, 61px;
    background-size: 165px, 61px;
    background-position: 0 0;
  }
  /* line 21, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-container-left .copyright-container {
    position: absolute;
    bottom: 0;
  }
  /* line 25, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-container-left .copyright-container .site-oficial {
    line-height: 0.9rem;
    margin-bottom: 10px;
    width: 165px;
  }
  /* line 31, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-container-left .copyright-container #copyright {
    font-style: italic;
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 0.12rem;
  }
  /* line 36, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-container-left .copyright-container #footer-nav-terms {
    max-width: 211px;
  }
  /* line 39, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-container-left .copyright-container #footer-nav-terms #footer-nav-terms-links {
    font-style: italic;
    font-weight: 400;
    font-size: 0.55rem;
  }
  /* line 42, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-container-left .copyright-container #footer-nav-terms #footer-nav-terms-links li:before, .footer .footer-container .footer-container-left .copyright-container #footer-nav-terms #footer-nav-terms-links li.privacy:after {
    padding: 0 16px 0 16px;
  }
  /* line 50, ../sass/tablet/_footer.scss */
  .footer .footer-container #footer-nav-menu {
    width: 153px;
    height: 183px;
  }
  /* line 54, ../sass/tablet/_footer.scss */
  .footer .footer-container #footer-nav-menu #footer-menu-left, .footer .footer-container #footer-nav-menu #footer-menu-right {
    width: 90px;
    height: 183px;
    font-weight: 400;
    font-size: 0.7rem;
  }
  /* line 59, ../sass/tablet/_footer.scss */
  .footer .footer-container #footer-nav-menu #footer-menu-right {
    width: 60px;
  }
  /* line 64, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-contact-container {
    width: 400px;
    height: 183px;
    margin-left: 3%;
  }
  /* line 68, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-contact-container #footer-contact-left {
    width: 200px;
    height: 183px;
  }
  /* line 74, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-contact-container #footer-contact-left #footer-address #footer-phone a {
    -webkit-background-size: 146px, 22px;
    -moz-background-size: 146px, 22px;
    -o-background-size: 146px, 22px;
    background-size: 146px, 22px;
    background-position: 36px 0;
  }
  /* line 80, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-contact-container #footer-contact-left #footer-address .street-address {
    font-style: italic;
    font-weight: 400;
    font-size: 0.75rem;
  }
  /* line 84, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-contact-container #footer-contact-left #footer-address .footer-maps {
    font-style: italic;
    font-weight: 400;
    font-size: 0.7rem;
  }
  /* line 88, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-contact-container #footer-contact-left #footer-address #footer-mail {
    font-style: italic;
    font-weight: 400;
    font-size: 0.8rem;
  }
  /* line 95, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-contact-container #footer-contact-right .footer-mail-contacts {
    line-height: 1rem;
    font-style: italic;
    font-weight: 700;
    font-size: 0.9rem;
  }
  /* line 98, ../sass/tablet/_footer.scss */
  .footer .footer-container .footer-contact-container #footer-contact-right .footer-mail-contacts a {
    line-height: 1.8rem;
    font-style: italic;
    font-weight: 400;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  /* line 6, ../sass/mobile/_assets.scss */
  .default-container-carousel .default-bt {
    width: 100%;
    height: 80px;
    display: inline;
    float: none;
    display: block;
  }
  /* line 12, ../sass/mobile/_assets.scss */
  .default-container-carousel #carousel-header-mob {
    display: block;
  }
  /* line 14, ../sass/mobile/_assets.scss */
  .default-container-carousel #carousel-header-mob .default-bt-text {
    width: 400px;
  }
  /* line 19, ../sass/mobile/_assets.scss */
  .default-container-carousel .header-cannes-mob {
    /*background-color: #1e1f23;*/
  }
  /* line 22, ../sass/mobile/_assets.scss */
  .default-container-carousel .header-cannes-mob .default-bt-text {
    color: #000;
  }
  /* line 33, ../sass/mobile/_assets.scss */
  .default-container-carousel .default-carousel-content .ad-special {
    left: 300px;
  }
  /* line 37, ../sass/mobile/_assets.scss */
  .default-container-carousel .default-carousel-content #carousel-header-desktop {
    display: none;
  }
  /* line 74, ../sass/mobile/_assets.scss */
  .banners .small {
    width: 490px;
  }

  /* line 107, ../sass/mobile/_assets.scss */
  #banners-bottom-mob {
    display: block;
  }

  /* line 114, ../sass/mobile/_assets.scss */
  #home-banner-sup img {
    width: 728px;
    height: 90px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 640px) {
  /* line 43, ../sass/mobile/_assets.scss */
  .default-container-carousel .default-carousel-content ul .default-carousel-item h4 {
    font-size: 0.4rem;
    line-height: 1rem;
  }
  /* line 47, ../sass/mobile/_assets.scss */
  .default-container-carousel .default-carousel-content ul .default-carousel-item h3 {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.3) and (max-device-width: 1195px), only screen and (max-width: 1023px) and (max-width: 640px) and (-o-min-device-pixel-ratio: 13 / 10) and (max-device-width: 1195px), only screen and (max-width: 1023px) and (max-width: 640px) and (min-resolution: 120dpi) and (max-device-width: 1195px), only screen and (max-width: 1023px) and (max-width: 640px) and (min--moz-device-pixel-ratio: 2) and (max-device-width: 1195px), only screen and (max-width: 1023px) and (max-width: 640px) and (-o-min-device-pixel-ratio: 2 / 1) and (max-device-width: 1195px), only screen and (max-width: 1023px) and (max-width: 640px) and (-device-pixel-ratio: 2) and (max-device-width: 1195px), only screen and (max-width: 1023px) and (max-width: 640px) and (min-resolution: 192dpi) and (max-device-width: 1195px), only screen and (max-width: 1023px) and (max-width: 640px) and (min-resolution: 2dppx) and (max-device-width: 1195px) {
  /* line 53, ../sass/mobile/_assets.scss */
  .default-container-carousel .default-carousel-content ul .default-carousel-item p {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 125, ../sass/mobile/_assets.scss */
  .default-header {
    height: 80px;
    min-width: 320px;
  }
  /* line 129, ../sass/mobile/_assets.scss */
  .default-header .default-header-text {
    width: 100%;
    padding: 0px 0 0 30px;
    display: inline;
    float: left;
  }
  /* line 135, ../sass/mobile/_assets.scss */
  .default-header .default-header-text .default-header-title {
    width: 80%;
    font-style: italic;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 141, ../sass/mobile/_assets.scss */
  .default-header .default-header-text .default-header-line {
    display: none;
  }
  /* line 144, ../sass/mobile/_assets.scss */
  .default-header .default-header-text .default-header-subtitle {
    display: none;
  }
  /* line 150, ../sass/mobile/_assets.scss */
  .default-header .default-header-banner {
    display: none;
  }
  /* line 154, ../sass/mobile/_assets.scss */
  .default-header .default-header-banner-mob {
    margin: 0 auto 0 auto;
    width: 90%;
    max-width: 480px;
    position: relative;
    top: 30px;
  }
  /* line 162, ../sass/mobile/_assets.scss */
  .default-header .default-header-banner-mob img {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  /* line 3, ../sass/mobile/_header.scss */
  .logo {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 40%;
    height: 50px;
    max-width: 177px;
    cursor: pointer;
  }
  /* line 12, ../sass/mobile/_header.scss */
  .logo a {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 177px;
    height: 50px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('../img/logo_mobile.png?1405370703');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 100%, 32px;
    -moz-background-size: 100%, 32px;
    -o-background-size: 100%, 32px;
    background-size: 100%, 32px;
  }

  /* line 23, ../sass/mobile/_header.scss */
  .menu-bt-style li, .header .header-container #nav-mob #nav-menu li, .header .header-container #nav-mob #nav-clube li {
    width: 280px;
    height: 80px;
    text-align: left;
    display: block;
    background-color: #ecebeb;
  }
  /* line 29, ../sass/mobile/_header.scss */
  .menu-bt-style li a, .header .header-container #nav-mob #nav-menu li a, .header .header-container #nav-mob #nav-clube li a {
    display: inline;
    float: left;
    font-style: italic;
    font-weight: 700;
    font-size: 1rem;
    color: #1e1f23;
    margin: 34px 0 0 20px;
    width: 240px;
    height: 30px;
  }
  /* line 40, ../sass/mobile/_header.scss */
  .menu-bt-style .menu-item-2, .header .header-container #nav-mob #nav-menu .menu-item-2, .header .header-container #nav-mob #nav-clube .menu-item-2 {
    background-color: #f6f6f6;
  }
  /* line 40, ../sass/mobile/_header.scss */
  .menu-bt-style .menu-item-4, .header .header-container #nav-mob #nav-menu .menu-item-4, .header .header-container #nav-mob #nav-clube .menu-item-4 {
    background-color: #f6f6f6;
  }
  /* line 40, ../sass/mobile/_header.scss */
  .menu-bt-style .menu-item-6, .header .header-container #nav-mob #nav-menu .menu-item-6, .header .header-container #nav-mob #nav-clube .menu-item-6 {
    background-color: #f6f6f6;
  }

  /* line 47, ../sass/mobile/_header.scss */
  .header {
    width: 100%;
    height: 130px;
    min-width: 320px;
  }
  /* line 52, ../sass/mobile/_header.scss */
  .header .header-container {
    margin: 0 auto 0 auto;
    width: 100%;
    height: 130px;
    background-color: #1e1f23;
    min-width: 320px;
  }
  /* line 59, ../sass/mobile/_header.scss */
  .header .header-container #logo-desk, .header .header-container #search-social, .header .header-container #nav {
    display: none;
  }
  /* line 63, ../sass/mobile/_header.scss */
  .header .header-container #nav-header {
    display: block;
    width: 100%;
    height: 80px;
  }
  /* line 67, ../sass/mobile/_header.scss */
  .header .header-container #nav-header #menu {
    display: inline;
    float: left;
    width: 90px;
    height: 80px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -369px -121px;
    background-color: #333333;
    cursor: pointer;
  }
  /* line 76, ../sass/mobile/_header.scss */
  .header .header-container #nav-header #logo-header {
    opacity: 1;
  }
  /* line 80, ../sass/mobile/_header.scss */
  .header .header-container #nav-header #logo-header a {
    width: 80%;
    top: -55px;
  }
  /* line 85, ../sass/mobile/_header.scss */
  .header .header-container #nav-header #logo-header a, .header .header-container #nav-header #logo-header x:-moz-any-link {
    width: 100%;
    top: 25px;
    left: -22px;
  }
  /* line 92, ../sass/mobile/_header.scss */
  .header .header-container #nav-header #info {
    display: inline;
    float: right;
    width: 90px;
    height: 80px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -268px -124px;
    background-color: #333333;
    margin-top: -50px;
    cursor: pointer;
  }
  /* line 105, ../sass/mobile/_header.scss */
  .header .header-container .oficial-mob {
    display: block;
    height: 50px;
    width: 100%;
    background-color: #e2e2e2;
    font-weight: 400;
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #1e1f23;
  }
  /* line 111, ../sass/mobile/_header.scss */
  .header .header-container .oficial-mob strong {
    font-weight: 700;
    font-size: 0.7rem;
  }
  /* line 117, ../sass/mobile/_header.scss */
  .header .header-container .oficial-mob p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 123, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob {
    display: block;
    position: fixed;
    top: 0px;
    left: -280px;
    width: 280px;
    background-color: #fff;
  }
  /* line 131, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #logo-menu {
    width: 260px;
    height: 80px;
    background-color: #1e1f23;
    float: left;
    padding-left: 20px;
  }
  /* line 137, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #logo-menu .logo {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 177px;
    height: 60px;
    background-position-y: 5px;
    left: 0;
  }
  /* line 145, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #search-fieldset {
    width: 260px;
    height: 80px;
    margin-left: 20px;
    float: left;
    background-color: #fff;
  }
  /* line 151, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #search-fieldset form {
    height: 100%;
  }
  /* line 155, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #search-fieldset input {
    width: 190px;
    height: 35px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-style: italic;
    font-weight: 700;
    font-size: 1.2rem;
    background: #ecebeb;
    display: block;
    border: 0;
    color: #1e1f23;
    line-height: 1rem;
    padding-left: 10px;
  }
  /* line 30, ../sass/_utils.scss */
  .header .header-container #nav-mob #search-fieldset input.placeholder {
    padding-top: 5px;
    color: #1e1f23;
  }
  /* line 31, ../sass/_utils.scss */
  .header .header-container #nav-mob #search-fieldset input:-moz-placeholder {
    padding-top: 5px;
    color: #1e1f23;
  }
  /* line 32, ../sass/_utils.scss */
  .header .header-container #nav-mob #search-fieldset input::-moz-placeholder {
    padding-top: 5px;
    color: #1e1f23;
  }
  /* line 33, ../sass/_utils.scss */
  .header .header-container #nav-mob #search-fieldset input:-ms-input-placeholder {
    padding-top: 5px;
    color: #1e1f23;
  }
  /* line 34, ../sass/_utils.scss */
  .header .header-container #nav-mob #search-fieldset input::-webkit-input-placeholder {
    padding-top: 5px;
    color: #1e1f23;
  }
  /* line 172, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #search-fieldset input:focus {
    outline: 0;
  }
  /* line 177, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #search-fieldset:before {
    content: "";
    background-image: url(../img/sprite.png);
    background-position: -198px -370px;
    float: left;
    width: 13px;
    height: 25px;
    position: relative;
    top: 30px;
    margin-right: 10px;
  }
  /* line 191, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #nav-menu {
    display: inline;
    float: left;
  }
  /* line 197, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #nav-clube {
    display: inline;
    float: left;
  }
  /* line 201, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #nav-clube li a {
    width: 240px;
    height: 30px;
  }
  /* line 206, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #nav-clube li a:after {
    content: "";
    background-image: url(../img/sprite.png);
    position: relative;
    float: right;
    top: -15px;
    width: 60px;
    height: 50px;
  }
  /* line 215, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #nav-clube li.admin, .header .header-container #nav-mob #nav-clube li.login {
    background-color: #c8c7c7;
  }
  /* line 217, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #nav-clube li.admin a:after, .header .header-container #nav-mob #nav-clube li.login a:after {
    background-position: -130px -200px;
  }
  /* line 222, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #nav-clube li.oclube {
    background-color: #d6d6d6;
  }
  /* line 224, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #nav-clube li.oclube a:after {
    background-position: -186px -200px;
  }
  /* line 229, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #nav-clube li.loja {
    background-color: #f3f3f3;
  }
  /* line 231, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #nav-clube li.loja a:after {
    background-position: -137px -249px;
  }
  /* line 236, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #nav-clube li.newsletter {
    background-color: #f9f9f9;
  }
  /* line 238, ../sass/mobile/_header.scss */
  .header .header-container #nav-mob #nav-clube li.newsletter a:after {
    background-position: -246px -200px;
    width: 56px;
    height: 46px;
  }
  /* line 247, ../sass/mobile/_header.scss */
  .header .header-container #info-social {
    display: block;
    position: fixed;
    top: 0px;
    left: 100%;
    width: 280px;
  }
  /* line 255, ../sass/mobile/_header.scss */
  .header .header-container #info-social #logo-info {
    width: 260px;
    height: 80px;
    background-color: #1e1f23;
    float: left;
    padding-left: 20px;
  }
  /* line 261, ../sass/mobile/_header.scss */
  .header .header-container #info-social #logo-info .logo {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 177px;
    height: 60px;
    background-position-y: 5px;
    left: 0;
  }
  /* line 269, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container {
    width: 280px;
    height: 504px;
    background-color: #ecebeb;
    color: #1e1f23;
    text-align: left;
  }
  /* line 275, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact {
    width: 270px;
    height: 425px;
    display: inline;
    float: left;
  }
  /* line 279, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact .default-bt-info-contact {
    width: 260px;
    height: 60px;
    background-color: #ecebeb;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 287, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact .default-bt-info-contact .default-bt-text {
    padding: 0;
    text-align: left;
    margin-top: 20px;
    color: #1e1f23;
    font-size: 1.2rem;
  }
  /* line 295, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact .default-bt-info-contact .default-bt-desc {
    padding-left: 0;
  }
  /* line 299, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact .default-bt-info-contact .default-bt-line {
    margin-left: 0;
  }
  /* line 303, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact .default-bt-info-contact #line-street-address {
    margin-top: 40px;
  }
  /* line 310, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact #info-address #info-phone {
    margin: 0;
    font-family: georgia;
    font-weight: 400;
    font-size: 1.2rem;
  }
  /* line 315, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact #info-address #street-address {
    margin: 0;
    width: 135;
    height: 43px;
    font-style: italic;
    font-weight: 400;
    font-size: 0.9rem;
  }
  /* line 321, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact #info-address #info-maps {
    margin: 0;
    line-height: 44px;
    text-decoration: underline;
    width: 135;
    height: 43px;
    font-style: italic;
    font-weight: 400;
    font-size: 0.8rem;
  }
  /* line 329, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact #info-address #info-mail {
    margin: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
  }
  /* line 335, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact #nav-social {
    position: relative;
    top: 30px;
    margin-top: 20px;
    height: 40px;
  }
  /* line 342, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact #nav-social li {
    display: inline;
    float: left;
    margin-left: 34px;
  }
  /* line 347, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact #nav-social li:first-child {
    margin-left: 10px;
  }
  /* line 351, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact #nav-social a {
    display: block;
    line-height: 21px;
    width: 21px;
    text-indent: -9000px;
  }
  /* line 358, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact #nav-social li a:before {
    content: "";
    background-image: url(../img/sprite.png);
    float: left;
    width: 21px;
    height: 21px;
    padding-right: 8px;
  }
  /* line 366, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact #nav-social li.twitter a:before {
    background-position: 0 2px;
  }
  /* line 370, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact #nav-social li.facebook a:before {
    background-position: -44px 0;
  }
  /* line 374, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-contact #nav-social li.rss a:before {
    background-position: -98px 0;
  }
  /* line 380, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-mails-contact {
    width: 280px;
    height: 300px;
    background-color: #1e1f23;
    text-align: left;
    padding-top: 20px;
    display: inline;
    float: left;
  }
  /* line 387, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-mails-contact .default-bt-mail-contact {
    background-color: #1e1f23;
    width: 260px;
    height: 40px;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  /* line 394, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-mails-contact .default-bt-mail-contact .default-bt-text {
    font-style: italic;
    font-weight: 700;
    font-size: 1rem;
    padding: 0;
    text-align: left;
    margin-top: 20px;
    font-size: 1.2rem;
    color: white;
    font-style: italic;
    font-weight: 700;
    font-size: 1rem;
  }
  /* line 402, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-mails-contact .default-bt-mail-contact .default-bt-text a {
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
  }
  /* line 407, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-mails-contact .default-bt-mail-contact .default-bt-desc {
    padding: 5px 0 0 0;
    font-style: italic;
    font-weight: 400;
    font-size: 0.9rem;
  }
  /* line 412, ../sass/mobile/_header.scss */
  .header .header-container #info-social .info-contact-container #info-mails-contact .default-bt-mail-contact .default-bt-line {
    width: 45px;
    height: 1px;
    background-color: white;
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 400px) {
  /* line 3, ../sass/mobile/_header.scss */
  .logo {
    background-position-y: 10px;
  }
}
/* line 3, ../sass/mobile/_login.scss */
.login-mobile {
  display: block;
  width: 100%;
  background-color: #ffcb04;
}
/* line 8, ../sass/mobile/_login.scss */
.login-mobile #login-mobile-title {
  padding: 50px 0 0 5%;
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
}
/* line 13, ../sass/mobile/_login.scss */
.login-mobile #login-mobile-subtitle {
  padding: 10px 0 0 5%;
  font-style: italic;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  /* line 18, ../sass/mobile/_login.scss */
  .login-mobile #login-mobile-title, .login-mobile #login-mobile-subtitle {
    max-width: 450px;
    margin: 0 auto 0 auto;
    padding-left: 0;
  }
}
/* line 26, ../sass/mobile/_login.scss */
.login-mobile #login-form {
  width: 90%;
  margin: 80px 0 0 5%;
}
@media screen and (min-width: 1024px) {
  /* line 26, ../sass/mobile/_login.scss */
  .login-mobile #login-form {
    max-width: 450px;
    margin: 0 auto 0 auto;
  }
}
/* line 37, ../sass/mobile/_login.scss */
.login-mobile #login-form #login-fieldset #login-mail, .login-mobile #login-form #login-fieldset #login-pass {
  width: 100%;
  height: 35px;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid #1e1f23;
  color: #1e1f23;
  background: transparent;
  margin-top: 10px;
}
/* line 46, ../sass/mobile/_login.scss */
.login-mobile #login-form #login-fieldset #login-mail:focus, .login-mobile #login-form #login-fieldset #login-pass:focus {
  outline: 0;
}
/* line 30, ../sass/_utils.scss */
.login-mobile #login-form #login-fieldset #login-mail.placeholder, .login-mobile #login-form #login-fieldset #login-pass.placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 31, ../sass/_utils.scss */
.login-mobile #login-form #login-fieldset #login-mail:-moz-placeholder, .login-mobile #login-form #login-fieldset #login-pass:-moz-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 32, ../sass/_utils.scss */
.login-mobile #login-form #login-fieldset #login-mail::-moz-placeholder, .login-mobile #login-form #login-fieldset #login-pass::-moz-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 33, ../sass/_utils.scss */
.login-mobile #login-form #login-fieldset #login-mail:-ms-input-placeholder, .login-mobile #login-form #login-fieldset #login-pass:-ms-input-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 34, ../sass/_utils.scss */
.login-mobile #login-form #login-fieldset #login-mail::-webkit-input-placeholder, .login-mobile #login-form #login-fieldset #login-pass::-webkit-input-placeholder {
  color: #1e1f23;
  font-size: 0.7rem;
}
/* line 57, ../sass/mobile/_login.scss */
.login-mobile #login-form #login-fieldset #login-reset-pass {
  display: inline;
  float: left;
  color: #1e1f23;
  font-weight: 400;
  font-size: 0.6rem;
  text-decoration: underline;
  margin-top: 5px;
}
/* line 65, ../sass/mobile/_login.scss */
.login-mobile #login-form #login-fieldset #mob-login-send-bt {
  width: 90px;
  height: 63px;
  margin-top: 40px;
  background-size: 100%;
  display: inline;
  float: left;
  clear: both;
  border: none;
  background: url(../img/login-bt.png) no-repeat;
  background-size: 100%;
  text-indent: -99999px;
  cursor: pointer;
}
/* line 81, ../sass/mobile/_login.scss */
.login-mobile #login-mobile-registry {
  width: 100%;
  height: 70px;
  background: url(../img/logo_mobile.png) 80% 50% no-repeat;
  background-color: #1e1f23;
  color: #ffcb04;
  text-align: left;
  line-height: 1.3rem;
  padding: 30px  0 0 30px;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
}
/* line 91, ../sass/mobile/_login.scss */
.login-mobile #login-mobile-registry strong {
  font-style: italic;
  font-weight: 700;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  /* line 81, ../sass/mobile/_login.scss */
  .login-mobile #login-mobile-registry {
    background-size: 100px;
    font-size: 0.8rem;
  }
  /* line 98, ../sass/mobile/_login.scss */
  .login-mobile #login-mobile-registry strong {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  /* line 81, ../sass/mobile/_login.scss */
  .login-mobile #login-mobile-registry {
    background-position: 95% 50%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 3, ../sass/mobile/_home.scss */
  #wrapper {
    padding-top: 0 !important;
  }

  /* line 9, ../sass/mobile/_home.scss */
  .home .banners {
    height: 200px;
    background: #e2e2e2;
    position: relative;
  }
  /* line 15, ../sass/mobile/_home.scss */
  .home .banners .small {
    width: 490px;
  }
  /* line 26, ../sass/mobile/_home.scss */
  .home .banners .small img:first-child {
    width: 234px;
    height: 60px;
  }
  /* line 44, ../sass/mobile/_home.scss */
  .home .banners .small .home-banner-3 {
    display: none;
  }
  /* line 45, ../sass/mobile/_home.scss */
  .home .banners .small .home-banner-4 {
    display: none;
  }
  /* line 48, ../sass/mobile/_home.scss */
  .home .banners .small img {
    margin: 10px 0 0 20px;
    width: 234px;
    height: 60px;
  }
  /* line 64, ../sass/mobile/_home.scss */
  .home #banners-bottom-mob {
    display: block;
  }
}
@media screen and (max-width: 1023px) and (max-width: 400px) {
  /* line 9, ../sass/mobile/_home.scss */
  .home .banners {
    height: 200px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  /* line 15, ../sass/mobile/_home.scss */
  .home .banners .small {
    width: 234px;
  }
  /* line 37, ../sass/mobile/_home.scss */
  .home .banners .small .fl {
    float: none !important;
    margin-top: 10px;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1023px) and (max-width: 560px) {
  /* line 48, ../sass/mobile/_home.scss */
  .home .banners .small img {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  /* line 2, ../sass/mobile/_footer.scss */
  .footer {
    width: 100%;
    height: 260px;
    background-color: #f6f6f6;
    color: #1e1f23;
    min-width: 320px;
  }
  /* line 7, ../sass/mobile/_footer.scss */
  .footer .footer-container {
    display: none;
  }
  /* line 9, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob {
    margin: 0 auto 0 auto;
    height: 260px;
    display: block;
  }
  /* line 15, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob #footer-mob-nav-menu {
    width: 276px;
    height: 110px;
    margin: 0 auto 0 auto;
    padding-top: 20px;
    text-align: center;
  }
  /* line 21, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob #footer-mob-nav-menu .footer-menu-collum {
    width: 33%;
    height: 110px;
    font-weight: 400;
    font-size: 0.8rem;
    float: left;
  }
  /* line 26, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob #footer-mob-nav-menu .footer-menu-collum li {
    cursor: pointer;
    display: inline;
    float: left;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
  /* line 37, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob #footer-mob-contacts {
    width: 315px;
    height: 60px;
    margin: 0 auto 0 auto;
  }
  /* line 41, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob #footer-mob-contacts .footer-mail-contacts {
    width: 100%;
    height: 60px;
    display: inline;
    float: left;
    color: #1e1f23;
    line-height: 1.6rem;
    text-align: center;
    font-style: italic;
    font-weight: 700;
    font-size: 0.9rem;
  }
  /* line 49, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob #footer-mob-contacts .footer-mail-contacts a {
    cursor: pointer;
    font-style: italic;
    font-weight: 400;
    font-size: 0.9rem;
  }
  /* line 57, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-contact-container {
    width: 100%;
    height: 220px;
    background-color: #ecebeb;
    display: inline;
    float: left;
  }
  /* line 62, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-contact-container #footer-address {
    width: 280px;
    height: 160px;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }
  /* line 67, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-contact-container #footer-address #footer-phone {
    cursor: pointer;
    width: 135;
    height: 48px;
    font-family: georgia;
    font-weight: 400;
    font-size: 1.6rem;
  }
  /* line 73, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-contact-container #footer-address .street-address {
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
  }
  /* line 77, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-contact-container #footer-address .footer-maps {
    cursor: pointer;
    line-height: 44px;
    width: 135;
    height: 28px;
    font-style: italic;
    font-weight: 400;
    font-size: 0.9rem;
    text-decoration: underline;
  }
  /* line 85, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-contact-container #footer-address #footer-mail {
    cursor: pointer;
    width: 135;
    height: 43px;
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
    line-height: 43px;
  }
  /* line 94, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social {
    width: 100%;
    height: 160px;
    background-color: #f6f6f6;
  }
  /* line 98, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content {
    width: 260px;
    height: 50px;
    margin: 0 auto 0 auto;
  }
  /* line 102, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content #nav-social {
    position: relative;
    top: 20px;
    left: 5px;
    height: 21px;
    width: auto;
    margin: 0 auto 0 auto;
  }
  /* line 111, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content #nav-social li {
    cursor: pointer;
    display: inline;
    float: left;
    margin-left: 48px;
  }
  /* line 117, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content #nav-social a {
    display: block;
    line-height: 21px;
    width: 21px;
    text-indent: -9000px;
  }
  /* line 124, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content #nav-social li a:before {
    content: "";
    background-image: url(../img/sprite.png);
    float: left;
    width: 21px;
    height: 21px;
    padding-right: 8px;
  }
  /* line 132, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content #nav-social li.facebook a:before {
    background-position: -48px 0;
  }
  /* line 136, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content #nav-social li.rss a:before {
    background-position: -98px 0;
  }
  /* line 141, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content .copyright-container {
    display: inline;
    float: left;
    width: 260px;
    height: 50px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  /* line 147, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content .copyright-container .site-oficial {
    text-align: center;
    line-height: 1.5rem;
    font-weight: 400;
    font-size: 0.6rem;
  }
  /* line 151, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content .copyright-container .site-oficial strong {
    font-weight: 700;
    font-size: 0.6rem;
  }
  /* line 156, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content .copyright-container #copyright {
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.12rem;
    text-align: center;
  }
  /* line 163, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content .copyright-container #footer-nav-terms {
    margin-left: 8px;
  }
  /* line 165, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content .copyright-container #footer-nav-terms #footer-nav-terms-links {
    display: inline;
    float: left;
    font-style: italic;
    font-weight: 400;
    font-size: 0.7rem;
    width: 100%;
  }
  /* line 170, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content .copyright-container #footer-nav-terms #footer-nav-terms-links li {
    cursor: pointer;
    display: inline;
    float: left;
    width: auto;
    display: block;
    padding-top: 6px;
    text-align: center;
    width: 100%;
  }
  /* line 179, ../sass/mobile/_footer.scss */
  .footer .footer-container-mob .footer-mob-social #footer-mob-social-content .copyright-container #footer-nav-terms #footer-nav-terms-links li a {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3, ../sass/mobile/_interna_todos.scss */
  .content-page-todos {
    min-width: 320px;
    width: 100%;
  }
  /* line 8, ../sass/mobile/_interna_todos.scss */
  .content-page-todos #interna-todos #todos-header {
    height: 100%;
    min-width: 320px;
    background-color: transparent;
  }
  /* line 14, ../sass/mobile/_interna_todos.scss */
  .content-page-todos #interna-todos #todos-header .todos-title {
    background-color: #ffcb04;
    width: 100%;
    height: 80px;
    line-height: 80px;
    top: 50px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    position: static;
  }
  /* line 22, ../sass/mobile/_interna_todos.scss */
  .content-page-todos #interna-todos #todos-header .todos-title h1 {
    margin: 0 0 0 25px;
    width: 100px;
  }
  /* line 26, ../sass/mobile/_interna_todos.scss */
  .content-page-todos #interna-todos #todos-header .todos-title .todos-title-line, .content-page-todos #interna-todos #todos-header .todos-title h4 {
    display: none;
  }
  /* line 31, ../sass/mobile/_interna_todos.scss */
  .content-page-todos #interna-todos #todos-header .todos-header-banner {
    display: none;
  }
  /* line 35, ../sass/mobile/_interna_todos.scss */
  .content-page-todos #interna-todos #todos-header .todos-header-banner-mob {
    display: block;
    margin: 0 auto 0 auto;
    width: 90%;
    max-width: 480px;
    height: 170px;
    position: relative;
    top: 30px;
  }
  /* line 44, ../sass/mobile/_interna_todos.scss */
  .content-page-todos #interna-todos #todos-header .todos-header-banner-mob img {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  /* line 3, ../sass/mobile/_resultado_de_buscas.scss */
  .content-page-resultados {
    min-width: 320px;
    width: 100%;
  }
  /* line 9, ../sass/mobile/_resultado_de_buscas.scss */
  .content-page-resultados #resultados-de-busca .resultados-de-busca {
    margin-top: 80px;
    width: 100%;
  }
  /* line 13, ../sass/mobile/_resultado_de_buscas.scss */
  .content-page-resultados #resultados-de-busca .resultados-de-busca .resultados-container {
    width: 90%;
  }
  /* line 17, ../sass/mobile/_resultado_de_buscas.scss */
  .content-page-resultados #resultados-de-busca .resultados-de-busca .resultados-container .result-title {
    width: 100%;
    font-size: 1.5rem;
  }
  /* line 23, ../sass/mobile/_resultado_de_buscas.scss */
  .content-page-resultados #resultados-de-busca .resultados-de-busca .resultados-container .result-text {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  /* line 4, ../sass/mobile/_cadastre_se.scss */
  .content-page-cadastro {
    min-width: 320px;
    width: 100%;
  }
  /* line 10, ../sass/mobile/_cadastre_se.scss */
  .content-page-cadastro #cadastre-se #cadastre-se-header {
    height: 100%;
    min-width: 320px;
    background-color: transparent;
  }
  /* line 15, ../sass/mobile/_cadastre_se.scss */
  .content-page-cadastro #cadastre-se #cadastre-se-header .cadastre-se-title {
    background-color: #ffcb04;
    width: 100%;
    height: 80px;
    line-height: 80px;
    top: 50px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    position: static;
  }
  /* line 23, ../sass/mobile/_cadastre_se.scss */
  .content-page-cadastro #cadastre-se #cadastre-se-header .cadastre-se-title .cadastre-se-title-dsk {
    display: none;
  }
  /* line 29, ../sass/mobile/_cadastre_se.scss */
  .content-page-cadastro #cadastre-se #cadastre-se-header .cadastre-se-title .cadastre-se-title-mob h1 {
    display: block;
    margin: 0px 0 0 25px;
    font-style: italic;
    font-weight: 700;
    font-size: 1.2rem;
  }
  /* line 37, ../sass/mobile/_cadastre_se.scss */
  .content-page-cadastro #cadastre-se #cadastre-se-header .cadastre-se-title .cadastre-se-title-line {
    display: none;
  }
  /* line 42, ../sass/mobile/_cadastre_se.scss */
  .content-page-cadastro #cadastre-se #cadastre-se-header .cadastre-se-header-banner {
    display: none;
  }
  /* line 46, ../sass/mobile/_cadastre_se.scss */
  .content-page-cadastro #cadastre-se .register {
    width: 100%;
    height: 100%;
  }
  /* line 50, ../sass/mobile/_cadastre_se.scss */
  .content-page-cadastro #cadastre-se .register .register-form-container {
    width: 90%;
    height: 100%;
  }
  /* line 56, ../sass/mobile/_cadastre_se.scss */
  .content-page-cadastro #cadastre-se .register .register-form-container .register-form #register-send-bt {
    display: inline;
    float: none;
    margin-top: 30px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 64, ../sass/mobile/_cadastre_se.scss */
  .content-page-cadastro #cadastre-se .register .register-form-container .register-info {
    margin-top: 35px;
    font-size: 0.7rem;
  }
  /* line 70, ../sass/mobile/_cadastre_se.scss */
  .content-page-cadastro #cadastre-se .register #more-register-info {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline;
    float: left;
    background-color: #ecebeb;
    padding-left: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  /* line 78, ../sass/mobile/_cadastre_se.scss */
  .content-page-cadastro #cadastre-se .register #more-register-info .more-infos-container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/mobile/_interna.scss */
  .especial-banner, .half {
    display: block;
    clear: both;
    margin: 0 auto 30px auto;
    padding-top: 30px;
    width: 300px;
    height: 550px;
  }
  /* line 9, ../sass/mobile/_interna.scss */
  .especial-banner.single-page, .half.single-page {
    width: 300px;
    height: 550px;
  }
  /* line 13, ../sass/mobile/_interna.scss */
  .especial-banner .fl:last-child, .half .fl:last-child {
    margin-top: 10px;
  }

  /* line 18, ../sass/mobile/_interna.scss */
  .half {
    margin: 20px auto 20px auto;
    width: 234px;
    height: 130px;
  }
  /* line 22, ../sass/mobile/_interna.scss */
  .half .fl:last-child {
    margin-top: 10px;
  }
  /* line 26, ../sass/mobile/_interna.scss */
  .half img {
    margin-left: 0;
  }

  /* line 32, ../sass/mobile/_interna.scss */
  .content-page {
    width: 100%;
    min-width: 320px;
    padding: 0;
  }
  /* line 39, ../sass/mobile/_interna.scss */
  .content-page .content .half-top {
    display: block;
    width: 234px;
    height: 150px;
    margin: 20px auto 20px auto;
  }
  /* line 45, ../sass/mobile/_interna.scss */
  .content-page .content .half-top img {
    width: 234px;
    height: 60px;
    margin-top: 10px;
  }
  /* line 51, ../sass/mobile/_interna.scss */
  .content-page .content .highlight-area {
    display: none;
  }
  /* line 55, ../sass/mobile/_interna.scss */
  .content-page .content .article-container {
    width: 100%;
    min-width: 230px;
  }
  /* line 61, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .default-container-carousel {
    display: block;
  }
  /* line 65, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .default-container-carousel .default-bt .default-bt-text {
    padding: 0px 0 0 25px;
  }
  /* line 71, ../sass/mobile/_interna.scss */
  .content-page .content .article-container #mais-lidas, .content-page .content .article-container #novo {
    position: relative;
    width: 100%;
  }
  /* line 76, ../sass/mobile/_interna.scss */
  .content-page .content .article-container #banners-bottom-mob {
    display: block;
  }
  /* line 80, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-top {
    background-color: #ffcb04;
    padding-left: 30px;
  }
  /* line 83, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-top .article-top-title {
    width: 60%;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  /* line 93, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-top .article-top-desc {
    font-size: 0.7rem;
    line-height: 0.9rem;
    width: 140px;
  }
  /* line 99, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-top .article-top-sub-desc {
    display: none;
  }
  /* line 111, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content {
    width: 100%;
  }
  /* line 113, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content .article-left-column {
    display: none;
  }
  /* line 118, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob {
    display: block;
    padding-left: 5%;
    margin: 0 auto 0 auto;
    margin-top: 30px;
  }
  /* line 130, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob .article-container-ficha-title {
    margin: 0;
    font-style: italic;
    font-weight: 700;
    font-size: 1rem;
    line-height: 30px;
    width: 270px;
  }
  /* line 136, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob .article-container-ficha-title:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -247px -45px;
    display: inline;
    float: left;
  }
  /* line 144, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob .article-ficha-mob {
    display: block;
    min-width: 320px;
  }
  /* line 149, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob .article-ficha-mob li {
    width: 150px;
    height: 90px;
    display: inline;
    float: left;
    padding-right: 10px;
  }
  /* line 155, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob .article-ficha-mob h4 {
    font-style: italic;
    font-weight: 700;
    font-size: 0.8rem;
    margin: 25px 0 5px 0;
  }
  /* line 160, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob .article-ficha-mob p {
    font-style: italic;
    font-weight: 400;
    font-size: 0.8rem;
  }
  /* line 166, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna {
    margin: 30px 0 30px 0;
    padding: 0 0 10px 0;
  }
  /* line 171, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-full-desc {
    width: 90%;
    margin: 0 auto 0 auto;
    display: inline;
    float: none;
    display: block;
    margin-bottom: 30px;
  }
  /* line 181, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social .article-zoom {
    display: none;
  }
  /* line 184, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social .article-social-bts {
    display: none;
  }
  /* line 188, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social #nav-social-interna {
    display: block;
    position: relative;
    top: 11px;
    width: 200px;
    height: 61px;
    margin: 0 auto 0 auto;
  }
  /* line 196, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social #nav-social-interna li {
    display: inline;
    float: left;
    margin-left: 34px;
  }
  /* line 201, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social #nav-social-interna a {
    display: block;
    line-height: 21px;
    width: 21px;
    text-indent: -9000px;
  }
  /* line 208, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social #nav-social-interna li a:before {
    content: "";
    background-image: url(../img/sprite.png);
    float: left;
    width: 21px;
    height: 21px;
    padding-right: 8px;
  }
  /* line 216, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social #nav-social-interna li.facebook a:before {
    background-position: -48px 0;
  }
  /* line 220, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-content-social #nav-social-interna li.rss a:before {
    background-position: -98px 0;
  }
  /* line 226, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content .article-content-interna .article-tags {
    margin: 30px 0 30px 10px;
  }
  /* line 233, ../sass/mobile/_interna.scss */
  .content-page .content .festival {
    width: 85%;
  }
  /* line 238, ../sass/mobile/_interna.scss */
  .content-page .right-column {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 390px) {
  /* line 83, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-top .article-top-title {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1023px) {
  /* line 118, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob {
    width: 800px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 855px) {
  /* line 118, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob {
    width: 640px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 690px) {
  /* line 118, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob {
    width: 480px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 520px) {
  /* line 118, ../sass/mobile/_interna.scss */
  .content-page .content .article-container .article-content #article-container-ficha-mob {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 4, ../sass/mobile/_envio_material.scss */
  #envio-content .right-column {
    display: none;
  }
  /* line 9, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-form #envio-fieldset {
    width: 100%;
  }
  /* line 14, ../sass/mobile/_envio_material.scss */
  #envio-content .default-container-carousel {
    display: block;
  }
  /* line 17, ../sass/mobile/_envio_material.scss */
  #envio-content .default-container-carousel .default-carousel-title .default-bt-text {
    padding-top: 10px;
  }
  /* line 24, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav {
    background-color: #b3b3b3;
  }
  /* line 26, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav #envio-menu-title {
    display: none;
    text-decoration: none;
    background-color: #b3b3b3;
    width: 33%;
  }
  /* line 33, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts {
    display: inline;
    float: left;
    width: 100%;
  }
  /* line 38, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts .envio-menu-nav-bt {
    width: 33.3%;
    height: 53px;
    padding: 0;
    background-color: #cfcfcf;
  }
  /* line 44, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts .envio-menu-nav-bt:before {
    content: "";
    background: transparent;
    display: inline;
    float: left;
    width: 0px;
    height: 0px;
    border-top: 27px solid transparent;
    border-left: 30px solid #b3b3b3;
    border-bottom: 26px solid transparent;
    background-position: -298px -249px;
    margin: 0px;
    padding: 0;
  }
  /* line 57, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts .envio-menu-nav-bt a {
    position: relative;
    left: 10px;
    text-decoration: none;
  }
  /* line 73, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts #envio-menu-bt-title {
    display: block;
    background-color: #b3b3b3;
  }
  /* line 77, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts #envio-menu-bt-title:before {
    border: none;
    margin: 0;
    padding: 0;
  }
  /* line 83, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts #envio-menu-bt-pecas {
    background-color: #e2e2e2;
  }
  /* line 86, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts #envio-menu-bt-pecas:before {
    border-left: 30px solid #cfcfcf;
  }
  /* line 91, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts #envio-menu-bt-cadastro {
    background-color: #cfcfcf;
  }
  /* line 94, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts #envio-menu-bt-cadastro:before {
    border-left: 30px solid #b3b3b3;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  /* line 57, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts .envio-menu-nav-bt a {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
  /* line 57, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-menu #envio-menu-nav #envio-menu-nav-bts .envio-menu-nav-bt a {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 380px) {
  /* line 102, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-form {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 380px) {
  /* line 107, ../sass/mobile/_envio_material.scss */
  #envio-content #envio-form #envio-fieldset .envio-combo {
    width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 3, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container {
    margin: 0 auto 0 auto;
  }
  /* line 10, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .crop-img {
    width: 300px;
    height: 250px;
    overflow: hidden;
  }
  /* line 13, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .crop-img .default-gallery-item-img {
    width: 500px;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-bottom: -2px;
  }
  /* line 20, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content {
    width: 100%;
  }
  /* line 22, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item {
    width: 50%;
    height: 320px;
    max-width: 300px;
  }
  /* line 50, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item .crop-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  /* line 55, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item .crop-img .default-gallery-item-img {
    width: 500px;
    height: auto;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  /* line 61, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-noimg {
    width: 100%;
  }
  /* line 69, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-txt {
    width: 90%;
  }

  /* line 93, ../sass/mobile/_default_list_thumbs.scss */
  .default-header-tags-mob {
    width: 90%;
    height: 41px;
    background-color: #ecebeb;
    max-width: 480px;
    margin: 0 auto 0 auto;
    margin-top: 20px;
  }
  /* line 101, ../sass/mobile/_default_list_thumbs.scss */
  .default-header-tags-mob .default-header-tags-list-mob::-ms-expand {
    display: none;
  }
  /* line 103, ../sass/mobile/_default_list_thumbs.scss */
  .default-header-tags-mob .default-header-tags-list-mob {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    overflow: hidden;
    background: url(../img/arrow-yellow-drop.jpg) no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-style: italic;
    font-weight: 400;
    font-size: 1.2rem;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 640px) {
  /* line 3, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  /* line 28, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-noimg, .default-gallery-container .default-gallery-content .default-gallery-item .crop-img {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 530px) {
  /* line 22, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item {
    height: 300px;
  }
  /* line 34, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-noimg, .default-gallery-container .default-gallery-content .default-gallery-item .crop-img {
    height: 225px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 470px) {
  /* line 22, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item {
    height: 280px;
  }
  /* line 40, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-noimg, .default-gallery-container .default-gallery-content .default-gallery-item .crop-img {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 440px) {
  /* line 45, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-noimg, .default-gallery-container .default-gallery-content .default-gallery-item .crop-img {
    height: 175px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 470px) {
  /* line 64, ../sass/mobile/_default_list_thumbs.scss */
  .default-gallery-container .default-gallery-content .default-gallery-item .default-gallery-item-noimg p {
    font-size: 1.2rem;
  }
}

/*IE9 fixes*/
.no-csstransitions .move-down-tooltip {
  top: 78px !important;
}

.no-csstransitions .move-down-login {
  top: 75px !important;
}

body {
  overflow-x: hidden;
}

.no-csstransitions body {
  overflow-y: visible;
}

@media only screen and (max-width: 767px) {
  .page-template-anuncie-php .modal-bt-close {
    margin-top: -41px;
  }

  .page-template-anuncie-php .half.banner-half, .page-template-anuncie-php .especial-banner.banner-arroba {
    display: none;
  }

  .fb-like  {
    margin-left: 10px;
  }

  .default-header-tags .holder-bts {
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 60px 0 0;
    margin-top: -30px;
  }

  .default-header-tags .default-header-tags-list {
    margin: 0 0 30px 30px;
  }

  .default-gallery-container .default-gallery-content .default-gallery-item.ultima .call p.olho {
    margin: -2px 0 10px 25px;
  }

  #default-modal #register-container .title {
    line-height: 2.2rem;
    font-size: 16px;
    line-height: 1.3em;
  }

  #default-modal #register-container #form-newsletter {
    margin-top: 0px;
  }

  #form-socio input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}

.article-img {
  overflow: hidden;
}

.article-img:before {
  content: '';
  display: block;
  clear: both;
}

#default-modal .alert-validate {
  font-size: 12px;
}

.single-template .content #festival-menu {
  margin-right: 20px;
}

.sod_select select option, .sod_select select {
  text-transform: uppercase;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .content-page .content .article-container {
    width: 100%;
    min-width: 500px;
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: justify;
    margin-right: 0;
    padding-right: 0;
  }
}


/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

  /* Force table to not be like tables anymore */
  table.content-festival, 
  table.content-festival thead, 
  table.content-festival tbody, 
  table.content-festival th, 
  table.content-festival td, 
  table.content-festival tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  table.content-festival thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  table.content-festival tr { border: 1px solid #ccc; }
  
  table.content-festival td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    padding-top: 36px !important;
  }
  
  table.content-festival td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
  }
  
  /*
  Label the data
  */
  table.content-festival td:nth-of-type(1):before { content: "Título"; }
  table.content-festival td:nth-of-type(2):before { content: "Participante"; }
  table.content-festival td:nth-of-type(3):before { content: "Anunciante"; }
  table.content-festival td:nth-of-type(4):before { content: "Categoria"; }
  table.content-festival td:nth-of-type(5):before { content: "Prêmios"; }

  .image-zoomed .image-scroll {
    background: #000;
    width: 100%;
    overflow: auto;
  }
}

/* Smartphones (portrait and landscape) ----------- */
/*
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  body { 
    padding: 0; 
    margin: 0; 
    width: 320px; 
  }
}
*/
/* iPads (portrait and landscape) ----------- */
/*
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body { 
    width: 495px; 
  }
}
*/
.article-container .especial-banner {
  margin-top: 30px;
}

.thumb-video img, img.thumb-video {
  background-color: #4b4c4f;
  background-size: cover;
  background-position: center center;
}

html {
  height: 100%;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

html body {
  /*overflow: hidden !important;*/
}

.cdefault {
  cursor: text !important;
}

#wrapper .gsc-tabHeader.gsc-tabhInactive,
#wrapper .gsc-tabHeader.gsc-tabhActive {
  margin-right: 10px !important;
}

#wrapper .gsc-tabsArea {
  padding-top: 20px !important;
}

.relogio {
  position: absolute;
  left: 12px;
  bottom: 12px;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.relogio strong {
  display: block;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 5px;
}

.relogio#ca-clock {
  left: 95px;
}

.relogio .clock {
  height: 42px;
  width: 42px;
  /*display: inline-block;*/
  display: none;
  background: url(../img/clock.png) center no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.header-cannes-mob * {
  color: #fff;
}

.header-cannes-mob .default-bt-by {
  font-size: 13px;
}

.header-cannes-mob .center-y {
    padding-left: 85px;
    padding-top: 14px;
  background-image: url(../img/icon_cannes_home.png);
  background-repeat: no-repeat;
    background-position: 20px;
  color: #fff;
    background-size: 65px;
}

.header-cannes-mob .default-bt-desc {
  font-weight: bold;
  color: #000;
}