@import '../../lib/fonts/topping_icn2.css';
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* EX:
@include transform(rotate, 0deg);
@include transition(.5s, ease-in-out);
@include transform-origin(right, center);
*/
/* CORES */
/* */
.clear {
  clear: both;
}

.padded {
  width: 100%;
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
}

.tb {
  display: none;
}

.locked-scroll {
  overflow: hidden;
}

.bt_rounded {
  cursor: pointer;
  padding: 4px 10px;
  border: solid 1px #1A4792;
  border-radius: 20px;
  background-color: #1A4792;
  color: #FFF;
  text-decoration: none;
  font-size: 0.9em;
}
.bt_rounded span {
  margin-right: 10px;
}

.bt_rounded:hover {
  border-color: #EC1C24;
  background-color: #EC1C24;
  color: #FFF;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .tb {
    display: block;
  }

  .mb {
    display: none;
  }
}
h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #1A4792;
  font-size: 1.7em;
  display: none;
}
h1.heading {
  margin-bottom: 30px;
}

h3 {
  margin: 40px 0 20px 0;
  font-weight: 700;
  font-size: 1.3em;
  color: #1A4792;
  font-family: "Open Sans", sans-serif;
}

h4 {
  margin: 40px 0 20px 0;
  font-weight: 700;
  font-size: 1.15em;
  color: #1A4792;
  font-family: "Open Sans", sans-serif;
}

p, li {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}

p.key {
  font-size: larger;
  margin-bottom: 40px;
}

p.disclaimer {
  margin-top: 60px;
  font-size: small;
  color: #999;
  font-style: italic;
}

strong {
  font-weight: 700;
}

a {
  color: #1A4792;
  text-decoration: underline;
}

a:hover {
  color: #EC1C24;
  text-decoration: underline;
}

p {
  line-height: 1.5;
  margin-top: 20px;
  color: #333;
  text-align: justify;
}
p:first-of-type {
  margin-top: 0;
}

ul {
  margin-top: 30px;
}
ul li {
  list-style: circle;
  padding: 0px;
  margin-left: 40px;
  line-height: 1.5;
  color: #333;
}

#top_bar {
  height: 49px;
  background-color: #EC1C24;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#top_bar #linguas {
  line-height: 49px;
  height: 49px;
  float: right;
}
#top_bar #linguas a {
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0 5px;
  font-size: 0.9em;
}

#back_bar {
  height: 49px;
  width: 100%;
}

#menu_mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  background-color: #39414C;
}
#menu_mobile.opened {
  display: block;
}
#menu_mobile ul {
  margin-top: 59px;
  padding: 0;
}
#menu_mobile ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #FFF;
  opacity: 0;
  font-family: "Open Sans", sans-serif;
  color: #FFF;
  line-height: 2.5em;
  font-size: 1.3em;
  padding: 0 20px;
  border-bottom: solid 0 #FFF;
  -webkit-animation: fadeIn .2s ease-in .2s 1 normal forwards;
  -moz-animation: fadeIn .2s ease-in .2s 1 normal forwards;
  -o-animation: fadeIn .2s ease-in .2s 1 normal forwards;
  animation: fadeIn .2s ease-in .2s 1 normal forwards;
}
#menu_mobile ul li:first-child {
  border-top: solid 0 #FFF;
}
#menu_mobile ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.menu_toggle {
  width: 40px;
  height: 25px;
  position: fixed;
  left: 20px;
  top: 12px;
  z-index: 1002;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}
.menu_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu_toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu_toggle span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu_toggle span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu_toggle.open span {
  background-color: #FFF;
  left: 6px;
}
.menu_toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
}
.menu_toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu_toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 27px;
}

#menu-ph {
  padding: 30px 0;
  z-index: 2;
  position: relative;
  /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15); */
}
#menu-ph #logo {
  display: block;
  width: auto;
  height: 72px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #top_bar {
    height: 30px;
    position: relative;
  }
  #top_bar #linguas {
    line-height: 30px;
    height: 30px;
    font-size: 1em;
  }
  #top_bar #linguas a {
    background-color: transparent;
  }
  #top_bar #home {
    float: left;
    line-height: 30px;
  }
  #top_bar #home a {
    color: #FFF;
  }

  #menu-ph {
    padding: 40px 0;
  }
  #menu-ph #menu {
    float: right;
    line-height: 60px;
  }
  #menu-ph #menu ul {
    margin: 0;
    padding: 0;
  }
  #menu-ph #menu ul li {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    margin-right: 10px;
  }
  #menu-ph #menu ul li:last-child {
    margin-right: 0;
  }
  #menu-ph #menu ul li:first-child {
    display: none;
  }
  #menu-ph #menu ul li a {
    color: #1A4792;
    text-decoration: none;
  }
  #menu-ph #menu ul li a:hover {
    text-decoration: underline;
    color: #EC1C24;
  }
  #menu-ph #menu ul li a.on {
    color: #EC1C24;
    font-weight: 700;
  }
  #menu-ph #logo {
    float: left;
    height: 60px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #menu-ph {
    padding: 40px 0;
  }
  #menu-ph #menu {
    float: right;
    line-height: 72px;
  }
  #menu-ph #menu ul li {
    font-size: 1em;
    margin-right: 15px;
  }
  #menu-ph #logo {
    float: left;
    height: 72px;
    width: auto;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.destaques h3 {
  font-size: 1.15em;
  border-bottom: solid 1px #1A4792;
  padding-bottom: 5px;
}
.destaques h3 a {
  text-decoration: none;
}
.destaques h3:hover {
  border-bottom-color: #EC1C24;
}
.destaques p a {
  color: inherit;
  text-decoration: none;
}
.destaques p a:hover {
  color: #EC1C24;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .destaques {
    width: 45%;
    float: left;
    margin-left: 10%;
  }
  .destaques:first-child {
    margin-left: 0;
  }
}
#banner {
  z-index: 5;
  border-bottom: solid 1px #FFF;
  border-top: solid 1px #FFF;
  background-color: #FFF;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  /*
     box-shadow:        inset  0  5px 5px -5px rgba(25,25,25,0.25), 
                        inset  0  -5px 5px -5px rgba(25,25,25,0.25);
                        */
}
#banner img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
}
#banner .page_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(26, 71, 146, 0.75);
  padding: 0 20px;
  color: #FFF;
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 768px) {
  #banner .page_title {
    height: 50px;
    line-height: 50px;
    font-size: 1.7em;
  }
}
#detail {
  padding: 50px 0;
}
#detail .logo_texto {
  width: 100%;
  max-width: 400px;
  height: auto;
  padding: 20px 0;
}

section#contacts {
  padding: 50px 0;
}

.col_right {
  margin-top: 40px;
}
.col_right form {
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
}
.col_right form label {
  display: block;
  margin: 10px 0 5px 0;
  font-weight: 700;
}
.col_right form input, .col_right form textarea {
  width: 100%;
  border: solid 1px #777;
  font-size: 1em;
  padding: 2px;
}
.col_right form textarea {
  height: 10em;
}
.col_right form button {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 0.8em;
}
.col_right form input.error, .col_right form textarea.error {
  background-color: #C00;
  border-color: #C00;
}

@media only screen and (min-width: 768px) {
  .col_left {
    width: 50%;
    float: left;
  }

  .col_right {
    width: 40%;
    float: right;
    margin-top: 0;
  }
}
#footer {
  background-color: #39414C;
  position: relative;
}
#footer .padded {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
#footer .padded .col {
  margin: 30px 0;
}
#footer .padded .col:first-child {
  margin-top: 0;
}
#footer .padded .col:last-child {
  margin-bottom: 0;
}
#footer .padded .col table {
  width: 100%;
}
#footer .padded .col table td {
  color: #DDD;
  line-height: 1.4;
}
#footer .padded .col table td:first-child {
  width: 100px;
}
#footer .padded .col table td a {
  color: inherit;
}
#footer .padded .col table tr td {
  padding-top: 0px;
}
#footer .padded .col table tr:first-child td {
  padding-top: 0;
}
#footer .copy {
  background-color: #000;
  text-align: center;
  height: 32px;
  line-height: 32px;
}
#footer .copy a {
  line-height: 1 !important;
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  #footer {
    background-color: #39414C;
  }
  #footer .padded .col {
    width: 60%;
    float: left;
    margin-top: 0;
  }
  #footer .padded .col:first-child {
    margin-top: 0;
  }
  #footer .padded .col table {
    width: 90%;
    margin: 0 auto;
  }
  #footer .padded .col table td {
    line-height: 1.4;
  }
  #footer .padded .col:last-of-type {
    width: 40%;
  }
}
html, body {
  height: 100%;
}

body {
  background-color: #FFF;
}

#wrapper {
  min-height: 100%;
  margin-bottom: -266.4px;
}

#wrapper:after {
  content: "";
  display: block;
  height: 266.4px;
}

#footer {
  height: 266.4px;
}

@media only screen and (min-width: 768px) {
  #wrapper {
    margin-bottom: -168.4px;
  }

  #wrapper:after {
    height: 168.4px;
  }

  #footer {
    height: 168.4px;
  }
}
@media only screen and (min-width: 1024px) {
  #wrapper {
    margin-bottom: -150px;
  }

  #wrapper:after {
    height: 150px;
  }

  #footer {
    height: 150px;
  }
}

/*# sourceMappingURL=style.css.map */
