/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import '/js/lib/jquery/swipebox.css';
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, 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;
}

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;
}

ol, ul {
  list-style: none;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* CSS Document */
/*
	The transition CSS property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay.
*/
/* EX:
@include transform(rotate, 0deg);
@include transition(.5s, ease-in-out);
@include transform-origin(right, center);
*/
/*
@include keyframes(bgcolor) {
  0% {
    background-color: #ffccf2;
  }
  50% {
    background-color: #ccffcc;
  }
  100% {
    background-color: #ccffff;
  } 
}	
*/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.icn-plus {
  height: 16px;
  fill: #1d51a0;
  width: 16px;
  vertical-align: -3px;
}

.icn-minus {
  height: 18px;
  fill: #000;
  width: 18px;
  vertical-align: -3px;
}

.icn-right {
  height: 12px;
  fill: #FFF;
  width: 12px;
  vertical-align: -1px;
}

.icn-pin {
  width: 100%;
  height: 100%;
}

/* TOPO */
/* LOGO */
/*****/
/* TOPO */
/* LOGO */
/*****/
/*
@mixin font_texto_light {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
}
*/
.link_bt_vermelho {
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  font-size: 12px;
}

.mb_ctr {
  text-align: center;
}

.link_bt_vermelho {
  cursor: pointer;
  margin-top: 10px;
  background-color: #be1823;
  text-decoration: none;
}
.link_bt_vermelho:hover {
  text-decoration: none;
  color: #FFF;
}

ul {
  padding: 0 20px;
  list-style-type: square;
}
ul li {
  list-style-position: outside;
  margin-left: 10px;
  padding-left: 0px;
}

strong {
  font-weight: 700;
}
strong.vermelho {
  color: #be1823;
}

p {
  margin-top: 20px;
  text-align: justify;
}
p:first-of-type {
  margin-top: 0;
}

li {
  margin-top: 10px;
}
li:first-of-type {
  margin-top: 0;
}

p, li {
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  line-height: 1.3;
}
p em, li em {
  font-style: italic;
}

p.ctr {
  text-align: center;
}
p .larger {
  font-size: 1.1em;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #497990;
  text-decoration: underline;
}

h6, h5, h4, h3, h2, h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1d51a0;
  font-weight: 700;
}

.nomrg {
  margin: 0;
}

.headings {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1d51a0;
  font-weight: 600;
  line-height: 1.3;
}

h1 {
  font-size: 20px;
  margin: 40px 0 20px 0;
  text-align: center;
}
h1:first-of-type {
  margin-top: 0;
}
h1.page_title {
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 18px;
  margin: 36px 0 18px 0;
  text-align: center;
}
h2:first-of-type {
  margin-top: 0;
}
h2.page_title {
  text-align: center;
  text-transform: uppercase;
}

h3 {
  font-size: 1.2em;
  margin: 2.4em 0 1.2em 0;
  text-align: center;
}
h3:first-of-type {
  margin-top: 0;
}
h3.page_title {
  text-align: center;
  text-transform: uppercase;
}

h4 {
  font-size: 1.1em;
  margin: 2.2em 0 1.1em 0;
  text-align: center;
}
h4:first-of-type {
  margin-top: 0;
}
h4.page_title {
  text-align: center;
  text-transform: uppercase;
}

h5 {
  font-size: 1em;
  margin: 2em 0 1em 0;
  text-align: center;
}
h5:first-of-type {
  margin-top: 0;
}
h5.page_title {
  text-align: center;
  text-transform: uppercase;
}

h6 {
  font-size: 0.9em;
  margin: 1.8em 0 0.9em 0;
  text-align: center;
}
h6:first-of-type {
  margin-top: 0;
}
h6.page_title {
  text-align: center;
  text-transform: uppercase;
}

#main ul {
  padding-left: 20px;
}
#main ul li {
  list-style: disc;
  list-style-position: outside;
  padding-left: 0px;
  margin-left: 20px;
}

strong {
  font-weight: 600;
}

/*
.page_title {
	color: map-get($cores, principal);
}*/
h2 {
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 28px;
    margin: 56px 0 28px 0;
  }
  h1.page_title {
    text-align: left;
  }

  h2 {
    font-size: 24px;
    margin: 48px 0 24px 0;
  }
  h2.page_title {
    text-align: left;
  }

  h3 {
    font-size: 1.2em;
    margin: 2.4em 0 1.2em 0;
  }
  h3.page_title {
    text-align: left;
  }

  h4 {
    font-size: 1.1em;
    margin: 2.2em 0 1.1em 0;
  }
  h4.page_title {
    text-align: left;
  }

  h5 {
    font-size: 1em;
    margin: 2em 0 1em 0;
  }
  h5.page_title {
    text-align: left;
  }

  h6 {
    font-size: 0.9em;
    margin: 1.8em 0 0.9em 0;
  }
  h6.page_title {
    text-align: left;
  }

  .link_bt_vermelho {
    display: inline-block;
    padding: 10px 40px;
    color: #FFF;
    font-size: 14px;
  }

  .link_bt_vermelho {
    cursor: pointer;
    background-color: #be1823;
    text-decoration: none;
  }
  .link_bt_vermelho:hover {
    text-decoration: none;
    color: #FFF;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 28px;
    margin: 56px 0 28px 0;
  }

  h2 {
    font-size: 24px;
    margin: 48px 0 24px 0;
  }

  h3 {
    font-size: 1.2em;
    margin: 2.4em 0 1.2em 0;
  }

  h4 {
    font-size: 1.1em;
    margin: 2.2em 0 1.1em 0;
  }

  h5 {
    font-size: 1em;
    margin: 2em 0 1em 0;
  }

  h6 {
    font-size: 0.9em;
    margin: 1.8em 0 0.9em 0;
  }

  .mb_ctr {
    text-align: left;
  }
}
.clear {
  clear: both;
}

.tb, .dt {
  display: none;
}

.mb {
  display: block;
}

.cont_home, .cont {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.ctr {
  text-align: center;
}

.cont {
  padding-left: 20px;
  padding-right: 20px;
  padding: 40px 30px;
}

.cont_home {
  padding-left: 20px;
  padding-right: 20px;
  padding: 40px 30px;
}

.cont_full, .cont_full2 {
  padding: 40px 0;
}
.cont_full p, .cont_full2 p {
  padding: 0 30px;
}
.cont_full ul, .cont_full2 ul {
  padding: 0 40px;
}

.cont_full2 {
  padding: 40px 0;
}

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

  .tb {
    display: block !important;
  }

  .cont_full {
    padding: 50px 20px;
  }

  .cont_full2 {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .mb, .tb {
    display: none !important;
  }

  .dt {
    display: block;
  }

  .cont {
    padding: 80px 50px;
  }

  .cont_full {
    padding: 80px 50px;
  }

  .cont_full2 {
    padding: 80px 0;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  font-size: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1d51a0;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

#menu-mobile {
  background-color: white;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
  transition: all 1s 1s ease-in;
}
#menu-mobile ul, #menu-mobile li {
  margin: 0;
  padding: 0;
}
#menu-mobile ul {
  padding: 20px;
}
#menu-mobile.on {
  display: block;
  animation: fadeIn 0.25s ease-out;
  animation-fill-mode: forwards;
}
#menu-mobile.on li {
  margin-left: 0;
  animation: fadeInUp 0.25s 0.15s ease-out;
  animation-fill-mode: forwards;
  transform: translateY(30px);
}
#menu-mobile.on li:nth-child(1) {
  animation-delay: 0.1s;
}
#menu-mobile.on li:nth-child(2) {
  animation-delay: 0.2s;
}
#menu-mobile.on li:nth-child(3) {
  animation-delay: 0.3s;
}
#menu-mobile.on li:nth-child(4) {
  animation-delay: 0.4s;
}
#menu-mobile.on li:nth-child(5) {
  animation-delay: 0.5s;
}
#menu-mobile.on li:nth-child(6) {
  animation-delay: 0.6s;
}
#menu-mobile ul {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  margin-top: 70px;
}
#menu-mobile ul li {
  display: block;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  line-height: 6vh;
  opacity: 0;
}
#menu-mobile ul li a {
  padding: 0 20px;
  display: block;
  color: #1d51a0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  #menu-mobile {
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    transition: all 1s 1s ease-in;
  }
  #menu-mobile.on {
    display: block;
    animation: fadeIn 0.25s ease-out;
    animation-fill-mode: forwards;
  }
  #menu-mobile.on li {
    animation: fadeInUp 0.25s 0.15s ease-out;
    animation-fill-mode: forwards;
    transform: translateY(30px);
  }
  #menu-mobile.on li:nth-child(1) {
    animation-delay: 0.1s;
  }
  #menu-mobile.on li:nth-child(2) {
    animation-delay: 0.2s;
  }
  #menu-mobile.on li:nth-child(3) {
    animation-delay: 0.3s;
  }
  #menu-mobile.on li:nth-child(4) {
    animation-delay: 0.4s;
  }
  #menu-mobile.on li:nth-child(5) {
    animation-delay: 0.5s;
  }
  #menu-mobile.on li:nth-child(6) {
    animation-delay: 0.6s;
  }
  #menu-mobile ul {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    margin-top: 70px;
  }
  #menu-mobile ul li {
    display: block;
    margin-left: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    line-height: 10vh;
    opacity: 0;
  }
  #menu-mobile ul li a {
    font-size: 20px;
  }
}
header {
  border-top: solid 1px #1d51a0;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  position: relative;
  z-index: 3;
}
header ul {
  padding: 0;
}
header .top_cont {
  height: 100%;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
header .top_cont #logo {
  height: 100%;
}
header .top_cont #logo svg {
  height: 100%;
}
header .top_cont #logo svg .azul {
  fill: #1d51a0;
}
header .top_cont #logo svg .vermelho {
  fill: #be1823;
}
header .top_cont #logo.white svg {
  fill: #FFF;
}
header .top_cont .hamburger-inner, header .top_cont .hamburger-inner::before, header .top_cont .hamburger-inner::after {
  background-color: #1d51a0;
}
header .top_cont #menu ul {
  display: flex;
  justify-content: space-between;
}
header .top_cont #menu ul li {
  margin-left: 0px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  list-style-type: none;
  position: relative;
  margin: 0 8px;
  padding-left: 25px;
}
header .top_cont #menu ul li::before {
  position: absolute;
  width: 9px;
  top: 3px;
  left: 0px;
  height: 9px;
  content: "";
  background-color: #be1823;
}
header .top_cont #menu ul li:first-child {
  margin-left: 0;
}
header .top_cont #menu ul li:first-child::before {
  content: none;
  padding-left: 0;
}
header .top_cont #menu ul li:last-child {
  margin-right: 0;
}
header .top_cont #menu ul li a {
  color: #1d51a0;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
header .top_cont #menu ul li a.on {
  color: #be1823;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  header {
    border-top-width: 3px;
    height: 90px;
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  header {
    height: 120px;
    padding: 40px 30px;
  }
}
/*

header {
	position: relative; width: 100%; height: $alt_topo_mb;

	justify-content: space-between; z-index: 3;
	background-color: map-get($cores, principal);
	//background-color: rgba(0, 0, 0, 0.5);



	#linguas {
		color: #FFF;
		font-size: 14px;
		a {
			color: inherit;
			text-decoration: none;

		}
	}
	&.home {
		position: absolute; left: 0; top: 0;
		#logo {
			svg {
				fill: #FFF;
			}
		}
		.hamburger-inner {
			&, &::before, &::after {
				background-color: #FFF;
			}
		}
		#menu {
			ul {
				li {
					a {
						color: #FFF;

					}
				}
			}
		}
		#linguas {
			color: #FFF;
			a {
				color: #FFF;
				text-decoration: none;
			}
		}
	}	
}
@media only screen and ($cssdevicetext : 768px) { 

}
@media only screen and ($cssdevicetext : 1024px) {
	header {
		position: relative; width: 100%; height: $alt_topo_dt;
		padding: $vPad_topo_mb $hPad_topo_mb;
		display: flex; align-items: center;
		justify-content: space-between; z-index: 3;

		#logo {
			display: inline-block; height: 60%;
			svg {
				height: 100%;
			}

		}
		.hamburger-inner {
			&, &::before, &::after {
				background-color: map-get($cores, principal);
			}
		}

		#menu {
			ul {
				li {
					margin-left: 30px;
					font-size: 15px;
				}
			}
		}
		#linguas {
			font-size: 15px;
		}
	}
}
*/
#topo-rotativo {
  height: 25vw;
  z-index: 1;
  position: relative;
}
#topo-rotativo .cycle-slideshow {
  z-index: 1;
  height: 100%;
}
#topo-rotativo .cycle-slideshow .slide {
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#topo-rotativo .pager {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#topo-rotativo .pager .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid 1px #FFF;
  border-radius: 5px;
}
#topo-rotativo .pager .circle.cycle-pager-active {
  background-color: #FFF;
}

@media only screen and (min-width: 768px) {
  #topo-rotativo {
    height: 25vw;
    max-height: 300px;
  }
}
@media only screen and (min-width: 1024px) {
  #topo-rotativo {
    height: 25vw;
    max-height: 300px;
  }
}
.topo_home {
  width: 100%;
  display: block;
  max-width: 1140px;
  height: auto;
  margin: 0 auto;
}

#topo-estatico {
  width: 100%;
  height: 25vw;
  background-size: cover;
  position: relative;
}
#topo-estatico #overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  #topo-estatico {
    height: 25vw;
    max-height: 300px;
  }
  #topo-estatico #overlay {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  #topo-estatico {
    height: 25vw;
    max-height: 300px;
  }
  #topo-estatico #overlay {
    padding: 0 100px;
  }
}
#bcs {
  color: #FFF;
  text-transform: uppercase;
}
#bcs .l1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
#bcs .l1 a {
  color: #FFF;
  text-decoration: none;
  font-size: inherit;
}
#bcs .l2 {
  margin-top: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  #bcs .l1 {
    font-size: 15px;
  }
  #bcs .l1 a {
    color: #FFF;
    text-decoration: none;
    font-size: inherit;
  }
  #bcs .l2 {
    margin-top: 8px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  #bcs .l1 {
    font-size: 18px;
  }
  #bcs .l1 a {
    color: #FFF;
    text-decoration: none;
    font-size: inherit;
  }
  #bcs .l2 {
    margin-top: 8px;
    font-size: 30px;
  }
}
.home_parceiros, .home_quem {
  width: 100%;
  padding: 40px 20px;
  padding: 0 20px;
}
.home_parceiros h3, .home_quem h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}

.home_quem {
  background-color: #F4F4F4;
}
.home_quem h2 {
  color: #1d51a0;
}
.home_quem img {
  width: 100%;
  height: auto;
  display: block;
}
.home_parceiros {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #1d51a0;
  /*
  h2 {
  	color: map-get($cores, vermelho);
  	margin-bottom: 0; margin-top: 0;
  	position: relative;
  	font-size: 15px;
  	padding-left: 17px;
  	text-align: left;
  	&:before {
  		content: ''; position: absolute; left: 0; top: 2px;
  		width: 11px; height: 11px;
  		background-color: map-get($cores, azul);
  	}
  }*/
}
.home_parceiros h2 {
  margin-bottom: 0;
}
.home_parceiros p {
  margin-top: 5px;
  line-height: 1.2;
  text-align: left;
}
.home_parceiros p.ctr {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .home_quem {
    padding: 50px 20px;
    padding: 0 16px;
  }

  .home_parceiros {
    padding: 0 16px;
  }
  .home_parceiros h2:before {
    top: 0;
    width: 14px;
    height: 14px;
  }
}
.about_ph {
  display: grid;
  grid-gap: 120px;
  grid-template-columns: auto;
  margin-top: 30px;
}
.about_ph strong.vermelho {
  color: #be1823;
}
.about_ph .logo {
  height: 100px;
  padding: 15px 30px;
  display: flex;
  place-items: center;
}
.about_ph .logo img {
  width: auto;
}
.about_ph .text p {
  font-size: 13px;
}
.about_ph p {
  padding: 0 30px;
}
.about_ph .img {
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .about_ph {
    display: grid;
    grid-gap: 40px 4%;
    grid-template-columns: 48% 48%;
  }
  .about_ph .logo {
    height: 110px;
    width: auto;
    padding: 20px 10px;
  }
  .about_ph p {
    padding: 0 10px;
  }
  .about_ph .text p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .about_ph {
    display: grid;
    grid-gap: 40px 8%;
    grid-template-columns: 46% 46%;
  }
  .about_ph .logo {
    height: 110px;
    width: auto;
    padding: 20px 20px;
  }
  .about_ph p {
    padding: 0 20px;
  }
}
.icn-minus {
  display: none;
}

.parceiros_cont {
  padding: 0 0;
  margin-bottom: 20px;
}
.parceiros_cont.active {
  background-color: #FFF;
}
.parceiros_cont.active .top {
  background-color: #DDD;
}
.parceiros_cont .top {
  border-bottom: solid 1px #1d51a0;
  padding: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-weight: 700;
  color: #1d51a0;
  font-size: 20px;
}
.parceiros_cont .top div {
  height: 40px;
  line-height: 40px;
}

.parceiros_home {
  width: 100%;
  height: 80px;
  margin-top: 40px;
}
.parceiros_home .cycle-carousel-wrap {
  height: 90%;
}
.parceiros_home img {
  height: 100%;
  width: auto;
  vertical-align: middle;
  margin-right: 30px;
}

.parceiros_ph {
  padding: 30px 10px;
  margin: 0;
  background-color: #FFF;
}
.parceiros_ph.home {
  display: block;
  margin-top: 30px;
}
.parceiros_ph.home .parceiro:nth-child(5), .parceiros_ph.home .parceiro:nth-child(6) {
  display: none;
}
.parceiros_ph .parceiro {
  width: 36%;
  padding-bottom: 27%;
  float: left;
  margin-left: 28%;
  margin-top: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.parceiros_ph .parceiro:nth-child(2n+1) {
  margin-left: 0;
}
.parceiros_ph .parceiro:nth-child(1), .parceiros_ph .parceiro:nth-child(2) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .parceiros_ph {
    padding: 40px 20px;
  }
  .parceiros_ph .parceiro {
    width: 19%;
    padding-bottom: 14%;
    margin-left: 8%;
  }
  .parceiros_ph .parceiro:nth-child(2n+1) {
    margin-left: 8%;
  }
  .parceiros_ph .parceiro:nth-child(4n+1) {
    margin-left: 0;
  }
  .parceiros_ph .parceiro:nth-child(3), .parceiros_ph .parceiro:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .parceiros_ph {
    padding: 50px 30px;
  }
  .parceiros_ph.home {
    display: block;
    margin-top: 30px;
  }
  .parceiros_ph.home .parceiro:nth-child(5), .parceiros_ph.home .parceiro:nth-child(6) {
    display: block;
  }
  .parceiros_ph .parceiro {
    width: 12.5%;
    padding-bottom: 9%;
    margin-left: 5%;
  }
  .parceiros_ph .parceiro:nth-child(2n+1), .parceiros_ph .parceiro:nth-child(4n+1) {
    margin-left: 5%;
  }
  .parceiros_ph .parceiro:nth-child(6n+1) {
    margin-left: 0;
  }
  .parceiros_ph .parceiro:nth-child(5), .parceiros_ph .parceiro:nth-child(6) {
    margin-top: 0;
  }
}
#campanhas_ph .campanha {
  width: 45%;
  float: left;
  margin-left: 10%;
  margin-top: 10%;
}
#campanhas_ph .campanha:nth-child(2n+1) {
  margin-left: 0;
}
#campanhas_ph .campanha:nth-child(1), #campanhas_ph .campanha:nth-child(2) {
  margin-top: 0;
}
#campanhas_ph .campanha img {
  width: 100%;
  height: auto;
}
#campanhas_ph .campanha h3, #campanhas_ph .campanha p {
  text-align: center;
}
#campanhas_ph .campanha p {
  margin-top: 10px;
}
#campanhas_ph .campanha h5 {
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  #campanhas_ph .campanha {
    width: 28%;
    float: left;
    margin-left: 8%;
    margin-top: 8%;
  }
  #campanhas_ph .campanha:nth-child(3) {
    margin-top: 0;
  }
  #campanhas_ph .campanha:nth-child(2n+1) {
    margin-left: 8%;
  }
  #campanhas_ph .campanha:nth-child(3n+1) {
    margin-left: 0;
  }
}
.col-l #form-contactos {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #F4F4F4;
  padding: 20px;
}
.col-l #form-contactos input[data-required]::after {
  content: "erro";
}
.col-l #form-contactos input.error, .col-l #form-contactos select.error {
  border: solid 1px #C00;
}
.col-l #form-contactos .custom_error_msg, .col-l #form-contactos .error_msg, .col-l #form-contactos input[data-required] ~ .error_msg, .col-l #form-contactos select[data-required] ~ .error_msg {
  background-color: #C00;
  color: #FFF;
  padding: 5px 7px;
  position: relative;
  top: 7px;
  left: 0;
  width: 100%;
  display: block;
  border-radius: 5px;
  font-size: 0.85em;
}
.col-l #form-contactos .custom_error_msg:after, .col-l #form-contactos .error_msg:after, .col-l #form-contactos input[data-required] ~ .error_msg:after, .col-l #form-contactos select[data-required] ~ .error_msg:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 7px;
  top: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #C00;
}
.col-l #form-contactos input[data-required] ~ .error_msg, .col-l #form-contactos select[data-required] ~ .error_msg {
  top: 7px;
}
.col-l #form-contactos textarea {
  height: 200px;
}
.col-l #form-contactos label.required:after {
  content: " *";
  vertical-align: 3px;
  font-size: smaller;
}
.col-l #form-contactos .error_msg {
  top: -5px;
  grid-column: 1/3;
}
.col-l #form-contactos .custom_error_msg {
  top: -5px;
  grid-column: 1/3;
}
.col-l #form-contactos div.custom_error_msg, .col-l #form-contactos div.terms_error_msg {
  display: none;
}
.col-l #form-contactos label {
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 5px 0;
}
.col-l #form-contactos label.smaller {
  font-weight: 400 !important;
  font-size: 12px;
}
.col-l #form-contactos input,
.col-l #form-contactos textarea,
.col-l #form-contactos button {
  width: 100%;
}
.col-l #form-contactos .button_subscribe {
  cursor: pointer;
  display: block;
  width: 50%;
  color: #FFF;
  padding: 7px 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF !important;
  text-decoration: none !important;
  background-color: #1d51a0;
}
.col-l #form-contactos input, .col-l #form-contactos select, .col-l #form-contactos textarea {
  border: solid 1px #CCC;
  padding: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
.col-l #form-contactos select {
  border-radius: 0;
  padding: 5px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  width: 100%;
}

.col-r {
  margin-top: 30px;
}

#mapa {
  width: 241.6px;
  height: 491.2px;
  margin: 0 auto;
  transform-origin: left top;
  position: relative;
  left: 0;
  top: 0;
  /*width: 100%;
  height: 100%;*/
}
#mapa svg {
  width: auto;
  height: 100%;
  fill: rgba(29, 81, 160, 0.77);
}

.pins {
  position: absolute;
  cursor: pointer;
  width: 16.8px;
  height: 27.6px;
  transform: translate(-50%, -100%);
}
.pins img {
  width: 100%;
  height: auto;
}
.pins svg {
  width: 100% !important;
  height: 100% !important;
  fill: #be1823 !important;
}
.pins.on svg {
  fill: #be1823;
}

#tooltip {
  text-align: center;
  color: #fff;
  background: #be1823;
  position: absolute;
  z-index: 100;
  padding: 10px;
  border-radius: 5px;
  width: auto;
}
#tooltip p {
  color: #FFF;
  text-align: left;
  font-size: 14px;
  text-align: center;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #be1823;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #be1823;
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

#pin1 {
  left: 5%;
  top: 5%;
}

#pin1 {
  left: 5%;
  top: 5%;
}

#pin1 {
  left: 5%;
  top: 5%;
}

#pin1 {
  left: 5%;
  top: 5%;
}

#pin1 {
  left: 5%;
  top: 5%;
}

#pin1 {
  left: 5%;
  top: 5%;
}

#mapa .pinsb {
  width: 16px;
  height: 24px;
  position: absolute;
  background: url(/img/b-icon-off.png) no-repeat center center;
  cursor: pointer;
}

/*#mapa .pinsb:hover, #mapa .on {
	background: url(/img/b-icon-on.png) no-repeat center center;
}*/
#mapa #pin1b {
  left: 10%;
  top: 307px;
  top: 10%;
}

#mapa #pin2b {
  left: 288px;
  /* +3 */
  left: 286px;
  top: 317px;
  /* +2 */
  top: 328px;
}

#mapa #pin3b {
  left: 115px;
  left: 407px;
  bottom: 11px;
  bottom: 6px;
}

#mapa #pin4b {
  left: 115px;
  left: 376px;
  left: 373px;
  bottom: 16px;
  bottom: 10px;
}

#mapa #pin5b {
  left: 432px;
  top: 410px;
}

#mapa #pin6b {
  left: 365px;
  top: 139px;
}

#mapa #pin7b {
  left: 334px;
  top: 407px;
}

#mapa #pin8b {
  left: 384px;
  top: 427px;
}

#mapa #pin9b {
  /* PORTALEGRE */
  left: 437px;
  top: 271px;
}

#mapa #pin10b {
  /* ESTREMOZ */
  left: 420px;
  top: 319px;
}

#mapa #pin11b {
  /* ABRANTES */
  left: 371px;
  top: 254px;
}

#mapa #info #result {
  position: absolute;
  top: 40px;
  left: 0;
}

#mapa #info #result p {
  color: #2b2b2b;
  font: normal 14px/1.2 Arial;
}

#info #result strong {
  font: normal 14px/1.2 Arial;
  color: #f68e1e;
}

@media only screen and (min-width: 768px) {
  .col-r {
    float: right;
    width: 45%;
    margin-top: 0;
  }
  .col-r #mapa {
    margin-top: 40px;
  }

  .col-l {
    float: left;
    width: 45%;
  }
}
footer {
  background-color: #1d51a0;
  padding: 20px 30px;
  text-align: left;
  width: 100%;
}
footer .footer_cont ul, footer .footer_cont li {
  margin: 0;
  padding: 0;
}
footer .footer_cont ul {
  padding-top: 10px;
}
footer .footer_cont li {
  display: block;
  margin: 5px 0;
}
footer .footer_cont li:first-child {
  margin-top: 0;
}
footer .footer_cont .fgrid {
  padding: 0 !important;
  width: 100%;
  margin: 0 auto;
  display: grid;
  /*
  column-gap: <line-size>;
    row-gap:
    */
  row-gap: 30px;
}
footer .footer_cont .fgrid a {
  color: #FFF;
  text-decoration: none;
}
footer .footer_cont .fgrid a.link_bt_branco {
  background-color: #FFF;
  color: #1d51a0;
  padding: 5px 15px;
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
}
footer .footer_cont .fgrid p {
  color: #FFF;
  font-size: 14px;
  margin-top: 10px;
}
footer .footer_cont .fgrid p:first-child {
  margin-top: 0;
}
footer .footer_cont .fgrid p a {
  text-decoration: none;
  color: #FFF;
}
footer .footer_cont .fgrid p a svg {
  margin-right: 5px;
}
footer .footer_cont .fgrid p strong {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
footer .footer_cont .fgrid div p svg {
  height: 20px;
  width: auto;
  display: block;
  margin: 0 auto;
}
footer .footer_cont .fgrid div p svg .azul, footer .footer_cont .fgrid div p svg .vermelho {
  fill: #FFF;
}
footer .footer_cont .copy {
  margin-top: 20px;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #FFF;
}
footer .footer_cont .copy a {
  color: inherit;
  text-decoration: none;
}
footer .footer_cont .copy div {
  text-align: center;
}
footer .footer_cont .copy div:last-child {
  margin-top: 10px;
}
footer .footer_cont .copy div:first-child {
  border: none;
  margin-top: 10px;
  padding-top: 0;
  font-size: 11px;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 30px 30px 15px 30px;
  }
  footer .footer_cont .fgrid {
    width: 100%;
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
  }
  footer .footer_cont .fgrid div {
    display: inline-block;
  }
  footer .footer_cont .copy {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
  }
  footer .footer_cont .copy div {
    padding: 0;
    margin-top: 0;
    text-align: center;
  }
  footer .footer_cont .copy div:first-child {
    margin-top: 0;
    padding: 0;
  }
  footer .footer_cont .copy div:last-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  footer {
    padding: 40px 40px 20px 40px;
  }
  footer .cont .fgrid {
    width: 100%;
  }
}
/*

@import 'scss/vars';
@import 'scss/cor';
@import 'scss/fonts';
@import 'scss/class';
//@import 'scss/logo';

@import 'scss/home';
@import 'scss/about2';
@import 'scss/projects';
@import 'scss/contacts';
@import 'fonts/_iconfont.scss';
@import "scss/footer";
*/
.fixed-scroll {
  overflow: hidden;
}

body, html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

header {
  flex-shrink: 0;
}

main {
  flex: 1 0 auto;
  /* flex-grow, flex-shrink,  flex-basis */
}

footer {
  flex-shrink: 0;
  line-height: 2;
}

header {
  border-top: solid 1px rgb(12, 90, 163); 
}
@media only screen and (min-width: 768px) {
  header {
    border-top-width: 3px;
  }
}


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