@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=BenchNine:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,500,700,900|Roboto+Condensed:400,300,700);
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i';
/*font-family: 'Source Sans Pro', sans-serif;*/

/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
  
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*IMAGEM DE ABERTURA e IMAGEM FULLSCREEN INTERIOR */

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

 bg{ width:100%;
height:auto;
}
/* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  line-spacing:1px;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3782c4;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2f6ea7;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.clearfix:before,
.container:before,
.container-fluid:before,
.row:before,
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 802px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 802px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 802px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 802px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 801px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width:802px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 802px) {
  .container {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 802px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@font-face {
  font-family: 'BodoniSvtyTwoITCTT-Book';
  src: url("../fonts/bodoni/BodoniSvtyTwoITCTT-Book_gdi.eot");
  src: url("../fonts/bodoni/BodoniSvtyTwoITCTT-Book_gdi-.eot#iefix") format('embedded-opentype'), url("../fonts/bodoni/BodoniSvtyTwoITCTT-Book_gdi.woff") format('woff'), url("../fonts/bodoni/BodoniSvtyTwoITCTT-Book_gdi.ttf") format('truetype'), url("../fonts/bodoni/BodoniSvtyTwoITCTT-Book_gdi.otf") format('opentype'), url("../fonts/bodoni/BodoniSvtyTwoITCTT-Book_gdi.svg#BodoniSvtyTwoITCTT-Book") format('svg');
  unicode-range: U+0020-25CA;
}
.tda-font-family-01 {
  font-family: 'Open Sans', sans-serif;
}
.tda-font-family-02 {
  font-family: 'BenchNine';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing:2px;
  
 
 
}
.tda-typo-color-00 {
  color: #fff;
}
.tda-typo-color-01 {
  color: #f9f9ed;
}
.tda-typo-color-02 {
  color: #242432;
 
}
.tda-typo-color-03 {
  color: #564e4c;
}
.tda-typo-color-04 {
  color: #f6f4f0;
}
.tda-typo-color-05 {
  color: #9d7e54;
}
.tda-typo-color-06 {
  color: #51504e;
}
.tda-typo-color-07 {
  color: #a4a4a4;
}
.tda-typo-color-08 {
  color: #d8d8d8;
}
.tda-typo-color-09 {
  color: #e7e5e1;
}
.tda-typo-color-10 {
  color: #878787;
}
.tda-typo-color-11 {
  color: #beb7b5;
}
.tda-typo-color-12 {
  color: #5ea9dd;
}
.tda-typo-color-13 {
  color: #3765a3;
}
.tda-typo-color-14 {
  color: #bebebe;
}
.tda-typo-color-15 {
  color: #231f20;
}
.tda-typo-color-16 {
  color: #3d4551;
}
.tda-typo-5 {
  font-size: 0.7em;
}
.tda-typo-10 {
  font-size: 1em;
}
.tda-typo-11 {
  font-size: 1.1em;
}
.tda-typo-13 {
  font-size: 1.3em;
}
.tda-typo-14 {
  font-size: 1.4em;
}
.tda-typo-15 {
  font-size: 1.5em;
}
.tda-typo-16 {
  font-size: 1.6em;
 

 
}
.tda-typo-17 {
  font-size: 1.7em;
}
.tda-typo-18 {
  font-size: 1.8em;
}
.tda-typo-20 {
  font-size: 2em;
}
.tda-typo-24 {
  font-size: 2.4em;
}
.tda-typo-28 {
  font-size: 2.8em;
}
.tda-typo-30 {
  font-size: 3em;
}
.tda-typo-32 {
  font-size: 3.2em;
  
}
.tda-typo-36 {
  font-size: 3.6em;
}
.tda-typo-42 {
  font-size: 4.2em;
}
.tda-typo-48 {
  font-size: 4.8em;
}
.tda-typo-144 {
  font-size: 14.4em;
}
.tda-line-height-1 {
  line-height: 1em;
}
.tda-line-height-2 {
  line-height: 2em;
}
.tda-text-center {
  text-align: center;
  font-size:18px;
  font-family: 'BenchNine';
  font-weight: 400;
  font-style: normal;
}
.tda-text-italic {
  font-style: normal;
}
.tda-text-uppercase {
  text-transform: uppercase;
}
.tda-text-underline {
  text-decoration: underline;
}
.tda-letter-spac-1 {
  letter-spacing: 1px;
}
.tda-letter-spac-2 {
  letter-spacing: 2px;
}
.tda-letter-spac-3 {
  letter-spacing: 3px;
}
.tda-letter-spac-6 {
  letter-spacing: 6px;
}
p {
  line-height: 1.9em;
  
}
.tda-typo-standard a {
  font-style: italic !important;
}
.tda-typo-standard a:hover {
  color: #26c4d5;
}
.tda-typo-standard b,
.tda-typo-standard strong {
  font-weight: bold !important;
}
.tda-typo-standard h1 {
  font-size: 3em;
  line-height: 1.2em;
}
.tda-typo-standard h2 {
  font-size: 2.4em;
  line-height: 1.4em;
  letter-spacing:2px;
}
.tda-typo-standard h3 {
  font-size: 2.2em;
  line-height: 1.4em;
}
.tda-typo-standard h4 {
  font-size: 1.8em;
  line-height: 1.4em;
}
.tda-typo-standard h5 {
  font-size: 1.6em;
  line-height: 1.4em;
}
.tda-typo-standard h6 {
  font-size: 1.2em;
  line-height: 1.9em;
}
.tda-typo-standard em {
  font-weight: normal;
  font-style: italic;
}
.tda-typo-standard address,
.tda-typo-standard pre {
  font-size: 1.4em;
  line-height: 2em;
}
.tda-typo-standard p {
  font-size: 1.4em;
}
.tda-typo-standard iframe,
.tda-typo-standard object,
.tda-typo-standard embed {
  position: relative;
  margin: 60px auto;
  width: 100%;
}
.tda-bg-color-00 {
  background-color: #f6f4f0;
}
.tda-bg-color-01 {
  background-color: #242432;
}
.tda-bg-color-02 {
  background-color: #9d7e54;
}
.tda-bg-color-03 {
  background-color: #564e4c;
}
.ss {
  opacity: 0;
}
.tda-padding-null {
  padding: 0 !important;
}
.tda-padding-t-m {
  padding-top: 30px;
}
.tda-padding-t-l {
  padding-top: 40px;
}
.tda-padding-t-xl {
  padding-top: 80px;
}
.tda-padding-t-xxxl {
  padding-top: 150px;
}
.tda-padding-b-xs {
  padding-bottom: 10px;
}
.tda-padding-b-s {
  padding-bottom: 20px;
}
.tda-padding-b-m {
  padding-bottom: 30px;
}
.tda-padding-b-l {
  padding-bottom: 40px;
}
.tda-padding-b-xl {
  padding-bottom: 80px;
}
.tda-padding-b-xxxl {
  padding-bottom: 150px;
}
@media (max-width: 801px) {
  .tda-padding-t-xl-mobile {
    padding-top: 40px !important;
  }
}
.tda-opa-08 {
  opacity: 0.8;
}
.tda-opa-06 {
  opacity: 0.6;
}
.tda-opa-05 {
  opacity: 0.5;
  
}
.tda-opa-03 {
  opacity: 0.3;
}
.tda-boxed {
  position: relative;

  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1074px; /* LARGURA DO BOXED GERAL PARA TEXTO E IMAGENS ESPAÇO ONDE ENCAIXA TUDO */
  padding: 0 20px;
}
.tda-boxed-s {
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 600px;
  padding: 0 20px;
}
.tda-padding-14 {
  padding: 0 14px;
}
.tda-margin-top-negative {
  margin-top: -520px;
  margin-bottom: 550px;
}

@media (max-width: 901px) {
  .tda-margin-top-negative {
    margin-top: -320px;
  margin-bottom: -50px;
  }
}
@media (max-width: 801px) {
  .tda-margin-top-negative {
    margin-top: 0px;
    bottom: 0px;
  }
}
.tda-margin-t-xxxl {
  margin-top: 150px;
}
.tda-margin-t-l {
  margin-top: 60px;
}
.tda-margin-t-m {
  margin-top: 30px;
}
.tda-margin-t-xxs {
  margin-top: 10px;
}
img.tda-img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
@media (max-width: 801px) {
  .tda-hide-on-mobile {
    display: none !important;
 
}
  
}
.tda-view-on-mobile {
  display: none;
}
@media (max-width: 801px) {
  .tda-view-on-mobile {
    display: block !important;
	
  }
}
@media (max-width: 801px) {
  .tda-mobile-centered {
    float: none !important;
    margin: 0 auto !important;
  }
}
.tda-table {
  display: table;
  height: 100%;
  width: 100%;
}
.tda-table .tda-table-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.tda-line-centered {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100px;
  background-color: #e7e5e1;
  opacity: 0.5;
}
.tda-line-centered > div {
  position: absolute;
  bottom: 0px;
  left: -2px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #e7e5e1;
}
.tda-easing {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.tda-easing-parallax {
  -webkit-transition: all 5500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 5500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 5500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 5500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
.tda-top {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 680px;

}
.tda-top1 {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 80px;

}
@media (max-width: 901px) {
  .tda-top {
    height: 360px;
  }
}
.tda-top .tda-top-body {
  position: absolute;
  overflow: hidden;
  bottom:0;
  left: 0;
  width: 100%;
 
}
.tda-top .tda-top-body .tda-top-body-inside {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.tda-top .tda-top-body .tda-top-body-inside .tda-top-txt {
  position: relative;
  
  float: left;
  width: 50%;
  height: 100%;
  padding: 0 20px 0px 60px;
 font-size:90%;
  text-shadow: 2px -1px 2px rgba(0, 0, 5, 1);
}
@media (max-width: 901px) {
  .tda-top .tda-top-body .tda-top-body-inside .tda-top-txt {
     width: 60%;
	padding: 0 70px 0px 60px;
	font-size:85%;
	
   
  }
}



@media (max-width: 801px) {
  .tda-top .tda-top-body .tda-top-body-inside .tda-top-txt {
    width: 70%;
	padding: 0 70px 0px 60px;
	font-size:80%;
   
  }
}
@media (max-width: 601px) {
  .tda-top .tda-top-body .tda-top-body-inside .tda-top-txt {
    width: 90%;
	padding: 0 70px 0px 60px;
	font-size:85%;
   
  }
}

@media (max-width: 401px) {
  .tda-top .tda-top-body .tda-top-body-inside .tda-top-txt {
    width: 100%;
	padding: 0 70px 0px 60px;
	font-size:85%;
   
  }
}


.tda-top .tda-top-body .tda-top-body-inside .tda-top-txt h1 {
 
 

  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
@media (max-width: 801px) {
  .tda-top .tda-top-body .tda-top-body-inside .tda-top-txt h1 {
    font-size: 2.4em;
   
	
  }
}
.tda-top .tda-top-body .tda-top-body-inside .tda-top-txt p {
  line-height: 1.5em;
padding-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
 
}
@media (max-width: 801px) {
  .tda-top .tda-top-body .tda-top-body-inside .tda-top-txt p {
    padding-bottom: 0px;
  }
}
.tda-top .tda-top-body .tda-top-body-inside .tda-top-txt .tda-standard-label {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.tda-top .tda-top-body .tda-top-body-inside .tda-top-txt .tda-standard-label h6 {
  padding-bottom: 40px;
}
.tda-top .tda-top-body .tda-top-body-inside .tda-top-txt .tda-top-txt-line {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0;
  width: 1px;
  background-color: #e7e5e1;
  opacity: 0.5;
}
.tda-top .tda-top-body .tda-top-body-inside .tda-top-txt .tda-top-txt-line > div {
  position: absolute;
  top: 0px;
  left: -2px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #e7e5e1;
}
.tda-top .tda-top-mask {
  position: absolute;
  margin-top: -10px;
  left: 0;
  height: auto;
  width: 100%;
  opacity: 0.3;
  background: #000;
}
.tda-top .tda-top-mask-animation {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tda-top .tda-top-mask-animation > div {
  position: absolute;
  height: 100%;
  width: 50%;
}
.tda-top .tda-top-mask-animation > div.tda-top-mask-left {
  bottom: 0;
  height:100%;
  left: 0;
  background: #000;
}
.tda-top .tda-top-mask-animation > div.tda-top-mask-right {
  top:0;
  left: 50%;
   height:100%;
  background: #000;
}
.tda-video-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top:-40px
}
.tda-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
}
.tda-video-container video.tda-video-cropped {
  height: 100%;
  width: 100%;
}
.tda-bg-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
}
.tda-bg-container > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tda-bg-container > div.tda-img-parallax {
  top: -20%;
  height: 120%;
}
.tda-scroll-down {
  position: relative;
  height: 16px;
  line-height: 16px;
  opacity: 0;
  display: table;
  cursor: pointer;
}
.tda-scroll-down .tda-scroll-down-icon {
  position: relative;
  float: left;
  margin-right: 10px;
  height: 16px;
  width: 14px;
  background: url("../img/icon/arrow-down.png") center center no-repeat;
  background-size: 14px 16px;
  -webkit-animation: scroll_down_animation 2.4s ease-in-out infinite;
  -moz-animation: scroll_down_animation 2.4s ease-in-out infinite;
  -o-animation: scroll_down_animation 2.4s ease-in-out infinite;
  -ms-animation: scroll_down_animation 2.4s ease-in-out infinite;
  animation: scroll_down_animation 2.4s ease-in-out infinite;
}
@-webkit-keyframes scroll_down_animation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  12% {
    transform: translateY(10px);
    opacity: 0.4;
  }
  30% {
    transform: translateY(6px);
    opacity: 1;
  }
  35% {
    transform: translateY(10px);
    opacity: 0.4;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes scroll_down_animation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  12% {
    transform: translateY(10px);
    opacity: 0.4;
  }
  30% {
    transform: translateY(6px);
    opacity: 1;
  }
  35% {
    transform: translateY(10px);
    opacity: 0.4;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes scroll_down_animation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  12% {
    transform: translateY(10px);
    opacity: 0.4;
  }
  30% {
    transform: translateY(6px);
    opacity: 1;
  }
  35% {
    transform: translateY(10px);
    opacity: 0.4;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.tda-module-media-txt {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: auto;
  padding: 10px 0;
}
/* Forçar a altura e largura para o texto do Enoturismo */
.eno-height {
  width: 100% !important;
  height: 1550px !important;
  vertical-align: top !important;
  padding: 10px !important;
}

/* Container do vídeo do Enoturismo*/
.eno-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.eno-video iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tda-module-media-txt .tda-module-media-txt-body {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.tda-module-media-txt .tda-module-media-txt-body .tda-panel-multimedia {
  position: relative;
  float: left;
  overflow: hidden;
  width: 50%;
  padding: 60px;
}
.tda-module-media-txt-right.tda-module-media-txt .tda-module-media-txt-body .tda-panel-multimedia {
  float: right;
}
@media (max-width: 801px) {
  .tda-module-media-txt .tda-module-media-txt-body .tda-panel-multimedia {
    width: 100%;
  }
}
.tda-module-media-txt .tda-module-media-txt-body .tda-panel-multimedia .tda-panel-media-container {
  position: relative;
  margin: 0 auto;
  height: 640px;
  max-width: 340px;
  background-color: #000;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.tda-module-media-txt .tda-module-media-txt-body .tda-panel-multimedia .tda-panel-media-container.tda-panel-media-container-multi-image {
  box-shadow: none;
  background: none;
}
.tda-module-media-txt .tda-module-media-txt-body .tda-panel-multimedia .tda-panel-media-container.tda-panel-media-container-multi-image img {
  position: absolute;
  overflow: hidden;
}
.tda-module-media-txt .tda-module-media-txt-body .tda-panel-multimedia .tda-panel-media-container-label {
  position: absolute;
  bottom: -30px;
}
.tda-module-media-txt .tda-module-media-txt-body .tda-panel-text {
  position: absolute;
  overflow: hidden;
  right: 0;
  width: 60%;
  height: 100%;
  padding: 50px;
}
.tda-module-media-txt-right.tda-module-media-txt .tda-module-media-txt-body .tda-panel-text {
  left: 0;
}
@media (max-width: 801px) {
  .tda-module-media-txt .tda-module-media-txt-body .tda-panel-text {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 700px;
  }
}
.tda-module-double-media {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 801px) {
  .tda-module-double-media {
    padding: 0;
  }
}
.tda-module-double-media .tda-module-double-media-bg-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 40%;
  width: 100%;
}
@media (max-width: 801px) {
  .tda-module-double-media .tda-module-double-media-bg-top {
    background: #fff !important;
  }
}
.tda-module-double-media .tda-module-double-media-body {
  overflow: hidden;
}
.tda-module-double-media .tda-module-double-media-body .tda-module-double-left {
  position: relative;
  float: left;
  width: 40%;
  padding: 0 20px;
}
@media (max-width: 801px) {
  .tda-module-double-media .tda-module-double-media-body .tda-module-double-left {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    float: none;
    text-align: center;
    padding: 0 16px 60px 16px;
  }
}
.tda-module-double-media .tda-module-double-media-body .tda-module-double-left .tda-panel-media-container {
  position: relative;
  margin: 0 auto;
  height: 1200px;
  max-width: 340px;
  background-color: #000;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
@media (max-width: 801px) {
  .tda-module-double-media .tda-module-double-media-body .tda-module-double-left h2 {
    padding-top: 20px;
  }
}
.tda-module-double-media .tda-module-double-media-body .tda-module-double-right {
  position: relative;
  float: left;
  width: 60%;
  padding: 0 40px;
}
@media (max-width: 801px) {
  .tda-module-double-media .tda-module-double-media-body .tda-module-double-right {
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    float: none;
    padding: 0 16px;
    text-align: center;
  }
}
.tda-module-double-media .tda-module-double-media-body .tda-module-double-right .tda-panel-media-container {
  position: relative;
  margin: 0 auto;
  height: 286px;
  max-width: 600px;
  background-color: #000;
  box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
@media (max-width: 801px) {
  .tda-panel-media-container {
    height: 300px !important;
  }
}
.tda-panel-media-image {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  width: 100%;
}
.tda-modal {
  position: fixed;
  overflow: hidden;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
@media (max-width: 801px) {
  .tda-modal.tda-modal-search p {
    padding-top: 0;
  }
}
.tda-modal .tda-modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 48px;
  width: 48px;
  background: #564e4c;
  border-radius: 50%;
  cursor: pointer;
  font-size: 30px;
  text-align: center;
  color: #fff;
  line-height: 46px;
  z-index: 2;
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
@media (max-width: 801px) {
  .tda-modal .tda-modal-close {
    top: 14px;
    right: 14px;
  }
}
.tda-modal .tda-modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  background: rgba(255,255,255,0.98);
  opacity: 0;
  z-index: -2;
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.tda-modal .tda-modal-body {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  padding: 20px;
  -o-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -webkit-transform: tran5ateY(20px);
  transform: translateY(20px);
}
.tda-modal .tda-close-icon {
  height: 90px;
  width: 90px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke: #fff;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.165, 0.775, 0.145, 1.02);
}
.tda-modal .tda-close-icon .circle {
  opacity: 0.2;
}
@media (max-width: 801px) {
  .tda-modal .tda-close-icon .circle {
    display: none;
  }
}
.tda-modal .tda-close-icon .progress {
  opacity: 0;
  transition: 0.5s;
  stroke-dasharray: 1, 120;
}
@media (max-width: 801px) {
  .tda-modal .tda-close-icon .progress {
    display: none;
  }
}
.tda-modal .tda-close-icon:hover .circle {
  opacity: 0.1;
}
.tda-modal .tda-close-icon:hover .progress {
  opacity: 1;
}
.tda-modal .tda-close-icon:hover .progress {
  stroke-dasharray: 120, 120;
  transition: 1.6s cubic-bezier(0.165, 0.775, 0.145, 1.02);
}
.tda-lang-container {
  position: relative;
  margin: 100px auto;
  text-align: center;
}
.tda-lang-container > div {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.tda-lang-container > div a.active {
  border-bottom: 1px solid;
}
.tda-filter-category {
  position: relative;
  overflow: hidden;
  margin: 0 auto 80px;
}
.tda-filter-category ul {
  position: relative;
  overflow: hidden;
}
.tda-filter-category ul > li {
  display: inline-block;
  text-transform: uppercase;
  color: #564e4c;
  margin: 20px 20px 10px 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.tda-filter-category ul > li:after {
  content: ' ';
  display: block;
  position: relative;
  height: 1px;
  width: 0;
  background: #9d7e54;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.tda-filter-category ul > li:hover {
  color: #9d7e54;
}
.tda-filter-category ul > li:hover:after {
  width: 100%;
}
.tda-filter-category ul > li.current-cat {
  color: #9d7e54;
}
.tda-filter-category ul > li.current-cat:after {
  width: 100%;
}
.tda-filter-category ul > li a {
  display: block;
}


/* BACKGOUND PARA APRESENTAÇAO ULTIMAS NOTICIAS NO HOME */
.tda-loop-post-in-home {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
 
  width: 100%;
  background: url("../img/fundonoticiashome.jpg") center 0px no-repeat;
  background-size: cover;
  padding-bottom: 160px;
  
}
.tda-loop-post-in-home .tda-loop-post-in-home-body {
  position: relative;
  max-width: 100%;
  margin-top: 0px;
}
@media (max-width: 801px) {
  .tda-loop-post-in-home .tda-loop-post-in-home-body {
    margin-top: 0;
  }
}
.tda-loop-post-in-home .tda-post {
  box-shadow: 0 5px 10px rgba(0,0,0,0.2) !important;
  margin: 0;
}
.tda-loop-post-in-home .tda-post .tda-post-body {
  padding: 80px 40px 20px 40px;
}
@media (max-width: 801px) {
  .tda-loop-post-in-home .tda-post .tda-post-body {
    padding: 80px 20px 20px 20px;
  }
}
.tda-loop-post-in-home .tda-post .tda-post-body .tda-post-img-container {
  max-width: 160px !important;
}
.tda-loop-post-in-home .tda-post .tda-post-body h6 {
  font-size: 1.2em;
}
.tda-loop-post-in-home .tda-post .tda-post-body h2 {
  font-size: 2.8em;
  padding-top: 14px;
}
.tda-loop-post-in-home .tda-post .tda-post-body p {
  font-size: 1.3em;
}
.tda-loop-post-in-home .tda-post .tda-post-body h5 {
  font-size: 1.2em;
  padding-top: 28px;
}
.tda-loop-post-in-home .tda-post .tda-post-body img {
  max-height: 160px !important;
}
.tda-gallery-grid {
  position: relative;
  oveflor: hidden;
}
.tda-gallery-grid .tda-gallery-grid-body {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.tda-gallery-grid .tda-gallery-grid-body > div {
  position: relative;
  overflow: hidden;
  float: left;
}
.tda-gallery-grid .tda-gallery-grid-body > div.tda-gallery-grid-vertical {
  width: 25%;
  padding-bottom: 44%;
}
.tda-gallery-grid .tda-gallery-grid-body > div.tda-gallery-grid-large {
  width: 50%;
  padding-bottom: 44%;
}
.tda-gallery-grid .tda-gallery-grid-body > div.tda-gallery-grid-small {
  width: 25%;
  padding-bottom: 23%;
}
.tda-gallery-grid .tda-gallery-grid-body > div.tda-gallery-grid-portrait {
  width: 50%;
  padding-bottom: 23%;
}
.tda-gallery-grid .tda-gallery-grid-body > div > div {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  transition: all 3s;
}
.tda-gallery-grid .tda-gallery-grid-body > div .tda-standard-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}
@media (max-width: 500px) {
  .tda-gallery-grid .tda-gallery-grid-body > div .tda-standard-label {
    display: none;
  }
}
.tda-gallery-grid .tda-gallery-grid-body > div .tda-standard-label h6 {
  position: absolute;
  bottom: 0;
  padding: 40px;
  color: #fff !important;
}
.tda-gallery-grid .tda-gallery-grid-body > div:hover > div {
  opacity: 0.4;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.tda-typo-standard .gallery {
  position: relative;
  margin: 60px auto !important;
  width: 100%;
  height: 300px;
  background-color: #f6f4f0;
}
@media (max-width: 500px) {
  .tda-typo-standard .gallery {
    height: 200px;
  }
}
.tda-typo-standard .gallery .gallery-item {
  position: absolute;
  float: left !important;
  margin-top: 0 !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  padding: 6px !important;
}
.tda-typo-standard .gallery .gallery-item .gallery-icon {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  padding: 6px;
}
.tda-typo-standard .gallery .gallery-item .gallery-icon img {
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  max-height: 100% !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  border: none !important;
}
.tda-typo-standard .gallery-dot-container {
  position: absolute;
  bottom: -32px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.tda-typo-standard .gallery-dot-container .gallery-dot {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 2px 0 2px;
  border-radius: 50%;
  background-color: #e7e5e1;
  font-size: 5px;
  line-height: 14px !important;
  text-align: center;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif !important;
}
.tda-typo-standard .gallery-dot-container .gallery-dot.current {
  color: #fff;
  background-color: #9d7e54;
}
.tda-media-share-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  margin-top: -130px;
  text-align: center;
}
.tda-media-share-container-a {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
.tda-media-share-container.tda-float-left {
  text-align: left;
}
@media (max-width: 500px) {
  .tda-media-share-container.tda-float-left {
    text-align: center;
  }
}
.tda-button {
  display: inline-block;
  height: 50px;
  margin-bottom: 6px;
  vertical-align: top;
  font-family: 'Lato';
  font-weight: 400;
  font-style: normal;
  letter-spacing:2px;
  font-stretch: normal;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  font-style: normal;
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
@media (max-width: 500px) {
  .tda-button {
    width: 100%;
  }
}
.tda-button.tda-button-main {
  background-color: #8e490f;
  padding: 0 10px;
  margin-right: 20px;
 
}
.tda-button.tda-button-social {
  padding: 0 52px;
}
.tda-button.tda-button-social.tda-button-facebook {
  background-color: #3765a3;
}
.tda-button.tda-button-social.tda-button-twitter {
  background-color: #5ea9dd;
}
.tda-button.tda-button-social > div {
  position: relative;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  height: 20px;
  width: 20px;
}
.tda-button.tda-button-social > div.tda-facebook-icon {
  background: url("../img/icon/facebook.png") center center no-repeat;
  background-size: 12px 22px;
}
.tda-button.tda-button-social > div.tda-twitter-icon {
  background: url("../img/icon/twitter.png") center center no-repeat;
  background-size: 20px 17px;
}
.tda-button.tda-button-main img {
  position: relative;
  overflow: hidden;
  margin-left: 30px;
  width: 18px;
  height: 15px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.tda-button.tda-button-main:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.tda-button:hover {
  opacity: 0.9;
}
.tda-standard-label {
  position: relative;
  overflow: hidden;
}
.tda-standard-label img {
  padding-right: 14px;
}
.tda-panel-media-container-label {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  left: 0px;
}
@media (max-width: 801px) {
  .tda-panel-media-container-label {
    display: none;
  }
}
.tda-panel-media-container-label > div p {
  float: left;
  font-size: 1.4em !important;
}
.tda-panel-media-container-label > div img {
  padding-right: 14px;
}

body.single-product .tda-top-body .tda-top-body-inside {
  padding-top: 260px;
  height: 100%;
}
body.single-product .tda-top-map {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url("../img/shared/map-top.png") bottom right no-repeat;
  background-size: 589px 550px;
}
body.single-product .tda-top-map .tda-top-map-mask {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.single-product .tda-top-txt {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100% !important;
  float: left !important;
  padding: 20px 20px 60px 20px !important;
}
body.single-product .tda-top-txt h1 {
  margin: 0;
  padding-bottom: 0 !important;
}
body.single-product .tda-top-txt p {
  padding-bottom: 0px !important;
}
@media (max-width: 801px) {
  body.single-product .tda-top-txt p {
    padding-bottom: 10px !important;
  }
}
body.single-product .tda-top-txt .tda-product-size-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
@media (max-width: 801px) {
  body.single-product .tda-top-txt .tda-product-size-container {
    margin-bottom: 20px;
  }
}
body.single-product .tda-top-txt .tda-product-size-container > div {
  position: relative;
  float: left;
  height: 126px;
  width: 50px;
  padding-bottom: 20px;
}
body.single-product .tda-top-txt .tda-product-size-container > div > div {
  position: absolute;
 top:0px;
  left: 0;
  height: 102px;
  width: 100%;
}
body.single-product .tda-top-txt .tda-product-size-container > div > div.tda-mask {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
body.single-product .tda-top-txt .tda-product-size-container > div.tda-product-size-l .tda-active {
  background: url("") bottom center no-repeat;
  background-size: 32px 81px;
 
}
body.single-product .tda-top-txt .tda-product-size-container > div.tda-product-size-l .tda-inactive {
  background: url("") bottom center no-repeat;
  background-size: 32px 81px;
  
}
body.single-product .tda-top-txt .tda-product-size-container > div.tda-product-size-m .tda-active {
  background: url("") bottom center no-repeat;
  background-size: 26px 81px;
  
}
body.single-product .tda-top-txt .tda-product-size-container > div.tda-product-size-m .tda-inactive {
  background: url("") bottom center no-repeat;
  background-size: 26px 81px;
  
}
body.single-product .tda-top-txt .tda-product-size-container > div.tda-product-size-s .tda-active {
  background: url("") bottom center no-repeat;
  background-size: 17px 71px;
  
}
body.single-product .tda-top-txt .tda-product-size-container > div.tda-product-size-s .tda-inactive {
  background: url("") bottom center no-repeat;
  background-size: 17px 71px;
  
}
body.single-product .tda-top-txt .tda-product-size-container > div.tda-product-size-xs .tda-active {
  background: url("") bottom center no-repeat;
  background-size: 14px 65px;
  
}
body.single-product .tda-top-txt .tda-product-size-container > div.tda-product-size-xs .tda-inactive {
  background: url("") bottom center no-repeat;
  background-size: 14px 65px;
  
}
body.single-product .tda-top-txt .tda-product-size-container > div span {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  opacity: 0.6;
}
body.single-product .tda-product-shortcode {
  position: relative;
  overflow: hidden;
 top:-180px;
  
}
body.single-product .tda-product-shortcode h6 {
  padding-bottom: 0px;
}
body.single-product .tda-product-shortcode p {
  line-height: 1.5em;
}
body.single-product .tda-product-shortcode .tda-shortcode-icon {
  position: relative;
  overflow: hidden;
  float: left;
  top: 2px;
  margin-right: 18px;
  height: 24px;
  width: 24px;
}
body.single-product .tda-product-shortcode .tda-shortcode-icon.tda-shortcode-icon-award {
  background: url("") center center no-repeat;
  background-size: 24px 22px;
}
body.single-product .tda-product-shortcode .tda-shortcode-icon.tda-shortcode-icon-news {
  background: url("") center center no-repeat;
  background-size: 18px 24px;
}
body.single-product .tda-product-shortcode .tda-product-shortcode-img {
  position: relative;
  overflow: hidden;
  float: left;
  width: 110px;
  height: auto;
}
.tda-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: 9;
  color: #fff;
 text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
  line-height: 80px;
}
.tda-nav .tda-nav-bg {
  position: absolute;
  top: 0;
  left: 0;
 
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.tda-nav .tda-nav-body {
  position: relative;
  margin: 0 auto;
}
.tda-nav .tda-nav-body .tda-nav-logo {
  position: absolute;
  overflow: hidden;
  left: 20px;
  top: -10px;
  height: 95px;
  width: 120px;
  margin-left:100px;
  background: url("../img/logofradesbranco.png") center center no-repeat;
  background-size: 120px 70px;
  z-index: 2;
}


@media (max-width: 951px) {
	.tda-nav .tda-nav-body .tda-nav-logo {
  position: absolute;
  overflow: hidden;
  left: 20px;
  top: -10px;
  height: 95px;
  width: 120px;
  margin-left:5px;
  background: url("../img/logofradesbranco.png") center center no-repeat;
  background-size: 120px 70px;
  z-index: 2;
}

}
.tda-nav .tda-nav-body .tda-menu-container {
  position: relative;

  height: 95px;
}
.tda-nav .tda-nav-body .tda-menu-container > div {
  position: relative;
  overflow: hidden;
  margin-right: 100px;
  height: 100%;
}

@media (max-width: 951px) {
	
	.tda-nav .tda-nav-body .tda-menu-container > div {
  position: relative;
  overflow: hidden;
margin-right:100px;/* afastamento do menu ao lado direito */
  height: 100%;
}
}

.tda-nav .tda-nav-body .tda-menu-container > div ul {
  text-align: right;
  
  float:right;
}
.tda-nav .tda-nav-body .tda-menu-container > div ul li {
  display: inline-block;
  height: 100%;

  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.tda-nav .tda-nav-body .tda-menu-container > div ul li a {
  height: 100% !important;
  
  display: block;
  padding: 0px 10px;
}
@media (max-width: 801px) {
  .tda-nav .tda-nav-body .tda-menu-container > div ul li a {
    padding: 0 10px;
  }
}
.tda-nav .tda-nav-body .tda-menu-container > div ul li a:after {
  content: ' ';
  display: block;
  position: relative;
  bottom: 50px;
  height: 1px;
  width: 0;
  background: #9d7e54;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.tda-nav .tda-nav-body .tda-menu-container > div ul li:hover {
  color: #9d7e54;
}
.tda-nav .tda-nav-body .tda-menu-container > div ul li:hover a:after {
  width: 100%;
  
}
.tda-nav .tda-nav-body .tda-menu-container > div ul li.current-menu-item {
  color: #9d7e54;
}
.tda-nav .tda-nav-body .tda-menu-container > div ul li.current-menu-item a:after {
  width: 100%;
  color: #f00;
}

.tda-nav.tda-nav-scrolled {
  color: #000;
  height: 80px;
  float:right;
  margin-right:100px;
  line-height: 80px;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(32,33,36,0.06);
}
.tda-nav.tda-nav-scrolled .tda-nav-bg {
  background: #fff;
 
}
.tda-nav.tda-nav-scrolled .tda-nav-logo {
  top: -10px;
  background: url("../img/logoqtafrades.png") center center no-repeat;
  background-size: 120px 70px;
   height: 95px;
  width: 120px;
  margin-left:100px;
}

@media (max-width: 951px) {
	.tda-nav.tda-nav-scrolled .tda-nav-logo {
  top: -10px;
  background: url("../img/logoqtafrades.png") center center no-repeat;
  background-size: 120px 70px;
   height: 95px;
  width: 120px;
  margin-left:5px;
}
}
.tda-nav.tda-nav-scrolled .tda-menu-container > div ul li a:after {
  bottom: 24px;
}
.tda-nav.tda-nav-scrolled .tda-nav-lang {
  top: 0px;
}
.tda-nav.tda-nav-scrolled .tda-nav-lang > div {
  border: 0px;
  line-height: 24px;
}
.tda-nav.tda-nav-scrolled .tda-nav-search {
  top: 30px;
}
.tda-nav.tda-nav-scrolled .tda-nav-search .tda-nav-search-icon {
  background: url("") center center no-repeat;
  background-size: 20px 20px;
}
.tda-nav.tda-nav-scrolled-important {
  color: #a4a4a4 !important;
  height: 80px !important;
  line-height: 80px !important;
  border-bottom: 1px solid rgba(32,33,36,0.06) !important;
}
.tda-nav.tda-nav-scrolled-important .tda-nav-bg {
  background: #fff !important;
}
.tda-nav.tda-nav-scrolled-important .tda-nav-logo {
  top: 10px !important;
  background: url("") center center no-repeat !important;
  background-size: 99px 70px !important;
}
.tda-nav.tda-nav-scrolled-important .tda-menu-container > div ul li a:after {
  bottom: 24px !important;
}
.tda-nav.tda-nav-scrolled-important .tda-nav-lang {
  top: 0px !important;
}
.tda-nav.tda-nav-scrolled-important .tda-nav-lang > div {
  border: 0px !important;
  line-height: 24px !important;
}
.tda-nav.tda-nav-scrolled-important .tda-nav-search {
  top: 30px !important;
}
.tda-nav.tda-nav-scrolled-important .tda-nav-search .tda-nav-search-icon {
  background: url("") center center no-repeat !important;
  background-size: 20px 20px !important;
}
.tda-hamburger-container {
  position: fixed;
  top: 14px;
  right: 14px;
  height: 48px;
  width: 48px;
  background: #564e4c;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
}
.tda-hamburger-container .hamburger {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
}
.tda-hamburger-container .hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff none repeat scroll 0% 0%;
  opacity: 1;
  right: 0px;
  transition: all 0.25s ease-in-out 0s;
  transform: rotate(0deg);
}
.tda-hamburger-container .hamburger span:nth-child(1) {
  margin-top: 0px;
}
.tda-hamburger-container .hamburger span:nth-child(2) {
  margin-top: 6px;
  margin-right: 0px;
}
.tda-hamburger-container .hamburger span:nth-child(3) {
  margin-top: 12px;
}
.tda-hamburger-container .hamburger.opened span:nth-child(1) {
  transform: rotate(135deg);
  margin-top: 6px;
}
.tda-hamburger-container .hamburger.opened span:nth-child(2) {
  opacity: 0;
  right: -75px;
}
.tda-hamburger-container .hamburger.opened span:nth-child(3) {
  transform: rotate(-135deg);
  margin-top: 6px;
}
.tda-modal-menu-mobile .tda-nav-search {
  position: absolute;
  cursor: pointer;
  top: 14px !important;
  left: 20px;
  height: 48px;
  width: 30px;
  background: url("") center center no-repeat;
  background-size: 20px 20px;
  z-index: 9;
}
.tda-modal-menu-mobile .tda-modal-body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: scroll;
}
.tda-modal-menu-mobile .tda-modal-body .tda-menu-container {
  position: relative;
  margin: 50px auto;
  overflow: hidden;
}
.tda-modal-menu-mobile .tda-modal-body .tda-menu-container li a {
  display: block;
  padding: 10px 0;
}
.tda-modal-menu-mobile .tda-lang-container {
  position: absolute;
  padding-top: 76px;
  top: 0;
  margin-top: 0;
  left: 20px;
  height: auto;
}
.tda-modal-menu-mobile .tda-lang-container > div {
  margin-bottom: 4px;
  background: #564e4c;
  color: #fff;
  height: 30px;
  width: 30px;
  font-size: 12px;
  border-radius: 50%;
  line-height: 12px;
}
.tda-modal-menu-mobile .tda-lang-container > div a {
  color: #fff;
}
.tda-footer {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  z-index: 3;
}
@media (max-width: 801px) {
  .tda-footer {
    text-align: center;
	
  }
}
.tda-footer .tda-footer-body {
  padding-top: 140px;
  padding-bottom: 160px;
  padding-left:50px;
}
@media (max-width: 801px) {
  .tda-footer .tda-footer-body {
    padding-top: 40px;
    padding-bottom: 50px;
	left:-20px;
  }
}
.tda-footer .tda-footer-body p {
  line-height: 1.6em;
}
.tda-footer .tda-footer-body .tda-footer-credits {
  position: relative;
  margin-top: 26px;
  overflow: hidden;
  width: 280px;
  border-top: #f9f9ed;
  border-top: 1px solid rgba(249,249,237,0.2);
  padding-top: 20px;
}
@media (max-width: 801px) {
  .tda-footer .tda-footer-body .tda-footer-credits {
    margin-left: auto;
    margin-right: auto;
  }
}
.tda-footer .tda-footer-body .tda-footer-logo-mobile {
  position: relative;
  margin: 0 auto 0px;
  height: 150px;
  width: 150px;
  background: url("../img/logofradesbrancofooter.png") top center no-repeat;
  background-size: 150px 107px;
}
.tda-footer .tda-footer-body .tda-footer-logo-mobile > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  font-size: 9px;
}
.tda-footer .tda-footer-body .tda-footer-map-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  height: 100%;
  width: 80%;
}
@media (max-width: 801px) {
  .tda-footer .tda-footer-body .tda-footer-map-container {
    width: 100%;
    opacity: 0.2;
  }
}

@media (min-width: 801px) {
.tda-footer .tda-footer-body .tda-footer-map-container .tda-footer-map {
 
  margin-top: 0px;
margin-right:-350px;
 
  height: 100%;
  width: 100%;
  background: url("../img/shared/map-footer.png") right center no-repeat;
  background-size: 500px 274px;
}
}
.tda-footer .tda-footer-body .tda-footer-map-container .tda-footer-logo {
  position: absolute;
  margin-right:50px;
  top: 90px;
  right: -10px;
  height: 210px;
  width: 212px;
  background: url("../img/logofradesbrancofooter.png") top center no-repeat;
  background-size: 212px 151px;
}
.tda-footer .tda-footer-body .tda-footer-map-container .tda-footer-logo > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.footer-newsletter-box {
  position: relative;
  padding: 60px 20px;
  width: 100%;
  height: auto;
  background: #fff;
}
.footer-newsletter-box .footer-newsletter {
  position: relative;
  overflow: hidden;
  margin: 20px auto 10px;
  height: auto;
  max-width: 455px;
}
.footer-newsletter-box .footer-newsletter input[type="text"] {
  overflow: hidden;
  top: 0px;
  height: 48px;
  font-size: 12px;
  outline: none;
  color: #878787;
  width: 100%;
  left: 0px;
  padding-left: 50px;
  padding-right: 160px;
  background: #d8d8d8;
  background: rgba(216,216,216,0.25);
}
.footer-newsletter-box .footer-newsletter:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 60px;
  background: url("../img/icon/mail.png") center center no-repeat;
  background-size: 16px 11px;
}
.footer-newsletter-box .footer-newsletter:before.newsletter-error {
  color: #f00;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.footer-newsletter-box .footer-newsletter:before.newsletter-success {
  color: #008000 !important;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.footer-newsletter-box .footer-newsletter:before:focus {
  color: #242432 !important;
}
.footer-newsletter-box .footer-newsletter input[type="submit"] {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 48px;
  width: 120px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer-newsletter-checkbox {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 455px;
}
.footer-newsletter-checkbox input[type=checkbox] {
  visibility: hidden;
}
.footer-newsletter-checkbox .newsletter-checkbox {
  position: relative;
  float: left;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
}
.footer-newsletter-checkbox .newsletter-checkbox label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  background: #d8d8d8;
  background: rgba(216,216,216,0.25);
}
.wpcms-newsletter-promo .footer-newsletter-checkbox .newsletter-checkbox label {
  background: rgba(0,0,0,0.3);
}
.footer-newsletter-checkbox .newsletter-checkbox label.no-checked {
  border: 1px solid #f00;
}
.footer-newsletter-checkbox .newsletter-checkbox label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 6px;
  left: 6px;
  border: 2px solid #9d7e54;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer-newsletter-checkbox .newsletter-checkbox label:hover:after {
  opacity: 0.3;
}
.footer-newsletter-checkbox .newsletter-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.footer-newsletter-checkbox p {
  line-height: 20px;
  color: #a8a8a8;
  text-align: left;
  padding-left: 28px;
  font-size: 11px;
}
@media (max-width: 800px) {
  .footer-newsletter-checkbox p {
    padding-top: 1px;
  }
}
.footer-newsletter-checkbox p > b {
  color: #999;
  letter-spacing: 0px;
}
.footer-newsletter-checkbox ::-webkit-input-placeholder {
  color: #878787;
}
.footer-newsletter-checkbox :-moz-placeholder {
  color: #878787;
}
.footer-newsletter-checkbox ::-moz-placeholder {
  color: #878787;
}
.footer-newsletter-checkbox :-ms-input-placeholder {
  color: #878787;
}
.tda-prefooter {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  width: 100%;
  height: 656px;
  background: url("../img/shared/prefooter.png") center center no-repeat;
  background-size: cover;
}
@media (max-width: 801px) {
  .tda-prefooter {
    height: 260px;
  }
}
.tda-n-p-btn {
  position: fixed;
  overflow: hidden;
  top: 50%;
  margin-top: -45px;
  height: 90px;
  width: 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 2;
}
@media (max-width: 801px) {
  .tda-n-p-btn {
    display: none;
  }
}
.tda-n-p-btn.tda-next {
  left: 0;
}
.tda-n-p-btn.tda-prev {
  right: 0;
}
.tda-n-p-btn .tda-n-p-btn-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  background: #e7e5e1;
  z-index: 4;
}
.tda-next.tda-n-p-btn .tda-n-p-btn-arrow {
  left: 0;
}
.tda-prev.tda-n-p-btn .tda-n-p-btn-arrow {
  right: 0;
}
.tda-n-p-btn .tda-n-p-btn-arrow .tda-n-p-btn-arrow-icon {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tda-next.tda-n-p-btn .tda-n-p-btn-arrow .tda-n-p-btn-arrow-icon {
  background: url("../img/icon/prev-arrow.png") center center no-repeat;
  background-size: 17px 32px;
}
.tda-prev.tda-n-p-btn .tda-n-p-btn-arrow .tda-n-p-btn-arrow-icon {
  background: url("../img/icon/next-arrow.png") center center no-repeat;
  background-size: 17px 32px;
}
.tda-n-p-btn .tda-n-p-btn-body {
  position: absolute;
  overflow: hidden;
  height: 90px;
  width: 390px;
  background: #fff;
}
.tda-next.tda-n-p-btn .tda-n-p-btn-body {
  left: 50px;
}
.tda-prev.tda-n-p-btn .tda-n-p-btn-body {
  right: 50px;
}
.tda-n-p-btn .tda-n-p-btn-body .tda-n-p-btn-text {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 90px;
  width: 300px;
  opacity: 0;
  padding: 0 20px;
}
.tda-next.tda-n-p-btn .tda-n-p-btn-body .tda-n-p-btn-text {
  left: 0;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.tda-prev.tda-n-p-btn .tda-n-p-btn-body .tda-n-p-btn-text {
  right: 0;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
body.single-product .tda-n-p-btn .tda-n-p-btn-body .tda-n-p-btn-text h3 {
  text-transform: uppercase;
}
body.single-post .tda-n-p-btn .tda-n-p-btn-body .tda-n-p-btn-text h3 {
  line-height: 1.2em;
}
.tda-n-p-btn .tda-n-p-btn-body .tda-n-p-btn-img {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 200%;
  width: 90px;
  padding: 10px;
  opacity: 0;
}
body.single-post .tda-n-p-btn .tda-n-p-btn-body .tda-n-p-btn-img img {
  height: auto;
  max-height: 70px;
  width: auto;
  max-width: 70px;
}
.tda-next.tda-n-p-btn .tda-n-p-btn-body .tda-n-p-btn-img {
  right: 0;
  z-index: 2;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
.tda-prev.tda-n-p-btn .tda-n-p-btn-body .tda-n-p-btn-img {
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
.tda-n-p-btn .tda-n-p-btn-body .tda-n-p-btn-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
.tda-waring-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  background-color: rgba(86,78,76,0.94);
}
.tda-waring-banner#tda-warning-banner-cookie {
  bottom: -300px;
  opacity: 0;
}
.tda-waring-banner .tda-waring-banner-body {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: auto;
  max-width: 900px;
  padding: 20px 60px 20px 60px;
}
.tda-waring-banner .tda-waring-banner-body span {
  line-height: 22px;
}
.tda-waring-banner .tda-waring-banner-body a {
  position: relative;
  font-size: 12px;
  margin: 0 10px 0 10px;
  border: 1px solid #fff;
  padding: 4px 30px 4px 30px;
}
.tda-waring-banner .tda-waring-banner-body a:hover {
  background-color: #fff;
  color: #171c26;
}
.tda-waring-banner .tda-warning-banner-close {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 30px;
  height: 40px;
  width: 40px;
  opacity: 0.7;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0QzEwNDM3OUY0RjQxMUU1OTEzNEQ1NEQ0Nzg4OEU1NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0QzEwNDM3QUY0RjQxMUU1OTEzNEQ1NEQ0Nzg4OEU1NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRDMTA0Mzc3RjRGNDExRTU5MTM0RDU0RDQ3ODg4RTU3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRDMTA0Mzc4RjRGNDExRTU5MTM0RDU0RDQ3ODg4RTU3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+2E0mWAAAAwtJREFUeNrsm89qE1EUxhP/taKJTyCCm4LgzrUulCpJk2okUhfuBNcittK0xta0tLZI9S3UZ6jRR3HnG4hWHc+FGbxcbIwz9577xfkO/BbNYrj9cU++mXsm1SRJKqz8dYQKKJACKZACWRRIgRRIgSwKpEAKpEAWBVJgeQRWhYbQm7D/+56wiCBwRrgmXBXqEyTwijArnC98JXMiXYB+8ruGwrGC19PgubXmR0WvV3Qxp4WW8C1d0AfhDLC8l5a8HeFUbIEZc8KBtROnwXfenq/r+lzgDWuBZidOAcnbttb22ue1fS+0LXyxJNYB5G05bVtBFmhoAgVLP9TOCynQ0BC+Rw6WFyF3XmiBhnlLonaw9EMEhrZAt521gmUjdNtqCjR0hK9KwTLQaFttgVk6hw6WFc2dpy2wkj6xJIGCZVN758UQaLgt/PQcLD2twEAQmKWzr2BZj9G2sQUautazc95g6cdqWwSBhlsFguVJ7J2HINCVOG6wrCPsPBSBWTsnYwbLUszAQBWY3Wz/LVhWUdoWUaBhQfhxSLD0kNoWVaDbzu/T78QHiDsvowr4M4eu8CYdmX4SzqWf7wqP0RaLKNDUTeGtcDz9e8fXHLcsbybMOGs7y1c7xq9tYUs4KrwTPgsLwlCowa0W7Et5zQqMV+lnl63P9tGG90jydkfcqsxaw/shyLQPSuDaGE8YTUviPsrwHkHe5j/c5113HvtOlF1gnpNke3hvJNbKKrDIs20TJVgQ3lXJ+2zbcObO9bIIfOrxSKptSYwSLNryBgEOBpoxg0VTXsiTZHt4rxosWvKWFY6k2jGCRUPehuJhaMtp5/qkC1yOMMOwh/fBgyXkP/Is4knyvFawaNyqxJphdJ0X32uTInAJaIbRCR0sIU9VUKZnnZDB4nOhi2hDb4s7zk6cRhO4AtS2o9LZe7AUvcDFmC835uCudYvzUbgQW+DqBOy8Ue38MPZg/aTQEi6hzm0PqfvpqHQgHPyPg3X+5J8CWRRIgRRIgSwKpEAKpEAWBVIgBVIg6w/1S4ABAODTWsA9IZPvAAAAAElFTkSuQmCC") center center no-repeat;
  background-size: 30px 30px;
}
.tda-waring-banner .tda-warning-banner-close:hover {
  opacity: 1;
}
@media (max-width: 801px) {
  .tda-waring-banner .tda-warning-banner-close {
    right: 10px;
  }
}
.tda-product {
  display: inline-block;
  width: 240px;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .tda-product {
    width: 50%;
    margin: -2px;
    margin-bottom: 30px;
  }
}
.tda-product .tda-product-body {
  position: relative;
  padding: 20px;
}
@media (max-width: 540px) {
  .tda-product .tda-product-body {
    padding: 20px 10px;
  }
}
.tda-product .tda-product-body .tda-product-img-container {
  position: relative;
  margin: 0 auto 80px;
}
@media (max-width: 540px) {
  .tda-product .tda-product-body .tda-product-img-container {
    padding: 0 20px;
  }
}
.tda-product .tda-product-body .tda-product-details {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 540px) {
  .tda-product .tda-product-body .tda-product-details {
    padding: 0 0px;
  }
}
.tda-product .tda-product-body .tda-product-details h2 {
  line-height: 1.2em;
  padding-bottom: 4px;
}
.tda-category-product-anchor-container {
  position: relative;
  overflow: hidden;
}
@media (max-width: 801px) {
  .tda-category-product-anchor-container {
    margin-top: 20px;
  }
}
.tda-category-product-anchor-container.tda-0 > div:nth-child(1) {
  color: #9d7e54;
}
.tda-category-product-anchor-container.tda-0 > div:nth-child(1):after {
  width: 100%;
}
.tda-category-product-anchor-container.tda-1 > div:nth-child(2) {
  color: #9d7e54;
}
.tda-category-product-anchor-container.tda-1 > div:nth-child(2):after {
  width: 100%;
}
.tda-category-product-anchor-container.tda-2 > div:nth-child(3) {
  color: #9d7e54;
}
.tda-category-product-anchor-container.tda-2 > div:nth-child(3):after {
  width: 100%;
}
.tda-category-product-anchor-container.tda-3 > div:nth-child(4) {
  color: #9d7e54;
}
.tda-category-product-anchor-container.tda-3 > div:nth-child(4):after {
  width: 100%;
}
.tda-category-product-anchor-container.tda-4 > div:nth-child(5) {
  color: #9d7e54;
}
.tda-category-product-anchor-container.tda-4 > div:nth-child(5):after {
  width: 100%;
}
.tda-category-product-anchor-container .tda-category-product-anchor {
  display: inline-block;
  text-align: center;
  margin: 10px 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 801px) {
  .tda-category-product-anchor-container .tda-category-product-anchor {
    margin: 2px 4px;
  }
}
.tda-category-product-anchor-container .tda-category-product-anchor:after {
  content: ' ';
  display: block;
  position: relative;
  height: 1px;
  width: 0;
  background: #9d7e54;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.tda-category-product-anchor-container .tda-category-product-anchor:hover {
  color: #9d7e54;
}
.tda-category-product-anchor-container .tda-category-product-anchor:hover:after {
  width: 100%;
}
.tda-category-product-anchor-container .tda-category-product-anchor a {
  padding: 0px;
}
.tda-post {
  position: relative;
  overflow: hidden;
  margin: 0 auto 40px;
  padding: 6px;
  background-color: #fff;
}
.tda-post .tda-post-label {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  height: 42px;
  width: 30px;
  background: url("") center center no-repeat;
  background-size: 30px 42px;
  z-index: 2;
}
.tda-post .tda-post-body {
  position: relative;
  overflow: hidden;
  border: 1px solid #f6f4f0;
  padding: 80px 30px;
}
body.single-post .tda-post .tda-post-body,
body.page-template-default .tda-post .tda-post-body {
  border: 0px;
  padding: 40px 0;
}
.tda-post .tda-post-body .tda-post-body-inside {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 600px;
}
.tda-post .tda-post-body .tda-post-body-inside .tda-post-img-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 300px;
}
.tda-post .tda-post-body .tda-post-body-inside .tda-post-img-container img {
  max-height: 300px;
}
.tda-post .tda-post-body .tda-post-body-inside .tda-read-more {
  background: #f00;
}

/*-----------------------------------------------*/
/*  RESET
/*-----------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  list-style: none;
}
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: white;
  overflow: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #fff;
  color: black;
 border-top:1px solid red;
 border-bottom:1px solid red;
  font-size:120%;
   -webkit-transition-duration: 1s;
  transition-duration: 1s;
}


a {
  text-decoration: underline;
  
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover {text-decoration: underline;  
	color:#000; 
	
	}
a:active {
  color: inherit;
  text-decoration: none;
}
a:link  {
  color: inherit;
  text-decoration: none;
  
}
html,
body {
  overflow-x: hidden;
}
html.scroll-hidden,
body.scroll-hidden {
  overflow: hidden;
}
body {
  font-size: 62.5%;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body.blog,
body.category {
  background-color: #f6f4f0;
}
@media (max-width: 767px) {
  body {
    font-size: 52.5%;
  }
}
body .tda-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
body .tda-container .tda-container-body {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
body .tda-container .tda-container-body .row {
  margin-left: 0;
  margin-right: 0;
}





/* SEPARADORES */




secao.parallax
{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transform-style: inherit;
    -moz-transform-style: inherit;
    transform-style: inherit;
	margin-top:-7px;
	z-index:-1;
	
}

secao.parallax h1
{
	font-size:3.8em;
	z-index:20000;
}

secao.parallax h2
{
	font-size:1.8em;
	z-index:20000;
	line-height:30px;
}

 secao.parallax > div:first-child
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

secao.parallax, 
secao.parallax > div:first-child
{
    background-position: 50% 50%; 
    background-size: cover;  
}










secao.parallax:nth-child(even)
{
    background-attachment: fixed;
}

 
@media screen and (max-width: 2000px) and (min-width: 600px)
{
	secao.parallax  > div:nth-child(2)
{
    display: table-cell;
 position:relative;
    width: 100vw;
    padding: 5%;
    text-align: center;
	vertical-align:top;
    font-size: 1.8em;
	color:#fff;
	 text-shadow: -2px 2px rgba(0, 0, 0, 1);
line-height:40px;
   
	z-index:10;
  top: 50%;
  transform: translateY(-0%);
  background-color:rgba(250, 250, 250, 0.1);
  bottom:0px;
}



}
@media screen and (max-width: 599px) {
	secao.parallax > div:nth-child(2)
{
     display: table-cell;
  
    width: 100vw;
    padding: 5%;
    text-align: center;
    font-size: 1em;
	color:#666;
line-height:40px;
    
  top: 50%;
  transform: translateY(-0%);
   background-color:rgba(250, 250, 250, 0.1);
   margin-bottom:-100px;
}

secao.parallax h2
{
	font-size:2.8em;
	z-index:20000;
	line-height:30px;
}
}

