@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap");
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 fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@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;
  }
}
/*
@if $debug {

} @else {

	$hPad_site_mb : 0px;
	$vPad_site_mb : 0px;
	$hPad_site_tb : 0px;
	$vPad_site_tb : 0px;
	$hPad_site_dt : 0px;
	$vPad_site_dt : 0px;
	$alt_menu_mb : 0px;
	$alt_menu_tb : 0px;
	$alt_menu_dt : 0px;
	$vPad_menu_mb : 0px;
	$hPad_menu_mb : 0px;
	$vPad_menu_tb : 0px;
	$hPad_menu_tb : 0px;
	$vPad_menu_dt : 0px;
	$hPad_menu_dt : 0px;
	#bcs {
		background-color: #00A;
	}
}

//
/*$hPad_site_mb : 0px;
$vPad_site_mb : 0px;
$hPad_site_tb : 0px;
$vPad_site_tb : 0px;
$hPad_site_dt : 0px;
$vPad_site_dt : 0px;
*/
strong {
  font-weight: 700;
}

li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
li a {
  color: rgb(28, 61, 110);
  text-decoration: underline;
}
li a:hover {
  color: #b7590d;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 1em 0;
  line-height: 1.4;
}
p:last-child {
  margin-bottom: 0;
}
p:first-of-type {
  margin-top: 0;
}
p a {
  color: rgb(28, 61, 110);
  text-decoration: underline;
}
p a:hover {
  color: #b7590d;
}
p.header {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 700;
}
p.justified {
  text-align: justify !important;
}
p a.bt {
  font-size: 0.8em;
  border: solid 1px #FFF;
  color: #FFF;
  text-decoration: none;
  padding: 7px 20px;
}
p a.bt:hover {
  background-color: #FFF;
  color: #000;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: rgb(28, 61, 110) !important;
  font-weight: 700 !important;
}

h1, .h1 {
  font-size: 20px !important;
  font-style: normal !important;
  margin: 40px 0 20px 0;
  text-align: center;
  font-weight: 700 !important;
}
h1:first-of-type, .h1:first-of-type {
  margin-top: 0;
}
h1.page_title, .h1.page_title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

h2, .h2 {
  font-size: 18px !important;
  font-style: normal !important;
  margin: 36px 0 18px 0;
  text-align: center;
  font-weight: 700 !important;
}
h2:first-of-type, .h2:first-of-type {
  margin-top: 0;
}
h2.page_title, .h2.page_title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

h3, .h3 {
  font-size: 1.2em !important;
  font-style: normal !important;
  margin: 2.4em 0 1.2em 0;
  text-align: center;
  font-weight: 700 !important;
}
h3:first-of-type, .h3:first-of-type {
  margin-top: 0;
}
h3.page_title, .h3.page_title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

h4, .h4 {
  font-size: 1.1em !important;
  font-style: normal !important;
  margin: 2.2em 0 1.1em 0;
  text-align: center;
  font-weight: 700 !important;
}
h4:first-of-type, .h4:first-of-type {
  margin-top: 0;
}
h4.page_title, .h4.page_title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

h5, .h5 {
  font-size: 1em !important;
  font-style: normal !important;
  margin: 2em 0 1em 0;
  text-align: center;
  font-weight: 700 !important;
}
h5:first-of-type, .h5:first-of-type {
  margin-top: 0;
}
h5.page_title, .h5.page_title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

h6, .h6 {
  font-size: 0.9em !important;
  font-style: normal !important;
  margin: 1.8em 0 0.9em 0;
  text-align: center;
  font-weight: 700 !important;
}
h6:first-of-type, .h6:first-of-type {
  margin-top: 0;
}
h6.page_title, .h6.page_title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 22px;
    margin: 44px 0 22px 0;
  }
  h1.page_title {
    text-align: center;
    margin-bottom: 50px;
  }
  h2 {
    font-size: 20px;
    margin: 40px 0 20px 0;
  }
  h2.page_title {
    text-align: center;
    margin-bottom: 50px;
  }
  h3 {
    font-size: 19px;
    margin: 38px 0 19px 0;
  }
  h3.page_title {
    text-align: center;
    margin-bottom: 50px;
  }
  h4 {
    font-size: 17px;
    margin: 34px 0 17px 0;
  }
  h4.page_title {
    text-align: center;
    margin-bottom: 50px;
  }
  h5 {
    font-size: 16px;
    margin: 32px 0 16px 0;
  }
  h5.page_title {
    text-align: center;
    margin-bottom: 50px;
  }
  h6 {
    font-size: 0.15px;
    margin: 0.3px 0 0.15px 0;
  }
  h6.page_title {
    text-align: center;
    margin-bottom: 50px;
  }
  p {
    margin: 1.25em 0;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 28px;
    margin: 56px 0 28px 0;
  }
  h1.page_title {
    text-align: center;
    margin-bottom: 80px;
  }
  h2 {
    font-size: 24px;
    margin: 48px 0 24px 0;
  }
  h2.page_title {
    text-align: center;
    margin-bottom: 80px;
  }
  h3 {
    font-size: 1.2em;
    margin: 2.4em 0 1.2em 0;
  }
  h3.page_title {
    text-align: center;
    margin-bottom: 80px;
  }
  h4 {
    font-size: 1.1em;
    margin: 2.2em 0 1.1em 0;
  }
  h4.page_title {
    text-align: center;
    margin-bottom: 80px;
  }
  h5 {
    font-size: 1em;
    margin: 2em 0 1em 0;
  }
  h5.page_title {
    text-align: center;
    margin-bottom: 80px;
  }
  h6 {
    font-size: 0.9em;
    margin: 1.8em 0 0.9em 0;
  }
  h6.page_title {
    text-align: center;
    margin-bottom: 80px;
  }
  p {
    margin: 1.5em 0;
    line-height: 1.5;
  }
}
header {
  background-color: #F7F7F7;
  z-index: 2;
  width: 100%;
}
header.home {
  background-color: transparent;
  position: absolute;
}
header.home #top_bar {
  display: none;
}
header.home #menu #logo svg {
  fill: #FFF;
}
header.home #menu #menu-toggle .hamburger-inner, header.home #menu #menu-toggle .hamburger-inner::before, header.home #menu #menu-toggle .hamburger-inner::after {
  background-color: #FFF;
}
header #top_bar {
  border: solid 1px rgb(28, 61, 110);
}
header #top_bar .top_cont {
  display: none;
}
header #menu {
  height: 100px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  place-items: center;
}
header #menu #logo {
  height: 100%;
  position: relative;
  z-index: 10;
}
header #menu #logo svg {
  height: 100%;
  fill: rgb(28, 61, 110);
}
header #menu #logo.blue svg {
  height: 100%;
  fill: rgb(28, 61, 110);
}
header #menu ul {
  display: none;
}
header #menu #menu-toggle {
  position: relative;
  z-index: 10;
}
header #menu #menu-toggle .hamburger-inner, header #menu #menu-toggle .hamburger-inner::before, header #menu #menu-toggle .hamburger-inner::after {
  background-color: rgb(28, 61, 110);
}
header #menu #menu-toggle .is-active .hamburger-inner, header #menu #menu-toggle .is-active .hamburger-inner::before, header #menu #menu-toggle .is-active .hamburger-inner::after {
  background-color: rgb(28, 61, 110);
}

@media only screen and (min-width: 835px) {
  header.home #menu ul {
    color: #FFF;
  }
  header.home #menu ul li a {
    color: inherit;
    text-decoration: none;
  }
  header.home #menu ul li a.on {
    color: #FFF;
  }
  header.home #top_bar {
    display: block;
  }
  header #top_bar {
    border: none;
    display: block;
    height: 34px;
    line-height: 34px;
    background-color: rgb(28, 61, 110);
    font-size: 12px;
  }
  header #top_bar .top_cont {
    display: flex;
    justify-content: space-between;
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  header #top_bar .top_cont ul {
    display: flex;
  }
  header #top_bar .top_cont ul li {
    margin-left: 20px;
  }
  header #top_bar .top_cont ul li:first-child {
    margin-left: 0;
  }
  header #top_bar .top_cont ul li svg {
    margin-right: 3px;
  }
  header #top_bar .top_cont ul li a {
    color: #FFF;
    text-decoration: none;
  }
  header #menu-toggle {
    display: none;
  }
  header #menu {
    height: 100px;
    padding: 20px 30px;
  }
  header #menu ul {
    display: flex;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(28, 61, 110);
    font-size: 13px;
  }
  header #menu ul li {
    margin-right: 20px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }
  header #menu ul li:last-child {
    margin-right: 0;
    background-color: #b7590d;
    padding: 0 15px;
    border-radius: 18px;
  }
  header #menu ul li:last-child:last-child a {
    color: #FFF;
  }
  header #menu ul li a {
    color: inherit;
    text-decoration: none;
  }
  header #menu ul li a.on {
    color: #b7590d;
  }
}
@media only screen and (min-width: 1024px) {
  header #menu {
    height: 120px;
    padding: 20px 40px;
  }
  header #menu ul li {
    font-size: 14px;
    margin-right: 30px;
  }
}
/*!
 * 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: rgb(28, 61, 110);
}

.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: #FFF;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
  transition: all 1s 1s ease-in;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
#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: fadeInRight 0.25s 0.15s ease-out;
  animation-fill-mode: forwards;
  transform: translateX(20px);
}
#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.on li:nth-child(7) {
  animation-delay: 0.7s;
}
#menu-mobile ul {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  margin-top: 80px;
}
#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: rgb(28, 61, 110);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  #menu-mobile {
    background-color: #FFF;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    transition: all 1s 1s ease-in;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
  }
  #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: fadeInRight 0.25s 0.15s ease-out;
    animation-fill-mode: forwards;
    transform: translateX(20px);
  }
  #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: 80px;
  }
  #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: rgb(28, 61, 110);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
  }
}
#topo-rotativo {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#topo-rotativo .rotate {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#topo-rotativo .rotate .overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.48);
  position: absolute;
  left: 0;
  top: 0;
}
#topo-rotativo .rotate .ph {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  place-items: center;
  padding: 0 30px;
  padding-top: 50px;
}
#topo-rotativo #cycle-slideshow1 {
  width: 100%;
  height: 100%;
  z-index: 1;
}
#topo-rotativo #paginacao {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
  text-align: center;
}
#topo-rotativo #paginacao .pager {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  margin: 0 4px;
  color: #FFF;
  text-align: center;
  display: inline-block;
}
#topo-rotativo #paginacao .pager.icon-circle-empty {
  border: solid 1px #FFF;
}
#topo-rotativo #paginacao .pager.icon-circle-empty.icon-circle {
  background-color: #FFF;
}
#topo-rotativo p {
  color: #FFF;
  text-align: center;
}

svg.arrow-circle-right {
  width: 18px;
  height: 18px;
  fill: #b7590d;
}

svg.long-arrow-alt-right {
  width: 22px;
  height: 22px;
  fill: #FFF;
}

svg.long-arrow-alt-left {
  width: 22px;
  height: 22px;
  fill: #FFF;
}

.icones_contactos {
  margin-top: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgb(28, 61, 110);
  border-radius: 20px;
  text-align: center;
}
#icn-fb-2 {
  fill: #FFF;
  width: 13.671875px;
  height: 20px;
  margin-top: 10px;
}

#icn-instagram {
  fill: #FFF;
  width: 17.5px;
  height: 20px;
  margin-top: 10px;
}

#icn-linkedin-in {
  fill: #FFF;
  width: 17.5px;
  height: 20px;
  margin-top: 10px;
}

/* rodapé */
#icn-fb {
  width: 9.5703125px;
  height: 14px;
  fill: #FFF;
  vertical-align: -3.5px;
}

#icn-instagram-2 {
  fill: #FFF;
  width: 12.25px;
  height: 14px;
  vertical-align: -3.5px;
}

#icn-linkedin-in-2 {
  fill: #FFF;
  width: 12.25px;
  height: 14px;
  vertical-align: -3.5px;
}

#icn-yt {
  width: 16px;
  height: 14px;
  fill: #FFF;
}

#icn-mobile {
  height: 14px;
  fill: #FFF;
  width: 16px;
  vertical-align: -1px;
}

#icn-mail {
  height: 14px;
  fill: #FFF;
  width: 16px;
  vertical-align: -3px;
}

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

#icn-yt {
  vertical-align: -3px;
}

#icn_paper-plane {
  width: 16px;
  height: 12px;
  fill: #FFF;
  vertical-align: -1px;
}

#icn_user-alt {
  width: 16px;
  height: 12px;
  fill: #FFF;
  vertical-align: -1px;
}

.cls-1 {
  background-color: #FFF;
}

header #top_bar .top_cont {
  width: 100%;
  padding: 0 20px;
}

img.wide {
  width: 100vw;
  margin-left: -30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.cont {
  padding: 40px 30px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.cont.top-shadowed {
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.1);
}

main {
  position: relative;
}

.clear {
  clear: both;
}

.tb, .dt {
  display: none;
}

.mb {
  display: block;
}

.ctr {
  text-align: center;
}

.left {
  text-align: left;
}

.bg-cinza {
  background-color: #F7F7F7;
}

.bg-laranja {
  background-color: #b7590d;
}

.bg-azul {
  background-color: rgb(28, 61, 110);
}

.bg-branco {
  background-color: #FFF;
}

a.simple_bt {
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}

a.dashed {
  border-bottom: solid 1px #CCC;
  color: #FFF;
  text-decoration: none;
}
a.dashed:hover {
  color: #FFF;
}

a.rounded_bt2, a.rounded_bt {
  text-decoration: none;
  color: #FFF;
  font-size: 0.85em;
  height: 50px;
  padding: 0 25px;
  border-radius: 25px;
  display: inline-flex;
  justify-content: space-between;
  place-items: center;
}
a.orange.rounded_bt2, a.orange.rounded_bt {
  background-color: #b7590d;
}
a.blue.rounded_bt2, a.blue.rounded_bt {
  background-color: rgb(28, 61, 110);
}
a.smaller.rounded_bt2, a.smaller.rounded_bt {
  font-size: 0.7em;
  height: 30px;
  padding: 0 15px;
  border-radius: 15px;
}
a.rounded_bt2:hover, a.rounded_bt:hover {
  color: #FFF;
}

a.rounded_bt svg {
  margin-left: 30px;
}

a.rounded_bt2 svg {
  margin-right: 30px;
}

@media only screen and (min-width: 768px) {
  img.wide {
    width: 100vw;
    margin-left: -40px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .cont {
    padding: 50px 40px;
  }
  .mb {
    display: none;
  }
  .tb {
    display: block !important;
  }
}
@media only screen and (min-width: 1024px) {
  img.wide {
    width: 110%;
    margin-left: -5%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .cont {
    padding: 80px 50px;
  }
  .mb, .tb {
    display: none !important;
  }
  .dt {
    display: block;
  }
}
#bcs {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  width: 100%;
  height: 30px;
}
#bcs .cont {
  padding-top: 10px;
  padding-bottom: 10px;
}
#bcs a {
  text-transform: uppercase;
  color: rgb(28, 61, 110);
  text-decoration: none;
}
#bcs a:hover {
  color: #b7590d;
}

.home_data {
  padding: 40px 40px;
  width: 100%;
  background-color: #FFF;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #b7590d;
  color: #b7590d;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.home_data > div {
  margin: 15px 0;
}
.home_data > div:first-child {
  margin-top: 0;
}
.home_data > div:last-child {
  margin-bottom: 0;
}
.home_data > div strong {
  display: block;
  text-align: center;
  font-size: 3em;
  height: 1em;
  line-height: 1em;
  margin-bottom: 5px;
}
.home_data > div strong .ball {
  margin-left: 5px;
  background-color: #b7590d;
  color: #FFF;
  width: 0.9em;
  height: 0.9em;
  line-height: 0.9em;
  border-radius: 0.55em;
  display: inline-flex;
  justify-content: center;
  place-items: center;
}
.home_data > div strong .ball span {
  transform: scale(0.7, 0.7);
}

.home_quem {
  display: flex;
  place-items: center;
  background-color: #F7F7F7;
}
.home_quem h2, .home_quem p.h2 {
  text-transform: uppercase;
  text-align: center;
}
.home_quem p {
  text-align: justify;
  line-height: 1.5;
  font-style: italic;
  color: #000;
  letter-spacing: 0.5px;
  font-size: 1em;
}

.middle_banner {
  padding: 40px 30px;
  background-color: #b7590d;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.middle_banner p {
  text-align: center;
  color: #FFF;
  margin: 0;
}
.middle_banner p:last-child {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .home_data {
    padding: 50px 0;
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-around;
    width: 90%;
  }
  .home_data > div {
    margin: 0 0;
  }
  .home_data > div:first-child {
    margin-top: 0;
  }
  .home_data > div:last-child {
    margin: 0;
  }
  .middle_banner {
    padding: 70px 40px;
    flex-direction: row;
    justify-content: space-between;
  }
  .middle_banner p {
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
  }
  .middle_banner p:last-child {
    margin-top: 25px;
  }
  .middle_banner.cont {
    padding: 40px 50px 40px 50px;
  }
  /*.certificacoes {
  	.ph {		
  		text-align: center;
  		display: flex;
  		justify-content: space-around;
  		img {
  			height: 60px; width: auto;
  			display: inline-block;
  			margin-top: 0;
  		}
  	}
  	&.cont {
  		padding-bottom: $vPad_site_mb / 2;
  	}
  }*/
}
@media only screen and (min-width: 900px) {
  .home_quem {
    background: #F7F7F7 url(/public/quem_somos.png) no-repeat right center;
    background-size: auto 100%;
    height: 400px;
  }
  .home_quem h2 {
    width: 50%;
  }
  .home_quem p {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .home_data {
    padding: 40px 0;
    width: 80%;
  }
  .home_data.cont {
    padding: 40px 50px 40px 50px;
  }
  .middle_banner {
    padding: 96px 50px;
  }
  .certificacoes.cont {
    padding: 40px 50px 20px 50px;
  }
}
.servicos {
  text-align: center;
}
.servicos h2, .servicos p.h2 {
  text-transform: uppercase;
  color: #b7590d !important;
}
.servicos .ph {
  margin: 30px 0;
}
.servicos .ph:last-child {
  margin-bottom: 0;
}
.servicos .ph > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.servicos .ph > div .servico {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  width: 100%;
  margin: 15px 0;
}
.servicos .ph > div .servico:first-child {
  margin-top: 0;
}
.servicos .ph > div .servico .img {
  width: 100%;
  padding-bottom: 110%;
  background-size: cover;
  position: relative;
}
.servicos .ph > div .servico .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.servicos .ph > div .servico .text {
  padding: 15px 10px 0 10px;
  text-align: center;
  color: rgb(28, 61, 110);
  font-weight: 700;
  line-height: 1.3;
}
.servicos .ph > div .servico .text a {
  text-decoration: none;
  color: inherit;
}
.servicos .ph > div .servico .text p:last-child {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .servicos .ph {
    margin: 40px 0;
  }
  .servicos .ph > div {
    flex-direction: row;
  }
  .servicos .ph > div .servico {
    width: 22%;
    margin-top: 0px;
  }
  .servicos .ph > div .servico:first-child {
    margin-top: 0px;
  }
  .servicos .ph > p {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .servicos .ph, .home_projectos .ph {
    margin: 40px 0;
  }
}
.home_projectos {
  text-align: center;
}
.home_projectos h2, .home_projectos p.h2 {
  text-transform: uppercase;
  color: rgb(28, 61, 110);
}
.home_projectos .ph {
  margin: 30px 0;
}
.home_projectos .ph:last-child {
  margin-bottom: 0;
}
.home_projectos .ph > div.projectos_grid {
  /*display: flex;
  flex-direction: column;
  justify-content: space-between;*/
  display: grid;
  grid-template-columns: 100%;
  row-gap: 30px;
  width: 100%;
}
.home_projectos .ph > div.projectos_grid .projecto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: left;
  width: 100%;
  background-color: #F7F7F7;
  background-color: #FFF;
  border: solid 1px #DEDEDE;
  position: relative;
}
.home_projectos .ph > div.projectos_grid .projecto .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 110%;
  /*padding: 5px 5px; border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.75);
  */
}
.home_projectos .ph > div.projectos_grid .projecto .icon a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.home_projectos .ph > div.projectos_grid .projecto .icon a svg {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  fill: rgba(255, 255, 255, 0.75);
}
.home_projectos .ph > div.projectos_grid .projecto .img {
  width: 100%;
  padding-bottom: 110%;
  background-size: cover;
}
.home_projectos .ph > div.projectos_grid .projecto .text {
  padding: 15px 10px 10px 10px;
  color: rgb(28, 61, 110);
  font-weight: 700;
  line-height: 1.3;
}
.home_projectos .ph > div.projectos_grid .projecto .text .data {
  font-size: 0.85em;
  color: rgb(28, 61, 110);
}
.home_projectos .ph > div.projectos_grid .projecto .text .sep {
  height: 14px;
  border-bottom: solid 1px rgb(28, 61, 110);
  margin-bottom: 10px;
  width: 100px;
}
.home_projectos .ph > div.projectos_grid .projecto .text p {
  color: #000;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .home_projectos .ph {
    margin: 40px;
  }
  .home_projectos .ph > div.projectos_grid {
    /*display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    grid-template-columns: 33% 33% 33%;
    row-gap: 30px;
    column-gap: 30px;
  }
  .home_projectos .ph > div.projectos_grid .projecto {
    width: 100%;
    margin-top: 0px;
  }
  .home_projectos .ph > p {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .home_projectos .ph {
    margin: 40px 0;
  }
}
.form1 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.form1 input.error, .form1 select.error, .form1 textarea.error {
  border: solid 1px #C00;
}
.form1 .contactos .col-r #form-contactos .custom_error_msg, .contactos .col-r #form-contactos .form1 .custom_error_msg, .form1 .contactos .col-r #form-contactos .error_msg, .contactos .col-r #form-contactos .form1 .error_msg, .form1 .contactos .col-r #form-contactos input[data-required] ~ .error_msg, .contactos .col-r #form-contactos .form1 input[data-required] ~ .error_msg, .form1 .contactos .col-r #form-contactos select[data-required] ~ .error_msg, .contactos .col-r #form-contactos .form1 select[data-required] ~ .error_msg, .form1 .contactos .col-r #form-contactos #g-recaptcha-response ~ .error_msg, .contactos .col-r #form-contactos .form1 #g-recaptcha-response ~ .error_msg, .form1 input[data-required] ~ .error_msg, .form1 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;
}
.form1 .contactos .col-r #form-contactos .custom_error_msg:after, .contactos .col-r #form-contactos .form1 .custom_error_msg:after, .form1 .contactos .col-r #form-contactos .error_msg:after, .contactos .col-r #form-contactos .form1 .error_msg:after, .form1 .contactos .col-r #form-contactos #g-recaptcha-response ~ .error_msg:after, .contactos .col-r #form-contactos .form1 #g-recaptcha-response ~ .error_msg:after, .form1 input[data-required] ~ .error_msg:after, .form1 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;
}
.form1 input[data-required] ~ .error_msg, .form1 select[data-required] ~ .error_msg {
  top: 7px;
  font-size: 12px;
}

form {
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
form p {
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}
form sup {
  vertical-align: super;
  font-size: 0.75em;
}
form label {
  display: block;
  font-weight: 700;
  margin: 15px 0 5px 0;
}
form input, form textarea {
  padding: 5px;
  width: 100%;
  background-color: #FFF;
  border: solid 1px #CCC;
  font-size: 14px;
}
form textarea {
  height: 150px;
}
form textarea.small {
  height: 50px;
}
form textarea.medium {
  height: 80px;
}
form .bts {
  margin-top: 20px;
}
form .bts .button {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 25px;
  border-radius: 18px;
  background-color: rgb(28, 61, 110);
  border: none;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}

.contactos {
  background: url(/public/quem_somos/1.jpg) no-repeat 20% center;
  background-size: cover;
}
.contactos .overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.contactos .col-r {
  margin-top: 50px;
}
.contactos .col-r #success_message {
  display: none;
}
.contactos .col-r #form-contactos {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.contactos .col-r #form-contactos p:last-of-type {
  margin-bottom: 0;
}
.contactos .col-r #form-contactos input[data-required]::after {
  content: "erro";
}
.contactos .col-r #form-contactos a {
  cursor: pointer;
}
.contactos .col-r #form-contactos input.error, .contactos .col-r #form-contactos select.error, .contactos .col-r #form-contactos textarea.error {
  border: solid 1px #C00;
}
.contactos .col-r #form-contactos .custom_error_msg, .contactos .col-r #form-contactos .error_msg, .contactos .col-r #form-contactos input[data-required] ~ .error_msg, .contactos .col-r #form-contactos select[data-required] ~ .error_msg, .contactos .col-r #form-contactos #g-recaptcha-response ~ .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;
}
.contactos .col-r #form-contactos .custom_error_msg:after, .contactos .col-r #form-contactos .error_msg:after, .contactos .col-r #form-contactos input[data-required] ~ .error_msg:after, .contactos .col-r #form-contactos select[data-required] ~ .error_msg:after, .contactos .col-r #form-contactos #g-recaptcha-response ~ .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;
}
.contactos .col-r #form-contactos input[data-required] ~ .error_msg, .contactos .col-r #form-contactos select[data-required] ~ .error_msg, .contactos .col-r #form-contactos #g-recaptcha-response ~ .error_msg {
  top: 7px;
  font-size: 12px;
}
.contactos .col-r #form-contactos textarea {
  height: 200px;
}
.contactos .col-r #form-contactos label.required:after {
  content: " *";
  vertical-align: 3px;
  font-size: smaller;
}
.contactos .col-r #form-contactos .error_msg {
  top: -5px;
  grid-column: 1/3;
}
.contactos .col-r #form-contactos .custom_error_msg {
  top: -5px;
  grid-column: 1/3;
}
.contactos .col-r #form-contactos div.custom_error_msg, .contactos .col-r #form-contactos div.terms_error_msg {
  display: none;
}
.contactos .col-r #form-contactos label {
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 5px 0;
}
.contactos .col-r #form-contactos label.smaller {
  font-weight: 400 !important;
  font-size: 12px;
}
.contactos .col-r #form-contactos input,
.contactos .col-r #form-contactos textarea,
.contactos .col-r #form-contactos button {
  width: 100%;
}
.contactos .col-r #form-contactos input, .contactos .col-r #form-contactos select, .contactos .col-r #form-contactos textarea {
  border: solid 1px #CCC;
  padding: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}
.contactos .google-maps {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  margin: 0 auto 0 auto;
  width: 100%;
}
.contactos .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 768px) {
  .contactos .google-maps {
    padding-bottom: 30%;
  }
  .contactos .col-r {
    float: right;
    width: 45%;
    margin-top: 0;
  }
  .contactos .col-l {
    float: left;
    width: 45%;
  }
}
@media only screen and (min-width: 1024px) {
  .contactos .google-maps {
    padding-bottom: 20%;
  }
}
footer {
  background-color: #000;
}
footer .rows {
  background-color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
footer .rows .cont {
  padding: 0;
}
footer .rows p, footer .rows li {
  font-size: 12px;
  color: #FFF;
}
footer .rows p a, footer .rows li a {
  color: inherit;
  text-decoration: none;
}
footer .row1 {
  padding: 20px;
}
footer .row1 .certificacoes {
  width: 100%;
  margin: 0 auto;
}
footer .row1 .certificacoes p {
  text-align: center;
  margin-bottom: 0;
}
footer .row1 .certificacoes .ph {
  margin: 0px 0 0 0;
  text-align: center;
}
footer .row1 .certificacoes .ph img {
  height: 60px;
  width: auto;
  display: inline-block;
  margin: 10px;
}
footer .row1 .certificacoes p.alvara {
  margin-top: 15px;
  font-size: 11px;
}
footer .row2 {
  padding: 20px;
}
footer .row2 .cont div.cols {
  display: flex;
  flex-direction: column;
}
footer .row2 .cont div.cols div {
  margin: 15px 0;
}
footer .row2 .cont div.cols div:first-child {
  margin-top: 0;
}
footer .row2 .cont div.cols div:last-child {
  margin-bottom: 0;
}
footer .row2 .cont div.cols div ul li {
  line-height: 1.4;
}
footer .row2 .cont div.cols div div {
  margin-bottom: 0;
}
footer .row2 .cont div.link_termos {
  text-align: left;
  padding-top: 20px;
}
footer .copy {
  background-color: #000;
  padding: 20px 0;
}
footer .copy p {
  color: #FFF;
}
footer .copy p a {
  color: inherit;
  text-decoration: none;
}
footer .copy .cont {
  padding: 0;
}
footer .copy .cont p {
  font-size: 12px;
}
footer .copy .cont .copyright {
  text-align: center;
}
footer .copy .cont .copyright p {
  color: #AAA;
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  footer .row1 {
    padding: 30px;
  }
  footer .row1 .certificacoes .ph img {
    display: inline-block;
    margin-right: 5px;
  }
  footer .row2 {
    padding: 30px;
  }
  footer .row2 .cont {
    width: 100%;
    max-width: 100%;
  }
  footer .row2 .cont div.cols {
    flex-direction: row;
    justify-content: space-between;
  }
  footer .row2 .cont div.cols div {
    margin: 0;
  }
  footer .row2 .cont div.cols div div p:first-child {
    margin-left: 0;
  }
  footer .row2 .cont div.cols div ul {
    column-gap: 0;
  }
  footer .row2 .cont div.cols div ul li {
    margin: 2px 0;
  }
  footer .row2 .cont div.cols div ul li:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  footer .rows {
    margin: 0 5vw;
  }
}
.termos {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  counter-reset: my-sec-counter;
}
.termos p, .termos li {
  line-height: 1.3;
  text-align: justify;
}
.termos ol li {
  position: relative;
  margin: 5px 0;
  margin-left: 38px;
}
.termos ol li:before {
  position: absolute;
  left: -26px;
  counter-increment: section;
  content: counter(my-sec-counter) "." counter(section) " ";
}
.termos h2 {
  text-align: left;
  counter-reset: my-subsec-counter;
}
.termos h2:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
}
.termos ul {
  margin: 0;
  padding: 0;
}
.termos ul li {
  list-style-type: "- ";
  margin-left: 20px;
  padding: 0;
}
.termos h3 {
  text-align: left;
}
.termos h3:before {
  counter-increment: my-subsec-counter;
  content: counter(my-sec-counter) "." counter(my-subsec-counter) " ";
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(/js/lib/jquery/swipebox/img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(/css/swipebox/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/*
@import 'scss/common/mixins-v1.0';
@import 'scss/common/animations';


@import 'scss/fonts';
@import 'scss/type';
@import 'scss/class';
@import 'scss/hamburgers';
@import 'scss/menu-mobile';
@import 'scss/header';
@import 'scss/home';
@import 'scss/bellavista';
@import 'scss/obras';
@import 'scss/contactos';
@import 'scss/footer';
@import '/js/lib/jquery/swipebox.css'; //src/css/swipebox.css
/*

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

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