@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Namari Landing Page v.1.1.0 Style Index - a free landing page by shapingrain.com

1. Default and Reset styles
- 1.1 Input Elements
2. Global elements
- 2.1 Header
- 2.2 Logo
- 2.3 Buttons
- 2.4 Navigation
- 2.5 Social Elements
- 2.6 Images
3. Fonts and Headings
4. Banner
- 4.1 SignUp Form
5. Content Elements
- 5.1 Icons
- 5.2 Parallax Elements
- 5.3 Divider
6. Landing Page Sections
- 6.1 Features
- 6.2 Testimonials
- 6.3 Gallery
- 6.4 Video
- 6.5 Clients
- 6.6 Pricing Table
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

p {
    line-height: 25px;
}

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

a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

iframe {
    border: 0 !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

figure {
    margin: 0;
}

/* =============================================

  COOKIES 

 * ============================================= */


$button-color: #00afea;
$button-hover: lighten($button-color, 15%);

@function contrast-color($color) {
  @if (lightness($color) > 50) {
    @return #000;
  } @else {
    @return #fff;
  }
}

.cc_container a {
  color: #fe8214;
}

.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}

.cc_container .cc_btn {
  cursor: pointer;
  text-align: left;
  font-size: 0.6em;
  transition: font-size 200ms;
  line-height: 1em;
}

.cc_container .cc_message {
  transition: font-size 200ms;
  font-weight: 400;
  top: 0px;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

.cc_container {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  font-weight: normal;
  padding: 20px;
  background: #008c4b;
  color: #fff;
  font-size: 1.37em;
  font-family: "Arial";
  box-sizing: border-box;
  border: 1px solid #fff;
}

.cc_container .cc_btn {
  padding: 14px 10px;
  width: 100%;
  max-width: 170px;
  background-color: $button-color;
  position: relative;
  bottom: 10px;
  top: -10px;
  right: 15px;
  text-align: center;
}

.cc_container .cc_logo {
  display: none;
}

.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .cc_container .cc_btn {
    font-size: 0.6em;
    width: 100%;
    right: 0;
    position: relative;
    top: 90px;
    padding: 10px;
  }

  .cc_container .cc_message {
    width: 100%;
    font-size: 0.6em;
    line-height: 1.15em;
    margin-top: -50px;
    position: relative;
    padding: 0px;
    float: left;
    margin-bottom: 15px;
  }

  .cc_container {
    left: 0;
    right: 0;
    bottom: 0%;
    width: 96%;
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 25px;
    height: 28%;
    z-index: 999999;
  }

  .cc_container .cc_btn {
    float: left;
  }
}

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
    width: 20%;
    right: 0;
  }

  .cc_container .cc_message {
    width: 70%;
    font-size: 0.7em;
    line-height: 1.15em;
    margin-top: -16px;
  }

  .cc_container {
    left: 0;
    right: 0;
    bottom: 1%;
    width: 100%;
    max-width: 1240px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0px;
  }

  .cc_container .cc_btn {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }

  .cc_container .cc_message {
    font-size: 0.8em;
    line-height: 1.25em;
    margin-top: -6px;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 0.8em;
    width: 80%;
    line-height: 1.2em;
    margin-top: -6px;
  }
}
@media print {
  .cc_banner-wrapper, .cc_container {
    display: none;
  }
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #fff;
  background-color: none;
  border: 1px solid #fff;
  transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #ccc;
  color: #000;
}

.cc_container a, .cc_container a:visited {
  text-decoration: none;
  color: $button-color;
  transition: 200ms color;
}

.cc_container a:hover, .cc_container a:active {
  color: $button-hover;
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.cc_container {
  animation: fadeInTop .6s both;
}




/* -------------------------------------------------------------------------
Video Home Banner
 * ------------------------------------------------------------------------- */

.video-home-banner{
  width: 100%;
  padding: 0;
  margin-top: -120px;
  margin-bottom: 80px;
}

.image-video-home{
  width: 100%;
  margin: 0;
  padding: 0;
}

.image-video-home img { 
  width: 100%;
  margin-top: -120px;
  padding: 0;
}

.video-home-hide-1 {
  visibility: visible;
  display: block;
}

.video-home-hide {
  visibility: hidden;
  display: none;
}

 @media (max-width: 1100px) {

.video-home-banner{
  width: 100%;
  padding: 0;
  margin-top: 140px;
  margin-bottom: 0px;
}

.image-video-home{
  width: 100%;
  margin: 0;
  padding: 0;
}

.image-video-home img { 
  width: 100%;
  margin-top: -50px;
  padding: 0;
}

 }


  @media (max-width: 560px) {

.video-home-banner{
  width: 100%;
  padding: 0;
  margin-top: 140px;
  margin-bottom: 100px;
}

.image-video-home{
  width: 100%;
  margin: 0;
  padding: 0;
}

.image-video-home img { 
  width: 100%;
  margin-top: -100px;
  padding: 0;
}

.video-home-hide {
  visibility: visible;
  display: block;
}

.video-home-hide-1 {
  visibility: hidden;
  display: none;
}

 }

/* -------------------------------------------------------------------------
Duas Colunas
 * ------------------------------------------------------------------------- */

 .icon-block-description1 {
  height: 100%;
  margin-top: 30px;
  padding: 0;
}

.duas-colunas1  {
 width: 100%;
 padding: 0;
 margin: 0; 
 display: inline-block;
}

.duas-colunas2  {
 width: 100%;
 padding: 0;
 margin: 0; 
 display: inline-block;
}

 @media (max-width: 1100px) {

 .icon-block-description1 {
  height: 100%;
  margin-top: 30px;
  padding: 0;
}

.duas-colunas1  {
 width: 48%;
 padding: 0;
 margin: 0; 
 display: inline-block;
 float: left;
}

.duas-colunas1 img {
 width: 100%;
 padding: 0;
 margin: 0; 
 display: inline-block;
}

.duas-colunas2  {
 width: 48%;
 padding: 0;
 margin: 0; 
 display: inline-block;
 float: right;
}

.duas-colunas2 img {
 width: 100%;
 padding: 0;
 margin: 0; 
 display: inline-block;
}

}

 @media (max-width: 580px) {

 .icon-block-description1 {
  height: 100%;
  margin-top: 30px;
  padding: 0;
}

.duas-colunas1  {
 width: 100%;
 padding: 0;
 margin: 0; 
 display: inline-block;
 float: left;
}

.duas-colunas1 img {
 width: 100%;
 padding: 0;
 margin: 0; 
 display: inline-block;
}

.duas-colunas2  {
 width: 100%;
 padding: 0;
 margin: 0; 
 display: inline-block;
 float: right;
}

.duas-colunas2 img {
 width: 100%;
 padding: 0;
 margin: 0; 
 display: inline-block;
 float: right;
}
}


/* -------------------------------------------------------------------------
Botões Fixos Whats e Telefone
 * ------------------------------------------------------------------------- */

#ver-container {
  height:10vh;
  width: 14%;
  min-width: 40px;
  float: left;
  position: fixed;
  z-index: 999;
  bottom: 50%;
  left: 0%;
}

#btn-container {
  height:auto;
  align-self: center;
}

.fixed-btns a {
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    font-size: 1.3em;
    line-height: 2;
    color: #000;
    display: inline-block;
    padding: 0 15px;
    text-align: right;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    min-width: 60px;
}

.fixed-btns a:last-of-type {
    border-bottom: 0;
}

.fixed-btns a span {
    padding: 0 15px 0 5px;
    display: none;
    font-size: .75em;
    margin-top:-3%;
    vertical-align: middle;
    line-height: 1.1em;
    padding: 10px;
}

.fixed-btns a:hover {
  color: #fff;
}

.fixed-btns a:hover span {
    display: inline-block;
}

.fixed-btns a.gplus:hover {
    background-color: #3b5998;
  -webkit-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.fixed-btns a.facebook:hover {
    background-color: #55acee;
    -webkit-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.fixed-btns a.calendar:hover {
    background-color: #dd4b39;
    -webkit-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.fixed-btns a.comment-empty:hover {
    background-color: #ff0000;
    -webkit-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: opacity 0.1s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.ob-whatsapp {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 70px;
  height: 70px;
  z-index: 9999;
}

.ob-whatsapp:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 34px 34px;
  background-position: center center;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 24 24' width='32' height='32' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:%23ffffff' d='M16.75,13.96C17,14.09 17.16,14.16 17.21,14.26C17.27,14.37 17.25,14.87 17,15.44C16.8,16 15.76,16.54 15.3,16.56C14.84,16.58 14.83,16.92 12.34,15.83C9.85,14.74 8.35,12.08 8.23,11.91C8.11,11.74 7.27,10.53 7.31,9.3C7.36,8.08 8,7.5 8.26,7.26C8.5,7 8.77,6.97 8.94,7H9.41C9.56,7 9.77,6.94 9.96,7.45L10.65,9.32C10.71,9.45 10.75,9.6 10.66,9.76L10.39,10.17L10,10.59C9.88,10.71 9.74,10.84 9.88,11.09C10,11.35 10.5,12.18 11.2,12.87C12.11,13.75 12.91,14.04 13.15,14.17C13.39,14.31 13.54,14.29 13.69,14.13L14.5,13.19C14.69,12.94 14.85,13 15.08,13.08L16.75,13.96M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22C10.03,22 8.2,21.43 6.65,20.45L2,22L3.55,17.35C2.57,15.8 2,13.97 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12C4,13.72 4.54,15.31 5.46,16.61L4.5,19.5L7.39,18.54C8.69,19.46 10.28,20 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
  background-color: #00C853;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
}
.ob-whatsapp:after {
  content: "Atendimento via WhatsApp";
  width: 150px;
  padding: 5px 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  right: -150px;
  text-align: right;
  color: #00C853;
  border: 1px solid #00C853;
  background: rgba(255,255,255,1);
  border-radius: 4px;
  opacity: 0;
  transition:all .4s ease-in-out;
  font-size: 90%;
  line-height: 1.1;
}

.ob-whatsapp:hover:after {
  opacity: 1;
  right: 0;
}

 @media (max-width: 600px) {

  .ob-whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  z-index: 9999;
}
 }


.ob-telefone {
  position: fixed;
  bottom: 150px;
  right: 20px;
  width: 70px;
  height: 70px;
  z-index: 9999;
}

.ob-telefone:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center center;
  width: 50px;
  height: 50px;
  background-image: url("../images/phone.png");
  background-color: #302b81;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
}
.ob-telefone:after {
  content: "Atendimento via Telefone";
  width: 150px;
  padding: 5px 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  right: -150px;
  text-align: right;
  color: #302b81;
  border: 1px solid #302b81;
  background: rgba(255,255,255,1);
  border-radius: 4px;
  opacity: 0;
  transition:all .4s ease-in-out;
  font-size: 90%;
  line-height: 1.1;
}

.ob-telefone:hover:after {
  opacity: 1;
  right: 0;
}

 @media (max-width: 600px) {

  .ob-telefone {
  position: fixed;
  bottom: 70px;
  right: 10px;
  width: 70px;
  height: 70px;
  z-index: 9999;
}
 }


/* Scroll Menu Lateral */

.stickyNavbar{
  margin-top: 400px;
}

.nav {
  height:auto;
}
.span1 {
  display:block;
  cursor: pointer;
  color: #f00;
}

.active1 a {
  color: #009973;
}

.sidebar {
  width: 22%;
  min-width: 250px;
  height: 100%;
  min-height: 250px;
  position: -webkit-sticky;
  position: sticky;
  top: 4%;
  background-color: #fff;
  left: 38px;
}

.main-scroll {
  width: 100%;
  height: auto;
  min-height: 1000px;
  display: flex;
  flex-direction: column;
  margin-left: 3%;
}

.main-scroll hr {
  margin-bottom: 1px;
  margin-top: 1px;
}


.main-scroll,
.sidebar {
  position: -webkit-sticky;
}

.wrapper-scroll {
  display: flex;
  justify-content: space-between;
}

/* --------- 1.1 Custom ScrollBar ---------- */

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #0f8642; 
}

/* --------- 1.1 Wrapper Conteúdo Interno ---------- */

.topbar-space {
  margin-top: 120px;
  border: 20px solid #F00;
}

#wrapper .content-int {
  width: 100%; max-width: 1100px; margin: 0 auto;
}

@media only screen and (max-width: 1100px) {

#wrapper .content-int {
  width: 90%; max-width: 1000px; margin: 0 auto;
}

.sidebar {
  display: none;
}

}

@media only screen and (max-width: 768px) {

#wrapper .content-int {
  width: 90%; max-width: 768px; margin: 0 auto;
}

.sidebar {
  display: none;
}

}

/* -------- Horizontal Timeline Interna ------------ */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 0em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 0.85rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}



/* --------- 1.1 Slider Interno ---------- */

.icon-block-description .slider-int {
  height: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: -50px;
}

/* --------- 1.1 Menu Lateral ---------- */

.lateral i {
  width: 10%;
  font-size: 1.1em;
  margin-right: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  color: #009973;
}

.lateral p {
  font-size: 13px; 
  font-family: "Lato", Arial, sans-serif;
  font-weight: 800;
  line-height: 30px;
  text-align: left;
  margin-bottom: 3px;
}

.lateral-endereco {
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: left;
  margin-bottom: 3px;
  background-color: #fff;
  border: 1px solid #159874;
  height: auto;
  border-top: 10px solid #159874;
  padding: 20px;
}

.section-subtitle-sede {
  color: #000; line-height: 1em; font-size: 13px; margin-bottom: -5px; font-weight: 600;
}

.lateral-texto  {
  font-size: 14px; 
  font-family: "Lato", Arial, sans-serif;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  margin-bottom: 3px;
  color: #000;
  padding: 10px;
  line-height: 1.6em;
}

.lateral-texto-tel  {
  width: 100%;
  font-size: 14px; 
  font-family: "Lato", Arial, sans-serif;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  margin-bottom: 3px;
  color: #000;
  border: 2px solid #159874;
  padding: 10px;
  line-height: 1.6em;
}



/* Page Border */

.page-border {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

.page-border .bottom-border, .page-border .left-border, .page-border .right-border, .page-border .top-border {
    background: #f3f3ef;
    position: fixed;
    z-index: 9999;
}

.page-border > .top-border, .page-border > .right-border, .page-border > .bottom-border, .page-border > .left-border {
    padding: 11px;
    background: #ccc;
}

.page-border .bottom-border, .page-border .top-border {
    width: 100%;
    padding: 10px;
    left: 0;
}

.page-border .left-border, .page-border .right-border {
    padding: 10px;
    height: 100%;
    top: 0;
}

.page-border .top-border {
    top: 0;
}

.page-border .right-border {
    right: 0;
}

.page-border .bottom-border {
    bottom: 0;
}

.page-border .left-border {
    left: 0;
}

#landing-footer .new-txt {
    font-size: 2em;
}

.line-hr {
      margin-bottom: 0px; margin-top: 0px;
    }

.line-hr hr {
      margin-top: -50px; background-color: #009973; padding: 0px;
    }

.linha1{
  margin-bottom: -20px;
}

.linha2{
  margin-bottom: -20px;
}

#about2{
  margin-top: -130px;
}

.footer-soc{
  border: 0px solid #fff;
}

.footer-soc a{
  border: 0px solid #fff;
}

.footer-soc .s2 {
 margin-right: 20px;
}

.footer-soc .s1 {
  margin-left: 20px;
}

.footer-soc .s1 i {
  font-size: 2em;
}

.footer-soc .s2 i {
  font-size: 2em;
}

/* TOP BAR  */

.topo{
  height: 60px; margin-top: 0px; width: 100%;
}

.topo-corpo{
  width: 100%; text-align: center; margin: 0 auto; background-color: #1e7100;
}

.topo-corpo2{
  width: 100%; text-align: center; margin: 0 auto; background-color: #ebebeb;
}

.topo .topo1{
  width: 100%; max-width: 1200px; height: 38px; text-align: center; margin: 0 auto; background-color: #1e7100;
}

.topo-left{
 width: 48%; color: #fff; padding-top: 9px; text-align: left; float: left; padding: 10px; font-size: 12px; font-weight: 500;
}

.topo-right{
  width: 48%; color: #fff; padding-top: 9px; text-align: right; float: right; padding: 10px; font-size: 12px; font-weight: 500;
}

.topo .topo2{
  width: 100%; max-width: 1200px; height: 38px; text-align: center; margin: 0 auto; background-color: #ebebeb;
}

.topo2 .topo-left{
 width: 48%; color: #000; padding-top: 9px; text-align: left; float: left; padding: 10px; font-size: 12px; font-weight: 500;
}

.topo2 .topo-right{
  width: 48%; color: #000; padding-top: 9px; text-align: right; float: right; padding: 10px; font-size: 12px; font-weight: 500;
}

.button-topbar {
  color: #fff; font-weight: 500;
}

.button-topbar:hover {
  color: #ffc600; font-weight: 500;
}

.social-topbar {
  color: #424241; font-weight: 500; font-size: 2.5em;
}

/* --------- 2.2 Logo Topo Header ---------- */

#logo {
    height: 71px;
    width: 20%;
    max-width: 180px;
    float: left;
    min-width: 180px;
}

#logo h1, #logo h2 {
    display: inline-block;
}

#logo h2 {
    font-size: 18px;
    padding: 0;
}

#logo img {
    max-height: 54px;
    vertical-align: middle;
    margin-right: 15px;
}

#navigation-logo {
    display: none;
}

.nav-solid #logo #banner-logo {
    display: none;
}

.nav-solid #logo #navigation-logo {
    display: inline-block;
}


@media screen and (max-width: 580px) {

#logo {
    height: 71px;
    width: 100%;
    margin-left: 10px;
    min-width: 180px;
    text-align: center;
}


}

/* --------- 2.3 MENU RESPONSIVO ---------- */

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 70%;
  line-height: 1;
  background: transparent;
  z-index: 90;
  position: relative;
  float: left;
  text-align: center;
}

/* Linha Menu Baixo  */
#menu-line {
  position: relative;
  top: 0;
  left: 0;
  height: 3px;
  margin-top: 10px;
  border-radius: 0 10px 0 10px;
  background: #1e7100;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: ;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 18px;
  padding-bottom: 10px;
  font-size: 0.89em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  background-color: #fff;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #1e7100;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}

#cssmenu .cssmenu-btn {
  padding: 11px;
  border: 0;
  padding-bottom: 0px;
  font-size: 1em;
  margin-top: -3px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  background-color: #fff;
}

#cssmenu .cssmenu-btn:hover {
  color: #1e7100;
}

#cssmenu .cssmenu-btn2 {
  padding: 18px;
  border: 0;
  padding-bottom: 0px;
  font-size: 1em;
  margin-top: 0px;
  font-weight: 700;
  text-decoration: none;
  text-transform: normal;
  color: #f00;
  padding-bottom: 100px;
}

/* DropDown Seta */

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 19px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #1e7100;
  border-right: 1px solid #1e7100;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #000;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
 margin-left: 100%;
top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 70px;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}

/* DropDown Menu*/
#cssmenu ul ul li .drop {
  padding: 5px 20px;
  width: 220px;
  font-size: 1em;
  line-height: 2em;
  font-weight: 400;
  text-align: left;
  background: #f3f3f3;
  text-transform: normal
  margin-top: 0px;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  z-index:99999;
  -webkit-transition: all 0.75s;
     -moz-transition: all 0.75s;
      -ms-transition: all 0.75s;
       -o-transition: all 0.75s;
          transition: all 0.75s;
}
#cssmenu ul ul li:hover > .drop,
#cssmenu ul ul li a:hover {
  color: #159874;
  background-color: #ebebeb;
}

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}


#cssmenu ul ul li.has-sub2 > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub2 > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub2:hover > a::after {
  border-color: #ffffff;
}

#cssmenu ul ul li.has-sub2:hover > a::after {
  border-color: #ffffff;
}

#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen ul {
  width: 100%;
  display: none;
}
#cssmenu.small-screen.align-center > ul,
#cssmenu.small-screen.align-right ul ul {
  text-align: left;
}
#cssmenu.small-screen ul li,
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen ul li:hover > ul > li {
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(120, 120, 120, 0.15);
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
  width: 100%;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center > ul > li,
#cssmenu.small-screen.align-right > ul > li {
  float: none;
  display: block;
}
#cssmenu.small-screen ul ul li a {
  padding: 20px 20px 20px 30px;
  font-size: 12px;
  color: #000000;
  background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li a:hover {
  color: #000000;
}
#cssmenu.small-screen ul ul ul li a {
  padding-left: 40px;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul {
  position: relative;
  left: 0;
  right: auto;
  width: 100%;
  margin: 0;
}
#cssmenu.small-screen > ul > li.has-sub > a::after,
#cssmenu.small-screen ul ul li.has-sub > a::after {
  display: none;
}
#cssmenu.small-screen #menu-line {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 20px;
  color: #000000;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}
#cssmenu.small-screen #menu-button::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 15px;
  height: 2px;
  background: #000000;
}
#cssmenu.small-screen #menu-button::before {
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  display: block;
  width: 15px;
  height: 3px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
#cssmenu.small-screen .submenu-button {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.15);
  height: 52px;
  width: 52px;
  cursor: pointer;
}
#cssmenu.small-screen .submenu-button::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 26px;
  display: block;
  width: 1px;
  height: 11px;
  background: #000000;
  z-index: 99;
}
#cssmenu.small-screen .submenu-button::before {
  content: '';
  position: absolute;
  left: 21px;
  top: 26px;
  display: block;
  width: 11px;
  height: 1px;
  background: #000000;
  z-index: 99;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
  display: none;
}
#cssmenu.small-screen.select-list {
  padding: 5px;
}



@media screen and (max-width: 860px) {

  #cssmenu {
    width: 60%;
    line-height: 1;
    background: transparent;
    z-index: 90;
    position: relative;
    float: left;
    text-align: center;
  }

  .topo2 .topo-left{
 width: 48%; color: #000; padding-top: 9px; text-align: left; float: left; padding: 10px; font-size: 11px; font-weight: 500;
}

}

@media screen and (max-width: 720px) {

.topo2 .topo-right{
  width: 100%; color: #000; padding-top: 9px; text-align: center; float: right; padding: 10px; font-size: 12px; font-weight: 500;
}

.hide{
    display: none;
  }

}


@media screen and (max-width: 500px) {
.hide2 {
    display: none;
  }

.topo-right{
  width: 100%; color: #fff; padding-top: 0px; text-align: center; float: right; padding: 10px; font-size: 12px; font-weight: 500; margin-top: 0px; padding-right: 10px;
}

}


@media screen and (max-width: 460px) {
.topo2 .topo-right{
  width: 100%; color: #000; padding-top: 0px; float: right; padding: 10px; font-size: 13px; font-weight: 500; margin-top: 0px; text-align: center;
}

.topo-right{
  width: 100%; color: #fff; padding-top: 0px; text-align: center; float: right; padding: 10px; font-size: 12px; font-weight: 500; margin-top: 0px; padding-right: 10px;
}

.hide{
    display: none;
  }

}



/* Menu Responsivo */

@media all and (max-width: 1100px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  
  #cssmenu {
    width: 100%;
    background-color: #eff7f2;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    color: #87868a;
    font-size: 13px;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }

/* Cor Menu Mobile */
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    color: #87868a;
    text-align: left;
  }

  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #87868a;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #7d1a2e;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }

  /* Hover Color Menu Mobile*/
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    color: #000;
  }

  #cssmenu > ul > li > a {
    padding-bottom: 20px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 25px;
    color: #3a6b4a;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 20px;
    height: 3px;
    background: #3a6b4a;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 35px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #3a6b4a;
    border-bottom: 1px solid #3a6b4a;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 45px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 2px;
    height: 11px;
    background: #fff ;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 2px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }

  /* DropDown  */
#cssmenu ul ul li .drop {
  padding: 5px 20px;
  width: 100%;
  font-size: 1em;
  line-height: 2em;
  font-weight: 400;
  text-align: left;
  background: #f3f3f3;
  text-transform: normal
  margin-top: 0px;
  text-decoration: none;
  color: #159874;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  z-index:99999;
  -webkit-transition: all 0.75s;
     -moz-transition: all 0.75s;
      -ms-transition: all 0.75s;
       -o-transition: all 0.75s;
          transition: all 0.75s;
}
#cssmenu ul ul li:hover > .drop,
#cssmenu ul ul li a:hover {
  color: #000;
  background-color: none;
}
}


/* --------- 2.4 Botão Login Modal ---------- */

.modal{
  width: 30%;
  background-color: 088330;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 0px;
  margin-right: 0px;
  right: 25px;
  top: 15px;
  position: absolute;
}

.button-header{
  width: 150px;
  float: right;
  opacity: 1;
  align-self: center;
  padding: 12px 10px 12px 10px;
  color: #fff;
  font-family: arial;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background-color: #088330;
  border-radius: 10px;
  cursor: pointer;
}

.button-header:hover{
 background: #0f6b2d;
 transition: all 0.1s ease-in-out;
}

.button-header:active{
 background: #f00;
 transition: all 0.1s ease-in-out;
}

@media screen and (max-width: 480px) {
   
  .modal{
  width: 10%;
  background-color: 088330;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 0px;
  margin-right: 0px;
  right: 5px;
  top: 15px;
  position: absolute;
} 

.button-header{
  width: 80px;
  float: right;
  opacity: 1;
  align-self: center;
  padding: 12px 10px 12px 10px;
  color: #fff;
  font-family: arial;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background-color: #088330;
  border-radius: 10px;
  cursor: pointer;
}

}


/* -------- FORM ------------ */
.testbox {
  margin: 0px auto;
  width: 100%; 
  height: auto; 
  background-color: #fff; 
}

input[type=radio] {
  visibility: hidden;
}

form{
  margin: 0 30px;
}

label.radio {
  cursor: pointer;
  text-indent: 35px;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

label.radio:before {
  background: #ffffff;
  content:'';
  position: absolute;
  top:2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #107119;
}

label.radio:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 0.6em;
  height: 0.25em;
  background: transparent;
  top: 8.95px;
  left: 4.5px;
  border: 2px solid #107119;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=radio]:checked + label:after {
  opacity: 1;
}

input[type=text],input[type=password]{
  width: 90%; 
  height: 42px; 
  background-color: #fff; 
  border: solid 1px #cbc9c9;
  margin-left: -5px;
  padding-left: 10px;
}

input[type=password]{
  margin-bottom: 25px;
}

#icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  padding: 8px 0px 8px 15px;
  margin-left: 0px;
  -webkit-border-radius: 4px 0px 0px 4px; 
  -moz-border-radius: 4px 0px 0px 4px; 
  border-radius: 4px 0px 0px 4px;
  color: #159874;
}

.gender {
  margin-left: 30px;
  margin-bottom: 30px;
}

.accounttype{
  margin-left: -10px;
  margin-top: 20px;
}


/* --------- 2.3 Select Formulário ---------- */

select.minimal {
  width: 90%;
  margin-top: 20px;
  margin-left: 39px;
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border: 1px solid #159874;
}

.minimal {
    font-size: 14px;
    border-radius: 0;
    border: none;
    background: transparent;
    text-indent: 10px;
    color: #000;

}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-area {
  overflow: auto;
  width: 90%;
  color: #159874;
  background: url(images/benice.png) center center no-repeat; /* This ruins default border */
  border: 1px solid #ccc; 
  border-radius: 0;
  font-size: 14px;
  margin-left: 40px;
  margin-top: 10px;
}

.botao-upload {
  width: 100%;
  height: 60px;
  padding: 20px;
  margin-left: 30px;
  background-color: #9dafb4;
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.botao-reset {
  width: 100%;
  height: 40px;
  padding: 10px;
  margin-top: 2px;
  background-color: #9dafb4;
  color: #fff;
  margin: 0;
  font-size: 14px;
}

.form-group-apagar {
 margin-bottom: 20px;
 width: 22%;
 float: left;
 margin-top: 3px;
 padding: 0;
}

.input-group-arquivo {
 width: 70%; float: left; margin-left: 30px; padding: 0;
}



/* --------- 1.1 Botão Banner ---------- */

.button-banner {
  width: 100%;
  max-width: 180px;
  opacity: 1;
  float: left;
  margin-top: 0px;
  align-self: center;
  padding: 15px 20px 16px 20px;
  color: #fff;
  font-family: arial;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background-color: none;
  border: 3px solid #fff;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  margin-top: 20px;
  float: left;
  transition: all 0.1s ease-in-out;
}

.button-banner:hover{
 background: none;
 border: 5px solid #fff;
 color: #fff;
 transition: all 0.1s ease-in-out;
}

/* --------- 1.1 Accordion Visao ---------- */

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 15px 40px 15px 15px;
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
  margin:0 auto;
  position: relative;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 8px;
  background-color: #fff;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #009973;
}

.accordion a:hover::after {
  border: 1px solid #009973;
}

.accordion a.active {
  color: #fff;
  border: 1px solid rgba(0,0,0,.1);
  background-color: #009973;
      
}

.accordion a::after {
  font-family: 'fontawesome';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #009973;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #009973;
  text-align: center;
}

.accordion a.active::after {
  font-family: 'fontawesome';
  content: '\f209';
  color: #ffffff;
  border: 1px solid #ffffff;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
  border: 0.5px solid rgba(0,0,0,.1);
  background-color: #fff;
      /*box-shadow: 1px 2px 4px rgba(0,0,0,.2);*/
  
  
  border-radius: 8px;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

/* --------- 1.1 Residuometro ---------- */


.cor-primeiro{
  color: #fff;
}

.box-residuo-home #totalAnswerRateIncrease{
  background-color: none;
}

.box-residuo-home {
  width: 34%; max-width: 470px; height: auto; position: absolute; float: right; top: 12%; right: 13%; text-align: left; line-height: 1.08em;
}

.titulo-residuo  {
  width: 100%;
  font-size: 1em; font-weight: bold; float: right; position: relative; margin-top: -72px; margin-bottom: 40px; color: #fff; background-color: #159874;
}

#totalAnswerRateIncrease {
  margin-left: auto ;
  margin-right: auto ;
  height: auto;
  width: 100%;
  border-radius: 0px;
  background-color: none;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  margin-top: -50px;
}

.callOutNumbers {
  font-size: 70px; 
  font-family: "Lato", Arial, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  line-height: 120px;
  text-align: center;
  margin-bottom: 30px;
}

.callOutNumbers .kilos {font-size: 0.4em; font-weight: bold; float: right; position: relative; right: 20px; top: 0px;}
.callOutNumbers .kilos2 {font-size: 0.7em; font-weight: bold; float: right; position: relative; right: 20px; top: 0px; color: #fff}

.callOutNumbers .callOutBigNumber {
  display: inline-block;
  text-align: right;
  line-height: 90px;
  margin-left: 10px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 1.1em;
}

.callOutNumbers .callOutBigNumber2 {
  display: inline-block;
  text-align: left;
  line-height: 90px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 1.7em;
  
}

.callOutNumbers .callOutDecimals {
  display: inline-block;
  letter-spacing: -1px;
  text-align: left;
  overflow: hidden;
  font-size: 37px;
  color: #009973;
  line-height: 168px;
  height: 98px;
  margin-left:-20px;
}

.callOutNumbers .littlex {
  color: #009973;
  opacity:.5;
  font-size: 20px;
  letter-spacing:2px;
}

.callOutNumbers .callOutQualifier {
  width: 100%;
  color: #000;
  margin: 0 auto;
  text-align: center;
  margin-left: 0;
  margin-top: 10px;
  opacity:1;
  font-size: 16px;
  line-height: 1.11em;
  font-style: normal;
  font-weight: 700;
}

.callOutNumbers .callOutQualifier2 {
  width: 100%;
  color: #fff;
  margin: 0 auto;
  text-align: left;
  margin-left: 8%;
  opacity:1;
  font-size: 13px;
  line-height: 1.11em;
  font-style: normal;
  margin-top: 10px;
  font-weight: bold;
}

.callOutNumbers .callOutQualifier3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  opacity:1;
  font-size: 0.5em;
  line-height: 1.11em;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  background-color: none;
  padding: 10px;
}

.callOutNumbers .callOutQualifier4 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-left: 0;
  margin-top: 10px;
  opacity:1;
  font-size: 16px;
  line-height: 1.11em;
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 1380px) {

.box-residuo-home {
  width: 34%; max-width: 470px; height: auto; position: absolute; float: right; top: 24%; right: 13%; text-align: left; line-height: 1.08em;
}

.callOutNumbers .callOutBigNumber {
  display: inline-block;
  text-align: right;
  line-height: 90px;
  margin-left: 10px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 1em;
}

#totalAnswerRateIncrease {
  margin-left: auto ;
  margin-right: auto ;
  height: auto;
  width: 100%;
  border-radius: 0px;
  background-color: none;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  margin-top: -60px;
}

.callOutNumbers .callOutQualifier3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  opacity:1;
  font-size: 0.4em;
  line-height: 1.11em;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  background-color: none;
  padding: 10px;
}

.callOutNumbers .kilos {font-size: 0.3em; font-weight: bold; float: right; position: relative; right: 20px; top: 0px;}

}


@media screen and (max-width: 1200px) {

.box-residuo-home {
  width: 34%; max-width: 470px; height: auto; position: absolute; float: right; top: 24%; right: 13%; text-align: left; line-height: 1.08em;
}

.callOutNumbers .callOutBigNumber {
  display: inline-block;
  text-align: right;
  line-height: 90px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 0.8em;
}

#totalAnswerRateIncrease {
  margin-left: auto ;
  margin-right: auto ;
  height: auto;
  width: 100%;
  border-radius: 0px;
  background-color: none;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  margin-top: -60px;
}

.callOutNumbers .callOutQualifier3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  opacity:1;
  font-size: 0.4em;
  line-height: 1.11em;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
 background-color: none;
  padding: 10px;
}

.callOutNumbers .callOutQualifier4 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-left: 0;
  margin-top: -15px;
  opacity:1;
  font-size: 16px;
  line-height: 1.35em;
  font-style: normal;
  font-weight: 700;
  padding: 5px;
}


.callOutNumbers .kilos {font-size: 0.3em; font-weight: bold; float: right; position: relative; right: 20px; top: 0px;}

}

@media screen and (max-width: 1024px) {

.box-residuo-home {
  width: 50%; max-width: 470px; height: auto; position: absolute; float: right; top: 30%; right: 5%; text-align: left; line-height: 1.08em;
}
    
.callOutNumbers {
  font-size: 45px; 
  font-family: "Lato", Arial, sans-serif;
  color: #009973;
  font-style: normal;
  font-weight: 300;
  line-height: 120px;
  text-align: center;
  margin-bottom: 10px;
}

.callOutNumbers .kilos {font-size: 0.5em; font-weight: bold; float: right; position: relative; right: 20px; top: 0px;}

.callOutNumbers .callOutBigNumber {
  display: inline-block;
  text-align: right;
  line-height: 90px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 1.4em;
}

.callOutNumbers .callOutQualifier3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  opacity:1;
  font-size: 0.4em;
  line-height: 1.11em;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  background-color: none;
  padding: 10px;
}


.callOutNumbers .callOutBigNumber2 {
  display: inline-block;
  text-align: left;
  line-height: 90px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 2.7em;
}

.callOutNumbers .callOutQualifier4 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-left: 0;
  margin-top: -15px;
  opacity:1;
  font-size: 14px;
  line-height: 1.35em;
  font-style: normal;
  font-weight: 700;
  padding: 5px;
}

.titulo-residuo  {
  width: 100%;
  font-size: 1em; font-weight: bold; float: right; position: relative; margin-top: -72px; margin-bottom: 40px; color: #fff; background-color: #159874;
}

}

@media screen and (max-width: 900px) {

 .box-residuo-home {
  width: 40%; max-width: 470px; height: auto; position: absolute; float: right; top: 30%; right: 13%; text-align: left; line-height: 1.08em;
}
    
.callOutNumbers {
  font-size: 45px; 
  font-family: "Lato", Arial, sans-serif;
  color: #009973;
  font-style: normal;
  font-weight: 300;
  line-height: 120px;
  text-align: center;
  margin-bottom: 10px;
}

.callOutNumbers .kilos {font-size: 0.5em; font-weight: bold; float: right; position: relative; right: 20px; top: 0px;}

.callOutNumbers .callOutBigNumber {
  display: inline-block;
  text-align: right;
  line-height: 90px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 1.1em;
}

.callOutNumbers .callOutQualifier3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  opacity:1;
  font-size: 0.4em;
  line-height: 1.11em;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  background-color: none;
  padding: 10px;
}


.callOutNumbers .callOutQualifier4 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-left: 0;
  margin-top: -15px;
  opacity:1;
  font-size: 14px;
  line-height: 1.35em;
  font-style: normal;
  font-weight: 700;
  padding: 5px;
}
    
.callOutNumbers .callOutBigNumber2 {
  display: inline-block;
  text-align: left;
  line-height: 90px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 2.7em;
}

.titulo-residuo  {
  width: 100%;
  font-size: 1em; font-weight: bold; float: right; position: relative; margin-top: -72px; margin-bottom: 40px; color: #fff; background-color: #159874;
}

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:700;
    color:#111;
}

}

@media screen and (max-width: 850px) {

.cor-primeiro{
  color: #008c4b;
}

 .box-residuo-home {
  width: 100%; max-width: 550px; height: auto; position: absolute; float: right; top: 30%; right: 13%; text-align: left; line-height: 1.08em;
}

.box-residuo-home #totalAnswerRateIncrease{
  background-color: #fff;
}
    
.callOutNumbers {
  font-size: 45px; 
  font-family: "Lato", Arial, sans-serif;
  color: #009973;
  font-style: normal;
  font-weight: 300;
  line-height: 120px;
  text-align: center;
  margin-bottom: 10px;
}

.callOutNumbers .callOutQualifier3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  opacity:1;
  font-size: 0.4em;
  line-height: 1.11em;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  background-color: none;
  padding: 10px;
}


.callOutNumbers .callOutQualifier4 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-left: 0;
  margin-top: -15px;
  opacity:1;
  font-size: 14px;
  line-height: 1.35em;
  font-style: normal;
  font-weight: 700;
  padding: 5px;
}

.callOutNumbers .kilos {font-size: 0.5em; font-weight: bold; float: right; position: relative; right: 20px; top: 0px;}

.callOutNumbers .callOutBigNumber {
  display: inline-block;
  text-align: right;
  line-height: 90px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 1.8em;
}
    
.callOutNumbers .callOutBigNumber2 {
  display: inline-block;
  text-align: left;
  line-height: 90px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 2.3em;
}

.callOutNumbers .kilos {font-size: 0.8em; font-weight: bold; float: right; position: relative; right: 20px; top: 10px;}

.titulo-residuo  {
  width: 100%;
  font-size: 1em; font-weight: bold; float: right; position: relative; margin-top: -72px; margin-bottom: 40px; color: #fff; background-color: #159874;
}

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:700;
    color:#111;
}

}

@media screen and (max-width: 768px) {

.box-residuo-home {
  width: 100%; height: 42%; position: absolute; float: left; top: 30%; left: 9%; text-align: left; line-height: 1.08em;
}
    
.callOutNumbers {
  font-size: 45px; 
  font-family: "Lato", Arial, sans-serif;
  color: #009973;
  font-style: normal;
  font-weight: 300;
  line-height: 120px;
  text-align: center;
  margin-bottom: 10px;
}

.kilos {font-size: 0.1em; font-weight: bold; float: right; position: relative; right: 20px; top: 0px;}

.callOutNumbers .callOutBigNumber {
  display: inline-block;
  text-align: right;
  line-height: 90px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 1.5em;
}
    
.callOutNumbers .callOutBigNumber2 {
  display: inline-block;
  text-align: left;
  line-height: 90px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 2em;
}

.callOutNumbers .callOutQualifier3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  opacity:1;
  font-size: 0.4em;
  line-height: 1.11em;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  background-color: none;
  padding: 10px;
}


.callOutNumbers .callOutQualifier4 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-left: 0;
  margin-top: -15px;
  opacity:1;
  font-size: 14px;
  line-height: 1.35em;
  font-style: normal;
  font-weight: 700;
  padding: 5px;
}

.titulo-residuo  {
  width: 100%;
  font-size: 0.8em; font-weight: bold; float: right; position: relative; margin-top: -72px; margin-bottom: 40px; color: #fff; background-color: #159874;
}

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:700;
    color:#111;
}

}

@media screen and (max-width: 720px) {

.box-residuo-home {
  width: 80%; height: 40%; position: absolute; float: left; top: 30%; left: 9%; text-align: left; line-height: 1.08em;
}
    
.callOutNumbers {
  font-size: 45px; 
  font-family: "Lato", Arial, sans-serif;
  color: #009973;
  font-style: normal;
  font-weight: 300;
  line-height: 120px;
  text-align: center;
  margin-bottom: 10px;
}

.kilos {font-size: 0.1em; font-weight: bold; float: right; position: relative; right: 20px; top: 0px;}

.callOutNumbers .callOutBigNumber {
  display: inline-block;
  text-align: right;
  line-height: 30px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 1.4em;
}
    
.callOutNumbers .callOutBigNumber2 {
  display: inline-block;
  text-align: left;
  line-height: 90px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 1.7em;
}

.callOutNumbers .callOutQualifier3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  opacity:1;
  font-size: 0.4em;
  line-height: 1.11em;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: bold;
  background-color: none;
  padding: 10px;
}


.titulo-residuo  {
  width: 100%;
  font-size: 0.8em; font-weight: bold; float: right; position: relative; margin-top: -72px; margin-bottom: 40px; color: #fff; background-color: #159874;
}

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:700;
    color:#111;
}

}

@media screen and (max-width: 640px) {

.box-residuo-home {
  width: 100%; height: 20%; position: absolute; float: left; top: 40%; left: 0%; text-align: left; line-height: 1.08em;
}

.callOutNumbers .callOutQualifier3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  opacity:1;
  font-size: 0.7em;
  line-height: 1.11em;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: -15px;
  font-weight: bold;
  background-color: none;
  padding: 5px;
}


.callOutNumbers .callOutQualifier4 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-left: 0;
  margin-top: -25px;
  opacity:1;
  font-size: 12px;
  line-height: 1.35em;
  font-style: normal;
  font-weight: 700;
  padding: 0px;
}
    
.callOutNumbers {
  font-size: 40px; 
  font-family: "Lato", Arial, sans-serif;
  color: #009973;
  font-style: normal;
  font-weight: 300;
  line-height: 120px;
  text-align: center;
  margin-bottom: 10px;
}

.kilos {font-size: 0.1em; font-weight: bold; float: right; position: relative; right: 20px; top: 0px;}

.callOutNumbers .callOutBigNumber {
  display: inline-block;
  text-align: right;
  line-height: 0px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 1.5em;
  top: -20px;
  padding: 0;
}
    
.callOutNumbers .callOutBigNumber2 {
  display: inline-block;
  text-align: left;
  line-height: 90px;
  margin-left: 0px;
  padding-right:7px;
  letter-spacing: -2px;
  font-size: 1.2em;
}

.callOutNumbers .kilos {font-size: 0.5em; font-weight: bold; float: right; position: relative; right: 10px; top: 10px;}
.callOutNumbers .kilos2 {font-size: 0.7em; font-weight: bold; float: right; position: relative; right: 20px; top: 30px;}

.titulo-residuo  {
  width: 100%;
  font-size: 0.5em; font-weight: bold; float: right; position: relative; margin-top: -72px; margin-bottom: 40px; color: #fff; background-color: #159874;
}

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:700;
    color:#111;
}

}


/* --------- 1.1 Input Elements ---------- */

input, textarea {
    border: 1px solid #e1e1e1;
    padding: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 3px;
}

input {
    height: 40px;
    margin: 3px 0;
    outline: none;
    line-height: normal;
    font-size: 14px;
}

input[type="submit"] {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

select {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 5px;
}

input:focus, textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

*:focus {
    outline: none;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Layout Elements */
/*------------------------------------------------------------------------------------------*/

section {
    clear: both;
    overflow: hidden;
}

/* Rows and Columns */

.row {
    max-width: 1245px;
    margin: 0 auto;
    padding: 75px 0;
    position: relative;
}

.no-padding-bottom .row, .no-padding-bottom div, .no-padding-bottom.row {
    padding-bottom: 0;
}

.no-padding-top.row, .no-padding-top div {
    padding-top: 0;
}

.big-padding-top {
    padding-top: 75px !important;
}

.big-padding-bottom {
    padding-bottom: 85px !important;
}

/* Targets all elements */

[class*='col-'] {
    float: left;
    padding: 10px;
}

#clients .col-2-3 [class*='col-'] {
    padding: 0;
}

/* Clearfix */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Main Widths */

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-2-1 {
    width: 12%;
}

.col-3 {
    width: 33.33%;
}

.col-3-1 {
    width: 30%;
}

.col-4 {
    width: 25%;
}

.col-3-5 {
    width: 70%;
}

.col-4-4 {
    width: 40%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.6666666667%;
}

.col-7 {
    width: 14.2857142857%;
}

.col-8 {
    width: 12.5%;
}

.col-9 {
    width: 11.1111111111%;
}

.col-10 {
    width: 10%;
}

.col-11 {
    width: 9.09090909091%;
}

.col-12 {
    width: 8.33%;
}

.col-2-3 {
    width: 66.66%;
}

.col-3-4 {
    width: 75%;
}

.col-9-10 {
    width: 90%;
}

/* Golden Ratio */
.col-61 {
    width: 60%;
}

.col-38 {
    width: 38.2%;
}

/* MAPA Google */

.container-maps{
  width: 100%;
  margin: 0 auto;
  margin-top:0px;
}

#map_container{
  position: relative;
}
#map{
    height: 0;
    overflow: hidden;
    padding-bottom: 22.25%;
    padding-top: 0px;
    position: relative;
}

/* Notícias */

.noticia{
  width: 100%;
  padding: 10px;
  margin: 0;
  float: left;
  border-bottom: 1px solid #ebebeb;
}

.download-file{
  width: 100%;
  font-size: 0.8em;
  text-align: center;
  color: #159874;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.data-noticia{
  font-size: 11px; color: #484848; margin-bottom: -10px;
}

.sidebar .banner-lateral{
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: normal;
  margin-top: 20px;
}
.sidebar .banner-lateral img{
  width: 100%;
  max-width: 300px;
  text-align: center;
}


/* Login Home */

.btn {
  font-size: 1rem;
  border: 0;
  cursor: pointer;
  padding: 10px 25px;
  border-radius: 4px;
}

.btn-home-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.btn-login {
  background-color: #009973;
  color: #fff;
}

.btn-register {
  background-color: transparent;
  color:#000;
}

.close-login-modal-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.close-login-modal {
  background-color: transparent;
  border: 0;
  height: 20px;
  width: 20px;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
}


/* Seta Menu*/

.seta{
  width: 20px;
  padding: 0;
  margin-top: 7px;
  float: right;
  position: absolute;
  right: 0;
}

/* Marca Menu*/
span {
    /*height: 2px;*/
    /*width: 20px;*/
    background-color: #009973;
    display: block;
    position: absolute;
}

span:first-child {
  top: 50%;
}

span:last-child {
  top: 50%;
}

.text-center {
  text-align: center;
}

.login-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 57, 49, 0.8);
  top: 0;
  left: 0;
  z-index: 99999;
}

  .login-modal-inner {
    width: 450px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
}

    .login-modal-header {
      padding: 0 50px;
    }

    .login-modal-body {
      padding: 15px 50px 30px;
    }

    .login-modal-footer {
      background-color: #eee;
      padding: 15px 50px 30px;
      border-radius: 0 0 4px 4px;
    }

.form-element {
  width: 100%;
  position: relative;
}

 .form-element input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 1rem;
    transition: 0.5s;
    color: @color-font;
  }

  .placeholder {
    position: absolute;
    left: 10px;
    top: 9px;
    z-index: 1;
    color: @color-font;
    transition: 0.5s;
    display: block;
    padding: 0 5px;
    background-color: #fff;
    pointer-events: none;
    cursor: text;
    opacity: 0.5;
  }

  &.active {
    .placeholder {
      color: @color-primary;
      top: -8px;
      font-size: 0.8rem;
      opacity: 1;
    }

    input {
      border-color: @color-primary;
      outline: none;
    }
  }

  button {
    width: 100%;
  }
}


/* Footer NEwsletter */

.button-bt{
    background-color: #009973;
}

#about{
    margin-bottom: -100px;
}

#desk{margin-top: 100px; margin-bottom: -100px;}


/* --------- 2.1 Wrapper --------- */

#wrapper {
    margin:0 15px;
    padding: 0px;
    position: relative;
    margin-top: 3px;
}

.espaco{
  width: 100%;
  padding: 10px;
}

/* --------- 2.1 Header --------- */

#header {
    height: 71px !important;
    overflow: visible;
    z-index: 9999;
    width: 100%;
    position: absolute !important;
}

#header .row {
    padding: 0;
}

#header aside {
    text-align: right;
}

#header ul {
    text-align: center;
}

#header li {
    display: inline-block;
    list-style: none;
    margin: 0;
}


.img-icon-left{
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}

/* --------- 2 Imagem Missao, Visao, Valores --------- */

.img-icon-left img{
  width: 100%;
  margin: 0;
  padding: 0;
}

/* --------- 2.1 TaBS Internas --------- */

.wrapper3 h1 {
  font-size:20px;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase;
}

.wrapper3 .tabs {
    float:left;
    width:100%;
    list-style: none;
  }

#tab6, #tab7, #tab8, #tab9 p{
  color: #fff;
  font-size: 1em;
}

.tabs li {
    float:left;
    width:20%;
    color: #fff;
  }
 .tabs a {
    display:block;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    color:#888;
    padding:20px 0;
    border-bottom:2px solid #888;
    width: 100%;
  }
    
  .tabs  a:hover, &.active {
      background:#6d8d22;
    }

.tabgroup {
    padding:30px;
  }

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

/* --------- 2.1 FlexSlider Banner Home --------- */
.slider{padding-top: 90px;}
.flexslider .slides img {max-width: 1920px; width: 100%; max-height: 450px; padding: 0; margin-left: 0px;}
#slider .logo-banner {width: 100%; height: auto; position: relative; line-height: 1.08em; float: left; margin-bottom: 20px; margin-top: -80px;}
#slider .logo-banner img {width: 100%; max-width: 150px; height: auto; position: relative; text-align: left; line-height: 1.08em; float: left;}
#slider .titulo-banner {font-size: 1.7em; color: #fff; width: 34%; max-width: 470px; height: auto; position: absolute; float: right; top: 12%; right: 13%; text-align: left; line-height: 1.08em;}
#slider .foto-titulo-banner {font-size: 1.7em; width: 34%; max-width: 470px; height: auto; position: absolute; float: left; top: 13%; left: 13%; text-align: left; line-height: 1.08em;}
#slider .sub-titulo-banner {font-size: 1em; width: 50%; height: auto; position: absolute; float: right; top: 38%; right: 0; text-align: left;}
.flex-container a:hover,
.flex-slider a:hover {outline: none; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none; }
.flex-pauseplay span {text-transform: capitalize; } 
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img {width: 100%; display: block; }
.flexslider .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .flexslider .slides {display: block; }
* html .flexslider .slides {height: 1%; }
.no-js .flexslider .slides > li:first-child {display: block; }
.flexslider {background: #fff; position: relative; zoom: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); }
.flexslider .slides {zoom: 1; }
.flexslider .slides img {height: auto; -moz-user-select: none; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {max-height: 300px; }
.carousel li {margin-right: 5px; }
.flex-direction-nav {*height: 0; }
.flex-direction-nav a {text-decoration: none; display: block; width: 40px; height: 50px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: #fff; /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.flex-direction-nav a:before {font-family: "FontAwesome"; font-size: 40px; display: inline-block; content: '\f104'; /*color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/ }
.flex-direction-nav a.flex-prev:before {color: rgba(0, 0, 0, 0); font-size: 0.1em; content: '\f004';}
.flex-direction-nav a.flex-next:before {color: rgba(0, 0, 0, 0); font-size: 0.1em; content: '\f004';}
.flex-direction-nav .flex-prev {left: 00px; color: rgba(0, 0, 0, 0);}
.flex-direction-nav .flex-next {right: 00px; text-align: right; color: rgba(0, 0, 0, 0);}
.flex-prev,
.flex-next {
  font-size: 0;
}

/* --------- 2.1 Espaço Slide Banner com Menu --------- */

@media screen and (max-width: 1100px) {

#slider .slides .titulo-banner {font-size: 1.7em; color: #fff; width: 44%; max-width: 470px; height: auto; position: absolute; float: right; top: 15%; right: 13%; text-align: left; line-height: 1.08em;}

}

@media screen and (max-width: 980px) {

#slider .slides .titulo-banner {font-size: 1.7em; color: #fff; width: 45%; max-width: 470px; height: auto; position: absolute; float: right; top: 15%; right: 13%; text-align: left; line-height: 1.08em;}

}

@media screen and (max-width: 900px) {

#slider .slides .titulo-banner {font-size: 1.7em; color: #fff; width: 100%; height: auto; position: absolute; float: left; top: 20%; left: 0%; text-align: left; line-height: 1.08em;}

}

@media screen and (max-width: 680px) {

#slider .slides .titulo-banner {margin-top: -20px; font-size: 1.3em; color: #fff; width: 100%; height: auto; position: absolute; float: left; top: 20%; left: 0%; text-align: left; line-height: 1.08em;}
#slider .slides img {width: 300%; margin-top: 0px; padding: 0; margin: 0; top: 0;}
#desk{margin-top: 120px; margin-bottom: -60px;}
#about{
    margin-bottom: 0px;
}
}


@media screen and (max-width: 1100px) {

.slider{padding-top: 150px;}

}
/* --------- 2.1 Slider Passos --------- */

.titulo-full{
  width: 100%; max-width: 500px; height: 100%; text-align: center; vertical-align: middle; margin: 0 auto; z-index: 999; margin-top: -40px;
}

.titulo-full h2 {
 width: 70px; height: 70px; color: #fff; text-align: center; padding: 10px; font-size: 2.3em; font-weight: 500; margin: 0 auto; border: 3px solid #fff; border-radius: 100%; position: relative; top: 180px;
}

.titulo-full h1 {
 width: 100%; color: #fff; text-align: center; padding: 10px; font-size: 2.4em; font-weight: 500; margin-top: 40%; margin-bottom: -40px;
}

.titulo-full p {
 width: 100%; color: #fff; text-align: center; padding: 40px; font-size: 1em; font-weight: 500; margin-top: 0%;
}

.titulo-center{
   width: 100%; max-width: 500px; height: 100%; text-align: center; vertical-align: middle; margin: 0 auto; margin-bottom: 40px;
}

/* --------- 2.1 Caminho Páginas --------- */

.caminho{
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: 000;
  margin-top: -70px;
  margin-left: 18px;
  font-size: 0.7em;
  color: #7b7f97;
}

/* --------- 2.1 Texto Banner --------- */


.top-chamada{
  width: 100%; max-width: 1200px; height: 100%; text-align: center; margin: 0 auto; z-index: 999999;
}

.chamada {
 width: 100%; color: #fff; text-align: left; padding: 10px; font-size: 2.4em; font-weight: 500; z-index: 999999; margin-top: 170px; margin-left: 50px; position: absolute;
}

.flexslider:hover .flex-direction-nav .flex-prev {opacity: 1; left: 10px; }
.flexslider:hover .flex-direction-nav .flex-prev:hover {opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-next {opacity: 1; right: 10px; }
.flexslider:hover .flex-direction-nav .flex-next:hover {opacity: 1; }

.flexslider3:hover .flex-direction-nav .flex-prev {opacity: 1; left: 10px; }
.flexslider3:hover .flex-direction-nav .flex-prev:hover {opacity: 1; }
.flexslider3:hover .flex-direction-nav .flex-next {opacity: 1; right: 10px; }
.flexslider3:hover .flex-direction-nav .flex-next:hover {opacity: 1; }

.flex-direction-nav .flex-disabled {opacity: 0!important; filter: alpha(opacity=0); cursor: default; z-index: -1; }
.flex-pauseplay a {display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before {font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover {opacity: 1; }
.flex-pauseplay a.flex-play:before {content: '\f003'; }
.flex-control-nav {width: 100%; position: absolute; bottom: 0; top: 96%; text-align: center; z-index: 999999;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover {background: #333; background: rgba(0, 0, 0, 0.7); }
.flex-control-paging li a.flex-active {background: #000; background: rgba(223, 22, 58, 0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li {width: 20%; float: left; margin: 0; }
.flex-control-thumbs img {width: 100%; height: auto; display: block; opacity: .7; cursor: pointer; -moz-user-select: none; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.flex-control-thumbs img:hover {opacity: 1; }
.flex-control-thumbs .flex-active {opacity: 1; cursor: default; }
.flexslider.thumbe-slider{position: absolute; bottom: 0; z-index: 9; height: auto; width: 49%; margin: 0 auto; left: 0; right: 0;} 
.slider{position: relative;}
.flexslider.thumbe-slider img{cursor: pointer;border: 4px solid #fff;width: 25%;}

.flexslider3 .flex-direction-nav {
    position:absolute;
    bottom: 100px;
}

.flexslider3 .flex-direction-nav li { 
    display:inline-block; 
    margin-left:20px; /*amount of space you want between buttons*/
}

.flexslider .flex-direction-nav .flex-next {
    right: 5px; /* adjust offset to match the hover style */
    opacity: .8; /* adjust opacity to match the hover style */
    background-image: url(../images/gallery-images/seta1.png);
}

.flexslider .flex-direction-nav .flex-prev {
    left: 5px; /* adjust offset to match the hover style */
    opacity: .8; /* adjust opacity to match the hover style */
    background-image: url(../images/gallery-images/seta2.png);
}

.flexslider3 .flex-direction-nav .flex-next {
    right: 5px; /* adjust offset to match the hover style */
    opacity: .8; /* adjust opacity to match the hover style */
    background-image: url(../images/gallery-images/seta1.png);
    background-color: none;
}

.flexslider3 .flex-direction-nav .flex-prev {
    left: 5px; /* adjust offset to match the hover style */
    opacity: .8; /* adjust opacity to match the hover style */
    background-image: url(../images/gallery-images/seta2.png);
    background-color: none;
}

.flex-direction-nav .flex-next {
    right: 5px; /* adjust offset to match the hover style */
    opacity: .8; /* adjust opacity to match the hover style */
}

.flex-direction-nav .flex-prev {
    left: 5px; /* adjust offset to match the hover style */
    opacity: .8; /* adjust opacity to match the hover style */
}

.flex-control-nav {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 127px !important;
    display: block !important;
    opacity: 0.66 !important;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: auto !important;
    width: 100%;
    z-index: 999 !important;
    z-index: 99999;
}

.flex-direction-nav {
    float: left;
    opacity: 1 !important;
    top: 68% !important;
    width: 100%;
    height: 80px;
}

.flex-direction-nav a {
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 8px;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 10;
}

@-moz-document url-prefix() {
    .loading .flex-viewport {max-height: none; }
}
@media screen and (max-width: 860px) {

    .flex-direction-nav {
        float: left;
        opacity: 1 !important;
        top: 67% !important;
        width: 100%;
        height: 80px;
    }


    .flex-direction-nav .flex-prev {opacity: 1; left: 10px; }
    .flex-direction-nav .flex-next {opacity: 1; right: 10px; }
    #slider .titulo-banner {font-size: 1.6em; color: #fff; width: 100%; height: auto; position: absolute; float: left; top: 15%; left: 0%; padding: 20px; text-align: left; line-height: 1.08em;}
    .slider{top: 20px;
    }
}

@media screen and (max-width: 580px) {

    .flex-direction-nav {
        float: left;
        opacity: 1 !important;
        top: 60% !important;
        width: 100%;
        height: 80px;
    }

}

/* --------- 2.3 Buttons ---------- */

.call-to-action {
    padding: 35px 0 35px 0;
}

/*Style*/

.button {
    font-size: 16px;
    margin: 35px 0;
    padding: 11px 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
}

/* Play Button */

#video-section {
    position:relative;
}

.play-video {
    height:110px;
    position:absolute;
    top:50%;
    margin-top:-110px;
    width:100%;
}

.play-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 45px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.play-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.play-icon:before {
    font-family: 'fontawesome';
    content: '\f144';
    speak: none;
    font-size: 74px;
    line-height: 110px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    color:#fff;
}

.play-video .play-icon {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: -webkit-transform ease-out 0.3s, background 0.4s;
    -moz-transition: -moz-transform ease-out 0.3s, background 0.4s;
    transition: transform ease-out 0.3s, background 0.4s;
}

.play-video .play-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.play-video .play-icon:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

/* --------- 2.4 Noticias ---------- */

.news-home {
    cursor:pointer; 
    line-height:1;
    position:relative;
    padding: 0;
    margin: 0;
}

.news-home a h1 {
    width: 100%;
    color:#000;
    height: auto;
    cursor:pointer; 
    line-height:1.5em;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.news-home a h2 {
    width: 100%;
    color:#000;
    height: auto;
    cursor:pointer; 
    line-height:1.5em;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.news-home a:hover h1,
.news-home a:hover h2 {
    color:#159874;
  }

.noticias-btn {
    width: 100%;
    color:#000;
    height: auto;
    cursor:pointer; 
    line-height:1.5em;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    text-align: left;
}


.noticias-btn a {
    color:#159874;
}

/* --------- 2.4 Navigation ---------- */

#header {
    font-size: 13px;
}

#header aside {
    float: right;
}

#header nav ul {
    text-transform: uppercase;
}

#header nav a {
    height: 71px;
    line-height: 71px;
    display: block;
    padding: 0 10px;
}

#header nav a:hover {
    opacity: 0.6;
}

@media (max-width:1100px){
    
    #header {
    font-size: 10px;
}

}

/*Navigation Solid - STICKY NAV - Slide Header FadeDown - Menu Fixo */

#header.nav-solid [class*='col-'] {
    padding: 6px 0px;
}

#header.nav-solid {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left:0;
    margin-top: 0px;
}

#header.nav-solid nav a {
    border-bottom: 3px solid;
    border-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header.nav-solid nav a:hover {
    opacity: 1;
}

/* Social Elements when Solid*/

#header.nav-solid .social-icons a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.5;
}

#header.nav-solid .social-icons a:hover {
    opacity: 1;
    color: #e4473c;
}

/* Responsive Nav Styling */


/* --------- 2.5 Social Elements ---------- */


hr{
    width: 100%;
    border: 1px solid #bdb8b0;
    margin: 0;
    opacity: 0.2;
    position: relative;
}

/* --------- 2.6 Perguntas Frequentes ---------- */
/* General*/
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    white-space: normal;
    padding: 6px 14px;
    font-size: 18px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-default {border-color: #378b7a;}
a.btn-default:hover {background-color:#378b7a; color:#fff;}
pre {overflow:auto;}
.container {
  margin: 0 auto;
  padding: 20px;
  transition:.3s ease;
  width: 100%;
}
@media (min-width:1366px){
    .container {max-width:1200px;}
}
@media (max-width:1365px){
    .container {max-width:85%;}
}
@media (max-width:801px){
    .container {max-width:92.5%;}
}
@media (max-width:680px){
    .container {max-width:100%;}
}

.center {text-align:center !important;}
.center-div {margin:0 auto;overflow:hidden;text-align: center;}
.left-fa {margin-right:8px;}
.right-fa {margin-left:8px;}
.small-width, .medium-width, .large-width {width:100%; padding:0 !important;}
.small-width {max-width:400px; }
.medium-width {max-width:500px;}
.large-width {max-width:600px;}
.padding-left-small li ul li {margin-bottom:0;}
@media (max-width:360px) {
    .padding-left-small,
    .padding-left-small ul {padding-left:20px;}
}
/* Newspaper 2+3 columns */
.newspaper {
    -webkit-columns: 2 347px;
       -moz-columns: 2 347px;
            columns: 2 347px;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -webkit-column-rule: 1px dotted #bfbfbf;
       -moz-column-rule: 1px dotted #bfbfbf;
            column-rule: 1px dotted #bfbfbf;
}
.newspaper ul, .newspaper ol {margin-top:0;}
.newspaper p {margin:0 !important; padding:0 0 .5em 0;}
.newspaper img { 
    display: block; 
    float: left; 
    width:100%; 
    max-width: 180px; 
    padding:0 20px 10px 0;
    -webkit-transition:all .5s ease;
       -moz-transition:all .5s ease;
            transition:all .5s ease;
}
@media screen and (max-width: 767px) {
    .newspaper img {max-width: 140px;}
}
@media screen and (max-width: 375px) {
    .newspaper img {float:none; max-width:100%; margin-bottom:10px; padding:0;}
}
.newspaper-3 {
    -webkit-columns: 3 270px;
       -moz-columns: 3 270px;
            columns: 3 270px;
}
    /*-- Numbered nesting list --*/
.numb-list ol {
    counter-reset: item;
    list-style-type: none;
    text-align:left;
    margin: 0;
    padding:3px 0;
}
.numb-list ol li {display:table; padding:0; line-height:2em;margin:0;}
.numb-list ol li::before {
    color:rgba(0, 133, 166, .5);
    counter-increment: item;
    content: counters(item,".") ". ";
    display: table-cell;
    padding-right: .5em;
    transition: all .3s;
}
.numb-list ol li:hover:before {color: #0085a6;}
.numb-list li a.buttonControl span {left:100%;top:0;}

    /* -- Inline-list --*/
.inline-list {border-top:1px solid #0085a6; list-style:none; margin:5px 0 10px 0; padding:0; text-align:center;}
.inline-list li {display:inline-block; padding:0;}
.inline-list li a {display:block; padding:6px 12px;}
.inline-list li a:hover {background-color:#0085a6; color:#fff;}
.inline-list li ul {padding-left:0;}

    /* -- Inline-list-invert --*/
.inline-list.inline-list-invert {border-top:1px solid #fff;}
.inline-list.inline-list-invert li a {color:#fff;text-shadow:0 0 3px #0085a6;}
.inline-list.inline-list-invert li a.active {color:#99ebff;}
.inline-list.inline-list-invert li a:hover {background-color:#fff; color:#0085a6;text-shadow:none;}

@media (max-width: 800px) {
    .inline-list {border-top-color:#c1ced2;border-bottom:1px solid #fff; margin:.75em 0;}
    .inline-list li {border-bottom: 1px solid #c1ced2; border-top: 1px solid #fff; display:block; text-align:center;}
    .inline-list li:first-child {border-top none;}
    .inline-list li:last-child {border-bottom none;}
    .inline-list li a {padding:8px;}

    .inline-list.inline-list-invert {border-top-color:#0085a6;border-bottom:1px solid #00ccff; border 0; margin:.75em 0;}
    .inline-list.inline-list-invert li {border-top-color:#00ccff; border-bottom-color:#0085a6;
  border 0;  box-shadow 0 1px 0 #00ccff inset, 0 -1px 0 #0085a6 inset;}
}



/*  Responsive Accordion | for Top menu, Toc menu, Accordion content
--------------------------------------------------------------------- */
    /* -- General settings -- */
.responsive-accordion {list-style-type:none; margin:0 0 20px 0; padding:0;}
.responsive-accordion li {margin:0 0 0px 0; padding:0;}
.responsive-accordion li:last-child {margin-bottom:0;}
.responsive-accordion li .responsive-accordion-head {
    background-color:#378b7a;
    border:1px solid #378b7a;
    border-radius:3px;
    color:#ffffff;
    cursor:pointer; 
    line-height:1;
    padding:9px 18px;
    position:relative;

}
.responsive-accordion li .responsive-accordion-head:hover,
.responsive-accordion li .responsive-accordion-head.active {background-color:#378b7a; color:#fff;}
.responsive-accordion li .responsive-accordion-head.active {border-radius:3px 3px 0 0 !important;}

.responsive-accordion li .responsive-accordion-panel {
    background-color:#fff;
    border-top:0;
    border-radius:0 0 3px 3px;
    padding:20px 26px;
}
.responsive-accordion h2, .responsive-accordion h3, .responsive-accordion h4 {margin:.75em 0 .5em 0;}
.responsive-accordion p:first-child {margin-top:0;}
.responsive-accordion p:last-child {margin-bottom:0;}
.responsive-accordion li .inline-list li {margin:0;}
.responsive-accordion li .inline-list {margin-bottom:0;}
.responsive-accordion li .padding-left-small li {line-height:1.555em; margin-bottom:5px;}
.responsive-accordion li .padding-left-small li ul,
.responsive-accordion li .padding-left-small li ul li {margin:0;}
.responsive-accordion li code {overflow:auto;}

        /* Left icons */
.responsive-accordion.ra-def li .responsive-accordion-head i,
.responsive-accordion.ra-topmenu-invert li .responsive-accordion-head i,
.responsive-accordion.ra-tocmenu li .responsive-accordion-head i,
.responsive-accordion.ra-without li .responsive-accordion-head i,
.responsive-accordion.ra-without-trans li .responsive-accordion-head i {margin-right:10px;}
.responsive-accordion li .responsive-accordion-head i.fa-chevron-up,
.responsive-accordion li .responsive-accordion-head i.fa-chevron-down {vertical-align:7%;}

        /* Right icons */
.responsive-accordion.ra-def-right li .responsive-accordion-head i.rah-icon-right,
.responsive-accordion.ra-def-right-lg  li .responsive-accordion-head i.rah-icon-right {
    float:right;
    margin-left:10px;
    position: relative;
    top: 1px;
}
.responsive-accordion li .responsive-accordion-head i.fa-chevron-up.rah-icon-right,
.responsive-accordion li .responsive-accordion-head i.fa-chevron-down.rah-icon-right {top:-1px;}

.responsive-accordion.ra-def-right li .responsive-accordion-head,
.responsive-accordion.ra-def-right-lg li .responsive-accordion-head {padding:14px 18px;}

    /* -- Versions -- */
    
        /* Responsive accordion left icon (without bg-border) */
.responsive-accordion.ra-without li .responsive-accordion-head {background:none; border:0;}
.responsive-accordion.ra-without li .responsive-accordion-head:hover,
.responsive-accordion.ra-without li .responsive-accordion-head.active {background-color:#378b7a;}

    /* Responsive accordion left icon (without bg-border - transparent panel) */

.responsive-accordion.ra-without-trans li .responsive-accordion-head {background:none; border:0; padding-left:0;}
.responsive-accordion.ra-without-trans li .responsive-accordion-head:hover,
.responsive-accordion.ra-without-trans li .responsive-accordion-head.active {background-color:transparent; color:#85a600;}
.responsive-accordion.ra-without-trans li .responsive-accordion-panel {background-color:transparent; border:0; box-shadow:none; padding:0;}
.panels .responsive-accordion.ra-without-trans {margin-bottom:0; padding-left:0;}

        /* Toc menu */
.responsive-accordion.ra-tocmenu {display:inline-block;}

        /* For dark bgs - Top menu invert*/
.responsive-accordion.ra-topmenu-invert {display:inline-block;}
.responsive-accordion.ra-topmenu-invert li .responsive-accordion-head {
    background:none;
    border:0;
    border-radius:0;
    color:#fff;
}
.responsive-accordion.ra-topmenu-invert li .responsive-accordion-panel {
    background:none;
    border:0;
    border-radius:0;
    box-shadow:none;
    padding:0;
}
@media (max-width:800px) {
    .responsive-accordion.ra-topmenu-invert {display:block;}
    .responsive-accordion.ra-topmenu-invert li .responsive-accordion-head {padding:0;}
}
        /* Responsive accordion right icon large padding border up-down 1px collapse */
.responsive-accordion.ra-def-right.def-collapse > li {margin-bottom:0; margin-top:-1px;}
.responsive-accordion.ra-def-right.def-collapse li .responsive-accordion-head {border-radius:0;}
.responsive-accordion.ra-def-right.def-collapse li:first-child .responsive-accordion-head {border-radius:3px 3px 0 0;}
.responsive-accordion.ra-def-right.def-collapse li:last-child .responsive-accordion-head {border-radius:0 0 3px 3px;}
.responsive-accordion.ra-def-right.def-collapse li .responsive-accordion-head:hover,
.responsive-accordion.ra-def-right.def-collapse li .responsive-accordion-head.active {background-color:#0085a6;}
.responsive-accordion.ra-def-right.def-collapse li .responsive-accordion-panel {box-shadow:none; margin-bottom:0;}

        /* Responsive accordion right icon large padding border up-down 2px & collapse*/
.responsive-accordion.ra-def-right-lg > li {margin-bottom:0; margin-top:-2px;}
.responsive-accordion.ra-def-right-lg > li:first-child {margin-top:0;}
.responsive-accordion.ra-def-right-lg li .responsive-accordion-head {
    background-color:transparent;
    border:none;
    border-top:2px solid #0085a6;
    border-bottom:2px solid #0085a6;
    border-radius: 0 !important;
}
.responsive-accordion.ra-def-right-lg li .responsive-accordion-head:hover,
.responsive-accordion.ra-def-right-lg li .responsive-accordion-head.active {background-color:#0085a6;}
.responsive-accordion.ra-def-right-lg li .responsive-accordion-panel {margin-bottom:1em;}
@media (max-width:359px) {
    .responsive-accordion.ra-def-right li .responsive-accordion-head,
    .responsive-accordion.ra-def-right-lg li .responsive-accordion-head {line-height:1.5; text-align:center;}
    .responsive-accordion.ra-def-right li .responsive-accordion-head i.rah-icon-right,
    .responsive-accordion.ra-def-right-lg li .responsive-accordion-head i.rah-icon-right {
        display:block;
        float:none;
        margin:6px 0 0;
    }
}
    /* For panel show code */
.source, .messageSource {
    background:#fff;
      border:2px solid #00add9;
    border-radius:3px;
    margin-top:15px;
    margin-bottom:10px;
    min-width:0;
    padding:2.5em 20px 10px;
    position:relative;
}
.source-title, .messageSourceTitle {
    background:#00add9;
    border-radius:3px 0 3px 0;
    color:#fff;
    left:-2px;
    line-height:1;
    padding:6px 10px 7px;
    position:absolute;
    top:-2px;    
}
.source h4, .messageSource h4 {font-family:Consolas, Monaco, monospace; font-size:1em; font-weight:bold; line-height:1; margin:.5em 0;}

@media (max-width:360px) {
    .source-title, .messageSourceTitle {
        border-radius:3px 3px 0 0;
        left:0;
        line-height:1.2em;
        text-align:center;
        width:100%;
    }
}
/*  End Responsive Accordion */


/* --------- 2.6 Images ---------- */

/*Alignment*/

img {
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.image-center {
    display: block;
    margin: 0 auto;
}

a img {
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------------------------------------*/
/* 3. Fonts */
/*------------------------------------------------------------------------------------------*/

h1 {
    padding: 20px 0;
}

h2 {
    padding: 14px 0;
}

h3 {
    padding: 10px 0;
}

h4 {
    padding: 7px 0;
}

h5 {
    padding: 7px 0;
}

h6 {
    padding: 7px 0;
}

/* Text Alignment */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Section Headings */

.section-heading {
    padding: 0 0 15px 0;
}

.section-subtitle {
    font-size: 18px;
    padding-top: 0;
}

.section-heading h3 {
    font-size: 14px;
    font-weight: bold;
    color: #009973;
    letter-spacing: 2px;
    padding-bottom: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/

#banner {
    background-size: cover;
}

#banner-content.row {
    padding-top: 170px;
    padding-bottom: 100px;
}

#banner h1 {
    padding-top: 5%;
}

#banner .section-heading:before {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}



/*------------------------------------------------------------------------------------------*/
/* 5. Content Elements */
/*------------------------------------------------------------------------------------------*/

/* --------- 5.1 Icons ---------- */

/*Font Icon sizes*/

.fa-1x {
    font-size: 15px !important;
}

/*Icon Block*/

.icon-block {
    position: relative;
}

.icon-block h4 {
    font-weight: bold;
    padding-top: 0;
}

.icon-block .icon {
    position: absolute;
}

.icon-block p {
    margin-top: 0;
}

/* Icon Left*/

.icon-left .icon {
    left: 15;
}

.icon-left .icon-block-description {
    padding-left: 53px;
}

/* Icon Right */

.icon-right .icon {
    right: 15;
}

.icon-right .icon-block-description {
    padding-right: 53px;
}

/* Icon Above */

.icon-top {
    display: block;
}

.icon-top .icon {
    position: relative;
    display: block;
}

.icon-top .icon-block-description {
    padding-top: 25px;
}

/* --------- 5.2 Parallax Elements ---------- */

.banner-parallax-1, .banner-parallax-2, .banner-parallax-3 {
    min-height: 350px;
}

/* --------- 5.3 Divider ---------- */

.divider {
    position: relative;
    width: 40%;
    height: 20px;
    line-height: 20px;
    margin: 10px auto 5px auto;
    clear: both;
    text-align: center;
}

.divider-inner {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    border-top: 1px solid;
    border-color: #e1e1e1;
}

.divider i {
    background: #fff;
    position: relative;
    top: -11px;
    padding: 0 5px 0 5px;
    color: #e1e1e1;
}

/*------------------------------------------------------------------------------------------*/
/* 6. Landing Page Sections */
/*------------------------------------------------------------------------------------------*/

/* --------- 6.1 Introduction ---------- */

.introduction img.featured {
    padding: 55px 0 0 0;
}

/* --------- 6.2 Features ---------- */

.features.row {
    padding-left: 5%;
    padding-right: 5%;
}

.features div:nth-child(4) {
    clear: both;
}

/* --------- 6.3 Testimonials ---------- */

.testimonial {
    padding: 15px;
}

blockquote {
    position: relative;
}

.testimonial img {
    max-height: 120px;
    border-radius: 250em;
}

.testimonial footer {
    padding-top: 12px;
}

/* Style Classic - Avatar above Testimonial */

.testimonial.classic img {
    display: inline-block;
    margin-bottom: 25px;
}

.testimonial.classic q {
    display: block;
}

.testimonial.classic footer:before {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    margin: 10px auto 15px auto;
}

/* Style Big */

.testimonial.bigtest {
    padding-top: 0;
}

.testimonial.bigtest q {
    font-size: 22px;
}

/* --------- 6.4 Gallery ---------- */

#gallery img {
    max-height: 300px;
}

#gallery [class*='col-'] {
    padding: 0;
}

#gallery a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

#gallery a:hover img {
    opacity: 0.15;
    -moz-backface-visibility: hidden;
}

#gallery a:before {
    font-size: 2.2em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    content: "+";
    width: 70px;
    height: 70px;
    border-radius: 100em;
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    line-height: 72px;
    margin: -35px 0 0 -35px;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    vertical-align: middle;
}

#gallery a:hover:before {
    opacity: 1;
    top: 50%;
    left: 50%;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
        display: none;

        /* dimensions: spanning the background from edge to edge */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647; /* z-index needs to be >= elements on the site. */

        /* position: centering content */
        text-align: center;

        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;

        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: rgba(0, 0, 0, 0);
    }

    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }

    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .featherlight .featherlight-content {

        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;

        /* dimensions: cut off images */
        overflow: auto;
        padding: 25px 0;
        border-bottom: 25px solid transparent;

        /* dimensions: handling small or empty content */
        min-width: 30%;

        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;

        /* styling */
        cursor: auto;

        /* reset white-space wrapping */
        white-space: normal;
    }

    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }

    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 25px;
        right: 25px;

        /* dimensions: 25px x 25px */
        line-height: 25px;
        width: 25px;

        /* styling */
        cursor: pointer;
        text-align: center;
        color: #fff;
        font-family: "fontawesome";
        font-size: 22px;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight .featherlight-close-icon:hover {
        opacity: 1;
    }

    .featherlight .featherlight-image {
        /* styling */
        max-height: 100%;
        max-width:100%;
    }

    .featherlight-iframe .featherlight-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        /* styling */
        border: none;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;

        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }

}

/* Gallery Styling */
@media all {
    .featherlight-next,
    .featherlight-previous {
        font-family: "fontawesome";
        font-size: 22px;
        display: block;
        position: absolute;
        top: 25px;
        right: 0;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        /* preventing text selection */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* IE9 hack, otherwise navigation doesn't appear */
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-previous {
        left: 0;
        right: 80%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: inline-block;
        opacity: 0.3;
        position: absolute;
        top: 50%;
        width: 100%;
        font-size: 80px;
        line-height: 80px;

        /* center vertically */
        margin-top: -40px;
        color: #fff;
        font-style: normal;
        font-weight: normal;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-next span {
        text-align: right;
        left: auto;
        right: 7%;
    }

    .featherlight-previous span {
        text-align: left;
        left: 7%;
    }

    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block;
        opacity: 1;
    }

    /* Hide navigation while loading */
    .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
        display: none;
    }
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: none;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: block;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight-next,
    .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%;
    }

    .featherlight-previous {
        left: 10px;
        right: 85%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        margin-top: -30px;
        font-size: 40px;
    }
}

/* --------- 6.5 Video ---------- */

#video-box {
    color:#fff;
    position:relative;
    overflow:hidden;
    text-align:center;
}

.video_container, .easyContainer {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    margin: 0;
    padding-top: 0; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video_container iframe, .video_container object, .video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
    width: 100% !important;
    height: 529px !important;
}

.videojs-background-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -998;
}

#slvj-window {
    width: 100%;
    min-height: 100%;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-window,
#slvj-window * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#slvj-background-close {
    width: 100%;
    min-height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-back-lightbox {
    max-width: 940px;
    max-height: 529px;
    z-index: 32;
    text-align: center;
    margin: 0 auto;
}

.slvj-lightbox {
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 53;
}

#slvj-close-icon:before {
    font-family: "fontawesome";
    color: #fff;
    content: '\f00d';
    font-size: 22px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 99999;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#slvj-close-icon:before:hover {
    opacity: 1;
    cursor: pointer;
}

/* --------- 6.6 Clients ---------- */

#clients a {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#clients img {
    display: inline-block;
    padding: 15px 25px;
}

.client-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top;
    0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#clients a:hover .client-overlay {
    opacity: 1;
}

.client-overlay span {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}

/* --------- 6.7 Pricing Table ---------- */

.pricing-block-content {
    background: #fff;
    padding: 25px 0 25px 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    border: 10px solid #fff;
}


.pricing-block ul {
    list-style: none;
    margin: 25px 0 25px 0;
}

.pricing-block li {
    padding: 14px 0;
    border-bottom: 1px dotted #e1e1e1;
}

.pricing-block li:last-of-type {
    border:none;
}

.pricing-block h3 {
    font-size:17px;
    text-transform:uppercase;
    padding-bottom:0;
}

.pricing-sub {
    font-style: italic;
    color:#ccc;
    margin:0 0 25px 0;
}

/*Price*/

.pricing {
    background: #f5f5f5;
    padding: 25px;
    position: relative;
}

.price {
    display: inline-block;
    font-size: 62px;
    font-weight: 700;
    position: relative;
}

.price span {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 22px;
}

.pricing  p {
    font-style:italic;
    color:#b4b4b4;
    line-height:auto;
    margin:0;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer {
    clear: both;
    background-color: #009973;
    border-bottom: 20px solid #e5a200;
    color: #fff;
}

#landing-footer .row {
    padding: 0;
}

#landing-footer p {
    margin: 0;
}

#landing-footer ul {
    list-style: none;
    text-align: right;
}

#landing-footer li {
    display: inline-block;
}

/* Scroll Up */

#scrollUp {
    bottom: 15px;
    right: 30px;
    width: 70px;
    height: 80px;
    margin-bottom: -10px;
    padding: 0 5px 20px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}

#scrollUp:before {
    background: #ccc;
    font-family: "fontawesome";
    font-size: 2.4em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    content: "\f106";
    opacity: 1;
}


.resp-foot {
    width: 25%;
    float: left;
    padding: 20px;
  }

@media screen and (max-width: 600px) {
  .resp-foot {
    width: 50%;
    float: left;
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .resp-foot {
    width: 100%;
    float: left;
    padding: 0px;
    margin-top: 10px;
  }
}

/* --------- 2.2 PArceiros Logo ---------- */

#landing-footer .selo-parceiros{
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 2%;
}

#landing-footer .selo-parceiros img{
  width: 100%;
  max-width: 62px;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 0px;
  margin-top: -1px;
}

/* --------- 2.2 Certificados Logo ---------- */

.news-footer .certificados{
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.news-footer .certificados img{
  width: 100%;
  max-width: 140px;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 18px;
}

@media screen and (max-width: 480px) {

.news-footer .certificados img{
  width: 100%;
  max-width: 120px;
  margin: 0;
  padding: 0;
  position: relative;
  padding-right: 10px;
}

}

/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-position: center;
    margin: -55px 0 0 -55px; /* is width and height divided by two */
    text-align: center;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-triangle-path,
.la-ball-triangle-path > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-triangle-path {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-triangle-path.la-dark {
    color: #333;
}

.la-ball-triangle-path > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-triangle-path {
    width: 32px;
    height: 32px;
}

.la-ball-triangle-path > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.la-ball-triangle-path > div:nth-child(1) {
    -webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(2) {
    -webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(3) {
    -webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-triangle-path.la-sm > div {
    width: 4px;
    height: 4px;
}

.la-ball-triangle-path.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-triangle-path.la-2x > div {
    width: 20px;
    height: 20px;
}

.la-ball-triangle-path.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-triangle-path.la-3x > div {
    width: 30px;
    height: 30px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-one {
    0% {
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-one {
    0% {
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-webkit-keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-moz-keyframes ball-triangle-path-ball-two {
    0% {
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-o-keyframes ball-triangle-path-ball-two {
    0% {
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-webkit-keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-tree {
    0% {
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-tree {
    0% {
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

/*------------------------------------------------------------------------------------------*/
/* Responsive Elements */
/*------------------------------------------------------------------------------------------*/

/* =Media Queries for Nav
===============================*/
@media all and (max-width: 1024px) {
    #nav-trigger {
        display: block;
    }

    nav#nav-main {
        display: none;
    }

    nav#nav-mobile {
        display: block;
    }

    nav#nav-mobile li {
        display: block;
    }

    #header aside {
        display: none;
    }

    .line-hr {
      margin-bottom: 0px; margin-top: 0px;
    }

    .line-hr hr {
      margin-top: -30px; background-color: #009973; padding: 0px;
    }

    #about2{
      margin-top: -100px;
    }

    .col-3-3 {
    width: 50%;
    display: inline-block;
    padding: 0;
    margin: 0;
  }

}

/* Landscape mobile & down
===============================*/
@media (max-width: 520px) {

  .col-3-3 {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
  }

    #wrapper {
        margin:0;
        padding:0px;
    }

    .page-border, #scrollUp, #scrollUp:before {
        display:none;
    }

    .row {
        padding: 15px !important;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38 {
        padding-right: 0;
        padding-left: 0;
    }

    .line-hr {
      margin-bottom: 0px; margin-top: 0px;
    }

    .line-hr hr {
      margin-top: 80px; background-color: #009973; padding: 0px;
    }

    #about2{
      margin-top: -200px;
    }


    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0px !important;
    }

    #header.nav-solid [class*="col-"] {
        padding: 0;
    }

    /*Logo*/
    #logo h2 {
        padding: 0;
    }

    /* Social */
    #header aside {
        clear: both;
        padding: 0;
    }

    #header ul.social-icons {
        margin-top: 0;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }

    /*-----------------Sections-----------------*/

    /* Call to Action*/
    .call-to-action {
        padding-bottom: 25px;
    }

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 270px !important;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }

    /*-----------------Typography-----------------*/
    h1 {
        font-size: 38px;
    }

    #banner h1 {
        font-size: 48px;
    }

    /* Hide Elements */
    a#scrollUp {
        display: none !important;
    }

}

/* Mobile to Tablet Portrait
===============================*/
@media (min-width: 480px) and (max-width: 1100px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border, #scrollUp, #scrollUp:before {
        display:none;
    }


    .row {
        padding: 15px 0 !important;
    }

    .col-1, .col-5, .col-7, .col-9, .col-11, .col-2-3, .col-3-4, .col-61, .col-38, .row, .twice {
        width: 100%;
    }

    .twice{
      margin-top: 200px;
    }

    .line{
      margin-bottom: -200px; margin-top: 100px;
    }

    .callOutNumbers {
      font-size: 50px; 
      font-family: "Lato", Arial, sans-serif;
      color: #009973;
      font-style: normal;
      font-weight: 300;
      line-height: 120px;
      text-align: center;
      margin-bottom: 10px;
    }

    .col-2, {
        width: 50%;
    }

    .col-3, .col-4, .col-6, .col-8, .col-10, .col-12 {
        width: 100%;
    }

    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 !important;
    }

    #header aside {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 20px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 370px !important;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 40%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 60%;
    }

}

/* Landscape Tablet to Desktop
===============================*/
@media (min-width: 768px) and (max-width: 1024px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border {
        display:none;
    }

    .big-padding-top {
        padding-top: 45px !important;
    }

    /*-----------------Header Elements-----------------*/
    #header aside {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 20px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 432px !important;
    }

}


@media (max-width: 780px) {

/* Footer */
    #landing-footer #copyright {
        float: left;
        width: 100%;
    }

    #landing-footer .social-icons {
        float: left;
        width: 100%;
    }

    #landing-footer .selo-parceiros{
      width: 100%;
      margin: 0;
      padding: 0;
      position: relative;
      margin-left: 0%;
    }

    #landing-footer .selo-parceiros img{
      width: 100%;
      max-width: 52px;
      margin: 0;
      padding: 0;
      position: relative;
      padding: 0px;
      margin-top: -1px;
    }

    .footer-soc .s2 {
     margin-right: 0px;
    }

    .footer-soc .s1 {
      margin-left: 10px;
    }

    .footer-soc .s1 i {
        font-size: 1.3em;
      }

      .footer-soc .s2 i {
        font-size: 1.3em;
      }

}
