/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200italic,300,400italic,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,900,700,900italic);

 body {
    background-color: #256556;
}

.uk-container{
  background-color: #ffffff;
      max-width: 1000px;
          padding: 0 !important;
}
.tm-headerbar .uk-flex-center {
-webkit-justify-content: flex-start;
justify-content: flex-start;
margin: 0 !important;
}

.tm-headerbar .tm-logo {
     float: none;
}

@media (min-width: 1220px){
.tm-headerbar, .tm-navbar{
  margin: 0px !important;
}
}
.slide{
  margin-top: -20px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .slide{
      margin-top: 0px;
    }

}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .tm-top-c, .uk-grid{
      margin-top: 60px;
    }

}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .uk-navbar {
        background: #ffffff !important;
        color: #ffffff;
            margin-bottom: 0px;
    }

}

.uk-navbar-content{
    box-sizing: border-box;
    display: block;
    height: 45px;
    padding: 0 15px;
    float: none;
}


.uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
    height: 45px;
    padding: 0 40px;
    /* margin: 0 AUTO; */
    float: left;
}
.uk-navbar-toggle {
    font-size: 28px;
    color: #2e7580;
    text-decoration: none;
}

.uk-navbar-nav {
    margin: 0 auto !important;
    padding: 0;
    list-style: none;
     float: none;
    display: table;
}

.uk-navbar {
    background: #2b7060;
    color: #ffffff;
        margin-bottom: 0px;
}


.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}


.tm-headerbar.uk-text-center {
  text-align: center;
}

/* Social */
.tm-headerbar .uk-panel {
    max-width: 300px;
    margin-right: 15px;
    float: right;
}

.uk-icon-twitter-square:before {
    content: "\f081";
    color: #55acee;
}

.uk-icon-facebook-square:before {
    content: "\f082";
      color: #3b5998;
}
.uk-icon-google-plus-square:before {
    content: "\f0d4";
    color: #e6590a;
}

[class*='uk-icon-'] {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    font-size: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fontebloco{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
.fonte{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 17px;
}
.uk-panel-box {
    padding: 20px;
    background: #2b7060;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.rodape{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.uk-panel-box .uk-panel-title {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
.uk-close-alt {
    padding: 2px;
    border-radius: 0%;
    background: #296F5E;
    opacity: 1;
}

.uk-close:after {
    display: block;
    content: "\f00d";
    color: rgb(255, 0, 0);
    font-family: FontAwesome;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: hidden;
    color: black;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: hidden;
    color: black;
}
.tm-footer {
    position: relative;
    text-align: center;
    font-size: smaller;
    margin-top: 10px;
    margin-bottom: 0px;
}

.verde_sanus{
  background-color: #256556;
}

.tm-totop-scroller {
    display: block;
    position: absolute;
    top: 0;
    padding-right: 20px;
    right: 0;
    z-index: 1000;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 36px;
    color: #E6121C;
    text-align: center;
    -webkit-transition: all linear 0.05s;
    transition: all linear 0.05s;
}

.tm-totop-scroller:hover, .tm-totop-scroller:focus {
    color: #980c13;
    font-size: 40px;
    outline: none;
    text-decoration: none;
}
.tm-totop-scroller:after {
    content: "\f0d8";
    font-family: "FontAwesome";
}

/* Efeito botao menu */
.uk-navbar-nav a {
	padding: 10px;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.uk-navbar-nav a::before,
.uk-navbar-nav a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FF0000;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.uk-navbar-nav a::before {
	top: 0;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}

.uk-navbar-nav a::after {
	bottom: 9px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.uk-navbar-nav a:hover,
.uk-navbar-nav a:focus {
	color: #ffe5bd;
  background-color: none !important;
}

.uk-navbar-nav a:hover::before,
.uk-navbar-nav a:focus::before,
.uk-navbar-nav a:hover::after,
.uk-navbar-nav a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(5px);
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: #2b7060;
    color: #3ec2a3;
    outline: none;
}

  /* 3 */
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: #1a1d20;
  color: #f1f6fa;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #3ec2a3;
}
..uk-navbar-nav > li:focus > a{
  background-color: #f0f0f0 !important;
}

.uk-dotnav-contrast > .uk-active > * {
    background: rgb(230, 18, 28);
}

.uk-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    width: 270px;
    max-width: 100%;
    background: #2b7060;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -ms-scroll-chaining: none;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #a30000;
    color: #ffffff;
}

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #903E3E;
    color: #ffffff;
    outline: none;
}
.uk-overlay-background {
    background: rgba(37, 101, 86, 0.5);
}

.uk-slidenav-contrast {
    color: rgba(255, 0, 0, 0.5);
}
a, .uk-link {
    color: #83e0cb;
    text-decoration: none;
    cursor: pointer;
}
a:hover, .uk-link:hover {
    color: #00a27c;
    text-decoration: underline;
}

/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200italic,300,400italic,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,900,700,900italic);

 body {
    background-color: #256556;
}

.uk-container{
  background-color: #ffffff;
      max-width: 1000px;
          padding: 0 !important;
}
.tm-headerbar .uk-flex-center {
-webkit-justify-content: flex-start;
justify-content: flex-start;
margin: 0 !important;
}

.tm-headerbar .tm-logo {
     float: none;
}

@media (min-width: 1220px){
.tm-headerbar, .tm-navbar{
  margin: 0px !important;
}
}
.slide{
  margin-top: -20px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .slide{
      margin-top: 0px;
    }

}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .tm-top-c, .uk-grid{
      margin-top: 60px;
    }

}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .uk-navbar {
        background: #ffffff !important;
        color: #ffffff;
            margin-bottom: 0px;
    }

}

.uk-navbar-content{
    box-sizing: border-box;
    display: block;
    height: 45px;
    padding: 0 15px;
    float: none;
}


.uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
    height: 45px;
    padding: 0 40px;
    /* margin: 0 AUTO; */
    float: left;
}
.uk-navbar-toggle {
    font-size: 28px;
    color: #2e7580;
    text-decoration: none;
}

.uk-navbar-nav {
    margin: 0 auto !important;
    padding: 0;
    list-style: none;
     float: none;
    display: table;
}

.uk-navbar {
    background: #2b7060;
    color: #ffffff;
        margin-bottom: 0px;
}


.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}


.tm-headerbar.uk-text-center {
  text-align: center;
}

/* Social */
.tm-headerbar .uk-panel {
    max-width: 300px;
    margin-right: 15px;
    float: right;
}

.uk-icon-twitter-square:before {
    content: "\f081";
    color: #55acee;
}

.uk-icon-facebook-square:before {
    content: "\f082";
      color: #3b5998;
}
.uk-icon-google-plus-square:before {
    content: "\f0d4";
    color: #e6590a;
}

[class*='uk-icon-'] {
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    font-size: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fontebloco{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
.fonte{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 17px;
}
.uk-panel-box {
    padding: 20px;
    background: #2b7060;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.rodape{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.uk-panel-box .uk-panel-title {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
.uk-close-alt {
    padding: 2px;
    border-radius: 0%;
    background: #296F5E;
    opacity: 1;
}

.uk-close:after {
    display: block;
    content: "\f00d";
    color: rgb(255, 0, 0);
    font-family: FontAwesome;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: hidden;
    color: black;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: hidden;
    color: black;
}
.tm-footer {
    position: relative;
    text-align: center;
    font-size: smaller;
    margin-top: 10px;
    margin-bottom: 0px;
}

.verde_sanus{
  background-color: #256556;
}

.tm-totop-scroller {
    display: block;
    position: absolute;
    top: 0;
    padding-right: 20px;
    right: 0;
    z-index: 1000;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 36px;
    color: #E6121C;
    text-align: center;
    -webkit-transition: all linear 0.05s;
    transition: all linear 0.05s;
}

.tm-totop-scroller:hover, .tm-totop-scroller:focus {
    color: #980c13;
    font-size: 40px;
    outline: none;
    text-decoration: none;
}
.tm-totop-scroller:after {
    content: "\f0d8";
    font-family: "FontAwesome";
}

/* Efeito botao menu */
.uk-navbar-nav a {
	padding: 10px;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.uk-navbar-nav a::before,
.uk-navbar-nav a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FF0000;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.uk-navbar-nav a::before {
	top: 0;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}

.uk-navbar-nav a::after {
	bottom: 9px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.uk-navbar-nav a:hover,
.uk-navbar-nav a:focus {
	color: #ffe5bd;
  background-color: none !important;
}

.uk-navbar-nav a:hover::before,
.uk-navbar-nav a:focus::before,
.uk-navbar-nav a:hover::after,
.uk-navbar-nav a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(5px);
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: #2b7060;
    color: #3ec2a3;
    outline: none;
}

  /* 3 */
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: #1a1d20;
  color: #f1f6fa;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #3ec2a3;
}
..uk-navbar-nav > li:focus > a{
  background-color: #f0f0f0 !important;
}

.uk-dotnav-contrast > .uk-active > * {
    background: rgb(230, 18, 28);
}

.uk-offcanvas-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1001;
    width: 270px;
    max-width: 100%;
    background: #2b7060;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -ms-scroll-chaining: none;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #a30000;
    color: #ffffff;
}

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #903E3E;
    color: #ffffff;
    outline: none;
}
.uk-overlay-background {
    background: rgba(37, 101, 86, 0.5);
}

.uk-slidenav-contrast {
    color: rgba(255, 0, 0, 0.5);
}
a, .uk-link {
    color: #83e0cb;
    text-decoration: none;
    cursor: pointer;
}
a:hover, .uk-link:hover {
    color: #00a27c;
    text-decoration: underline;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  -webkit-animation: dash 6s linear forwards;
  animation: dash 6s linear forwards infinite;
}


@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

#Layer_1{

  width: 253px;
  height: 52px;
}

