h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  text-align: left;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  text-align: left;
}

a {
  text-decoration: underline;
}

strong {
  font-family: Montserrat, sans-serif;
  color: #4b4848;
  font-size: 21px;
  font-weight: 600;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #e9e9e9 #e9e9e9 #e9e9e9 #0ec22b;
  background-color: #fff;
  font-family: 'Playfair Display', sans-serif;
  color: #020202;
  font-size: 32px;
  line-height: 22px;
  font-style: italic;
  text-align: left;
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  background-color: #020202;
}

.nav-bar.second {
  position: relative;
  bottom: 0px;
  z-index: 1000;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
}

.nav-bar.second.middle-logo {
  padding-top: 40px;
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: transparent;
  box-shadow: none;
}

.brand {
  position: static;
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding-top: 0px;
  float: none;
}

.nav-link {
  display: inline-block;
  margin-right: 2px;
  padding: 0px 2px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 100px;
  background-color: transparent;
}

.nav-link.w--current {
  padding-bottom: 30px;
  border-bottom-color: #fff;
  background-color: rgba(0, 0, 0, 0.08);
  color: #fff;
}

.nav-link.alternative {
  margin-right: 10px;
  margin-left: 10px;
  border-style: none;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.alternative:hover {
  border-style: none;
  border-radius: 0px;
}

.nav-link.black {
  height: auto;
  border-style: none;
  color: #020202;
}

.nav-link.black:hover {
  border-style: none;
  border-width: 0px;
  background-color: #f5f5f5;
}

.nav-link.black.middle {
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-link.black.middle:hover {
  background-color: transparent;
}

.nav-link.footer {
  display: block;
  margin-right: 0px;
  padding: 0px 0px 10px;
  border-style: none;
  border-width: 0px;
  background-color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #a09e9e;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.nav-link.footer:hover {
  color: #fff;
}

.nav-link.blog {
  margin-right: 0px;
  padding: 0px;
  border-style: none;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #a09e9e;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
}

.nav-link.blog:hover {
  border-style: none;
  border-width: 0px;
  color: #fff;
}

.hero-section {
  overflow: hidden;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(78, 76, 76, 0.65)), to(rgba(78, 76, 76, 0.65))), url('../images/photo-09.jpg');
  background-image: linear-gradient(180deg, rgba(78, 76, 76, 0.65), rgba(78, 76, 76, 0.65)), url('../images/photo-09.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, 1440px;
}

.hero-section.homepage {
  position: relative;
  height: 675px;
  padding-top: 190px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.5)), to(rgba(73, 83, 0, 0.5))), url('../images/julentto-photography-184055.jpg');
  background-image: linear-gradient(180deg, rgba(73, 83, 0, 0.5), rgba(73, 83, 0, 0.5)), url('../images/julentto-photography-184055.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section.homepage.third {
  height: 675px;
  padding-top: 190px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.41)), to(rgba(73, 83, 0, 0.41))), url('../images/jason-ortego-5386-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgba(73, 83, 0, 0.41), rgba(73, 83, 0, 0.41)), url('../images/jason-ortego-5386-1_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.hero-section.homepage.natural {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 37, 0, 0.31)), to(rgba(33, 37, 0, 0.31))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/slide1.jpg');
  background-image: linear-gradient(180deg, rgba(33, 37, 0, 0.31), rgba(33, 37, 0, 0.31)), linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/slide1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.hero-section.homepage.natural.middle {
  height: 600px;
  margin-right: 80px;
  margin-left: 80px;
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 37, 0, 0.31)), to(rgba(33, 37, 0, 0.31))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.26)), to(rgba(0, 0, 0, 0.26))), url('../images/Dollarphotoclub_56332376-min.jpg');
  background-image: linear-gradient(180deg, rgba(33, 37, 0, 0.31), rgba(33, 37, 0, 0.31)), linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26)), url('../images/Dollarphotoclub_56332376-min.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
}

.hero-section.homepage.travel {
  height: 703px;
  background-image: url('../images/main-photo-removed.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-section.homepage.seven {
  height: 750px;
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.69)), to(hsla(0, 0%, 100%, 0.8))), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.69), hsla(0, 0%, 100%, 0.8)), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 2463px;
  background-attachment: scroll, fixed;
}

.hero-section.homepage.second {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.52)), url('../images/julentto-photography-184055.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section.banner {
  position: relative;
  overflow: visible;
  height: 700px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-section.homepage-8 {
  height: 700px;
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/danny-froese-1052_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/danny-froese-1052_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-container {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.hero-container.intro {
  padding-top: 0px;
}

.hero-container.natural {
  padding-right: 0px;
}

.hero-container.main-slider {
  position: relative;
  top: 35%;
  padding-top: 0px;
}

.hero-container.video {
  padding-top: 60px;
}

.hero-container.second {
  padding-top: 0px;
}

.hero-tittle {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.19);
}

.hero-tittle.intro {
  display: block;
  margin-top: 50px;
  margin-bottom: 10px;
  float: none;
  font-size: 48px;
  line-height: 61px;
  text-align: right;
}

.hero-tittle.intro.center {
  margin-top: 0px;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
}

.hero-tittle.intro.center.all-caps {
  margin-bottom: 30px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-tittle.black {
  margin-bottom: 50px;
  color: #020202;
  font-size: 40px;
  line-height: 45px;
}

.hero-tittle.black.thin {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
}

.hero-tittle.dark {
  color: #000;
  text-shadow: none;
}

.hero-tittle.left {
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-tittle.left.top {
  margin-top: 50px;
  font-weight: 500;
}

.hero-tittle.left.top.middle {
  margin-top: 100px;
}

.hero-tittle._404 {
  font-size: 50px;
  line-height: 55px;
}

.hero-tittle.box {
  font-size: 80px;
}

.hero-tittle.padding {
  padding-right: 100px;
  padding-left: 100px;
}

.hero-paragraph {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 200;
  text-align: center;
}

.hero-paragraph.left {
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.section {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.section.video {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.21)), to(rgba(73, 83, 0, 0.21))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/hikersbay-hikersbay-3503.jpg');
  background-image: linear-gradient(180deg, rgba(73, 83, 0, 0.21), rgba(73, 83, 0, 0.21)), linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/hikersbay-hikersbay-3503.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
}

.section.video.new {
  padding-bottom: 0px;
  background-image: none;
}

.section.video.alternative {
  background-image: none;
}

.section.video.alternative.second {
  background-color: #f3f3f3;
  background-image: none;
}

.section.video.alternative.background {
  height: auto;
  background-color: transparent;
  background-image: url('../images/Page-With-Shadow.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.video.alternative.gray {
  margin-top: 0px;
  padding-top: 100px;
  background-color: #f5f5f5;
}

.section.video.alternative.gray.lines {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.section.video.alternative.black {
  margin-top: 0px;
  padding-top: 100px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), to(#020202));
  background-image: linear-gradient(180deg, #020202, #020202);
  background-position: 0px 0px;
}

.section.video.alternative.black.lines {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.section.video.black {
  padding-bottom: 250px;
  background-color: #020202;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), to(rgba(0, 0, 0, 0.84))), url('../images/julian-mora-141920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84)), url('../images/julian-mora-141920.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.testimonial {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section.white {
  margin-top: 0px;
  float: none;
  background-color: #fff;
}

.section.white.padding {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 220px;
  background-image: none;
}

.section.white.fullwidth {
  padding-top: 260px;
  padding-right: 80px;
  padding-left: 80px;
}

.section.testimonials {
  padding-bottom: 100px;
  background-color: #e9e9e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.3%, 0.84)), to(hsla(0, 0%, 97.3%, 0.84)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 97.3%, 0.84), hsla(0, 0%, 97.3%, 0.84));
}

.section.testimonials.new {
  position: relative;
  padding-top: 100px;
  padding-bottom: 180px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(hsla(0, 0%, 96.1%, 0.85)));
  background-image: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 96.1%, 0.85));
}

.section.testimonials.gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.3%, 0.84)), to(hsla(0, 0%, 97.3%, 0.84)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 97.3%, 0.84), hsla(0, 0%, 97.3%, 0.84));
}

.section.testimonials.transparent {
  background-color: transparent;
  background-image: none;
}

.section.testimonials.transparent.lines {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  background-color: #f5f5f5;
}

.section.white {
  position: relative;
  height: auto;
  background-color: transparent;
}

.section.white.cta {
  padding-bottom: 0px;
}

.section.white.services {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.white.longer {
  min-height: 600px;
}

.section.white.cta-covid {
  padding-top: 103px;
  padding-bottom: 103px;
}

.section.image {
  position: static;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/people-silhouettes-60s-crowd-dTPGK3-clipart.png');
  background-position: 0px 0px;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.section.business {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/photo-09.jpg');
  background-position: 100% 50%;
  background-size: auto;
  background-attachment: scroll;
}

.section.white {
  padding-top: 100px;
  background-color: transparent;
}

.section.white.new {
  height: auto;
  padding-top: 0px;
  padding-bottom: auto;
  background-image: none;
}

.section.white {
  background-color: transparent;
  font-weight: 300;
}

.section.white.new {
  height: auto;
  padding-bottom: 100px;
  background-image: none;
}

.section.new {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.about {
  background-color: #272025;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 22, 58, 0.89)), to(rgba(52, 22, 58, 0.89))), url('../images/121231.jpg');
  background-image: linear-gradient(180deg, rgba(52, 22, 58, 0.89), rgba(52, 22, 58, 0.89)), url('../images/121231.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.about.middle {
  margin-top: -140px;
  padding-top: 200px;
  padding-bottom: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/121231.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/121231.jpg');
  background-attachment: scroll, fixed;
}

.section.about.middle.nature {
  margin-top: -260px;
  padding-top: 260px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.75)), to(rgba(24, 24, 24, 0.75))), url('../images/rsoxw9x-suy-kaleb-nimz-1.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.75), rgba(24, 24, 24, 0.75)), url('../images/rsoxw9x-suy-kaleb-nimz-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.about.middle.causes {
  margin-top: -140px;
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.79))), url('../images/jason-ortego-5386-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)), url('../images/jason-ortego-5386-1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.about.nature {
  padding-bottom: 240px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/philipp-reiner-686_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/philipp-reiner-686_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.about.second {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/wil-stewart-18242.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/wil-stewart-18242.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.section.white {
  background-color: transparent;
}

.section.pricing-table {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/tomo-nogi-182913.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/tomo-nogi-182913.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.wellcome {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  background-color: transparent;
}

.section.wellcome.new {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/laptop.png');
  background-position: 80% 50%;
  background-size: 1500px;
  background-repeat: no-repeat;
}

.section.projects {
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.projects.white {
  background-image: none;
}

.section.tab-alternative {
  padding-top: 150px;
}

.section.lists {
  padding-right: 40px;
  padding-left: 40px;
}

.section.box {
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/david-marcu-114194_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/david-marcu-114194_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.without-paddings {
  padding-top: 0px;
  background-color: transparent;
}

.section.without-paddings.second {
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

.section.skills {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0.58))), url('../images/jason-ortego-5386-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url('../images/jason-ortego-5386-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.skills.iphone {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/bkg-home1.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/bkg-home1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.skills.otherguests {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 175px;
  padding-bottom: 175px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.39) 18%, transparent), url('../images/bkg-home3.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.toggle {
  padding-bottom: 260px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.gray-dark {
  background-color: transparent;
  background-image: url('../images/Page-With-Shadow.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.white-blog {
  padding-top: 0px;
  background-color: #fff;
}

.section.blog {
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section.homepages {
  padding: 140px 100px 50px;
  background-color: #f5f5f5;
}

.section.homepages.second {
  padding-top: 100px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.74)), to(hsla(0, 0%, 96.1%, 0.74))), url('../images/Logo.svg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.74), hsla(0, 0%, 96.1%, 0.74)), url('../images/Logo.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 70px;
}

.section.about-life {
  padding-top: 170px;
}

.section.team-no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.latest-blog.middle {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #f8f8f8;
}

.section.full {
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.section.black {
  background-color: #000;
}

.section.without-padding {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.section.without-padding.second {
  padding-top: 100px;
}

.section.blog-alternative {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.87)), to(rgba(0, 0, 0, 0.87))), url('../images/andrew-jasso-155771.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), url('../images/andrew-jasso-155771.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.padding {
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(hsla(0, 0%, 96.1%, 0.91))), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-image: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 96.1%, 0.91)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.contact {
  padding-top: 0px;
}

.section.related-cases {
  padding-top: 0px;
  background-color: transparent;
}

.section.services-simple {
  padding-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  background-color: transparent;
}

.section.contato {
  height: 59vh;
}

.section.listingshowhome {
  padding-top: 165px;
  padding-bottom: 260px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, hsla(0, 0%, 100%, 0)), to(rgba(0, 1, 40, 0.62))), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #000128), to(hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bkg-home2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 8%, rgba(0, 1, 40, 0.62)), linear-gradient(180deg, #000128 6%, hsla(0, 0%, 100%, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bkg-home2.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.section.abertura {
  height: auto;
  padding-top: 181px;
  padding-bottom: 181px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #010101), to(transparent)), url('../images/balecidade-home.jpg');
  background-image: linear-gradient(180deg, #010101 22%, transparent), url('../images/balecidade-home.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section.instagram {
  padding: 0px;
}

.container {
  position: relative;
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container.center {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.container.center._2 {
  margin-bottom: 50px;
}

.container._2 {
  display: block;
  text-align: center;
}

.button {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0%;
  padding-right: 30px;
  padding-left: 30px;
  float: none;
  border-radius: 4px;
  background-color: #0ec22b;
  background-image: url('../images/arrow-pointing-down.svg');
  background-position: 115% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.button:hover {
  padding-right: 40px;
  padding-left: 20px;
  background-color: #0d9622;
  background-image: url('../images/arrow-pointing-down.svg');
  background-position: 92% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.button.form {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto 0px;
  padding: 10px 15px;
  float: none;
  border-style: none;
  border-radius: 3px;
  background-color: #0ec22b;
  background-image: none;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 29px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button.form:hover {
  border-style: none;
  border-color: #000;
  background-color: #000;
  background-image: none;
  box-shadow: none;
}

.button.center {
  float: right;
  border-style: none;
  border-width: 2px;
  border-color: rgba(16, 168, 189, 0.82);
  border-radius: 3px;
  background-color: rgba(16, 168, 189, 0.82);
  background-image: linear-gradient(135deg, #24c3e2, rgba(42, 111, 253, 0.88));
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: right;
}

.button.center:hover {
  border: 2px none #000;
  background-color: #fff;
  background-image: none;
  color: #000;
}

.button.center {
  border: 1px solid #10a8bd;
  border-radius: 3px;
  background-color: #fff;
}

.button.left-algiment {
  display: block;
  float: none;
  text-align: center;
}

.button.left-algiment {
  float: left;
}

.button.other-colors {
  background-color: #4d4d4d;
}

.button.other-colors:hover {
  background-color: #020202;
}

.button.other-colors.orange {
  border-radius: 0px;
  background-color: #ff7a00;
}

.button.other-colors.orange:hover {
  background-color: #ff5200;
}

.button.other-colors.rounded {
  background-color: #2a6ffd;
}

.button.outline {
  margin-bottom: 0px;
  border: 2px solid #000;
  background-color: transparent;
  background-image: url('../images/arrow-pointing-down2.svg');
  background-size: 12px;
  color: #000;
}

.button.outline.rounded {
  border-color: #13d632;
  color: #0ec22b;
}

.button.outline.rounded.white {
  margin-top: 30px;
  float: left;
  font-family: Montserrat, sans-serif;
}

.button.outline.rounded.white.center {
  float: none;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.button.outline.rounded.white.center:hover {
  border-style: solid;
  background-color: transparent;
}

.button.outline.rounded.black {
  border-color: #020202;
  color: #020202;
}

.button.outline.white {
  padding-right: 20px;
  padding-left: 20px;
  border-color: #f3f0f0;
  background-image: none;
  color: #f3f0f0;
  font-weight: 500;
}

.button.outline.white:hover {
  padding-right: 20px;
  background-color: #f3f0f0;
  background-image: none;
  color: #020202;
}

.button.outline.prog {
  padding-right: 20px;
  padding-left: 20px;
  border-color: #f3f0f0;
  background-image: none;
  color: #f3f0f0;
  font-size: 18px;
  font-weight: 500;
}

.button.outline.prog:hover {
  padding-right: 20px;
  background-color: #f3f0f0;
  background-image: none;
  color: #020202;
}

.button.square {
  border-radius: 0px;
}

.button.rounded {
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.button.rounded.padding {
  margin-top: 30px;
  margin-right: 10px;
  float: left;
  text-align: left;
}

.button.rounded.padding.left-side {
  float: left;
}

.button.rounded.padding.middle {
  float: none;
}

.button.rounded.top {
  margin-top: 40px;
}

.button.hero {
  margin-top: 30px;
  margin-bottom: 0px;
  float: left;
  background-color: #f3f0f0;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}

.button.orange {
  background-color: #ff7a00;
}

.button.orange:hover {
  background-color: #f60;
}

.button.left-side {
  float: none;
}

.button.contact {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button.contact.donation {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.button._404 {
  margin-top: 60px;
  background-color: #ff7a00;
}

.button.headline {
  margin-top: 30px;
  margin-left: 0px;
}

.button.causes {
  display: block;
  width: 180px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.button.causes.singel {
  width: 180px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.button.singel {
  display: block;
  width: 184px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.button.left {
  float: left;
}

.button.full {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 13px;
  border: 1px solid #0ec22b;
  background-image: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 20px;
  letter-spacing: 2px;
}

.button.full:hover {
  padding-right: 30px;
  padding-left: 30px;
  border-color: #020202;
  background-color: #020202;
}

.button.right {
  width: 38%;
  height: 50px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 20px;
}

.page-header {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.trial {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0.86)), to(rgba(42, 42, 42, 0.86))), url('../images/photo-09.jpg');
  background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.86), rgba(42, 42, 42, 0.86)), url('../images/photo-09.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
}

.page-header.trial.map {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(135deg, rgba(42, 111, 253, 0.87) 26%, rgba(14, 179, 40, 0.83)), url('../images/mapgray_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.trial.map.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.8)), to(rgba(13, 150, 34, 0.8))), url('../images/mapgray.png');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.8), rgba(13, 150, 34, 0.8)), url('../images/mapgray.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.button {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 200px 0px 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 57%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition-property: none;
  transition-property: none;
}

.page-header.pricing {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.toggle {
  padding-top: 200px;
  background-color: #020202;
  background-image: none;
  background-position: 0px 0px;
}

.page-header.toggle.faq {
  padding-top: 200px;
}

.page-header.tabs {
  padding-top: 192px;
  padding-bottom: 58px;
  border-top-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/main-photo-removed.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/main-photo-removed.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.tabs.fringe {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61));
  background-position: 0px 0px;
}

.page-header.navigation {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hgv_woqnp3y-aaron-benson_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hgv_woqnp3y-aaron-benson_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.boxes {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/breno-machado-15030.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/breno-machado-15030.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.page-header.cta {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/andy-brunner-14324.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/andy-brunner-14324.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.list {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/breno-machado-15030.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/breno-machado-15030.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.list.secong-cause-style {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/andy-brunner-14324.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/andy-brunner-14324.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.list.cause-1 {
  padding-top: 200px;
}

.page-header.icon-boxes {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/chang-qing-16464.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/chang-qing-16464.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.testimonials {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/danny-froese-1052_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/danny-froese-1052_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.progress {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/david-marcu-114194_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/david-marcu-114194_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.footers {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/edewaa-foster-17093.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/edewaa-foster-17093.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.counters {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.about {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.89)), to(rgba(13, 150, 34, 0.89))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.89), rgba(13, 150, 34, 0.89)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.about.gallery {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.89)), to(rgba(13, 150, 34, 0.89))), url('../images/julian-mora-141920.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.89), rgba(13, 150, 34, 0.89)), url('../images/julian-mora-141920.jpg');
  background-position: 0px 0px, 36% 36%;
  background-size: auto, cover;
}

.page-header.services {
  padding-top: 150px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Collazh_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Collazh_1.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.page-header.services.second {
  padding-top: 160px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 91.4%, 0.87)), to(hsla(0, 0%, 91.4%, 0.87))), url('../images/julentto-photography-184055.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 91.4%, 0.87), hsla(0, 0%, 91.4%, 0.87)), url('../images/julentto-photography-184055.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.page-header.about-me {
  margin-bottom: -120px;
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d9622), to(#0d9622)), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, #0d9622, #0d9622), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.team {
  padding-top: 120px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/julentto-photography-184055.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/julentto-photography-184055.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.cause {
  height: 550px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-header.contact {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Collazh.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Collazh.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.page-header.contact.second {
  padding-bottom: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header.contact.third {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.85)), to(rgba(13, 150, 34, 0.85))), url('../images/wil-stewart-18242.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.85), rgba(13, 150, 34, 0.85)), url('../images/wil-stewart-18242.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.page-header.team-members {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-position: 0px 0px, 50% 78%;
  background-size: auto, cover;
}

.page-header.gallery-2 {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.81))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.blog-2 {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/philipp-reiner-686_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/philipp-reiner-686_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.typography {
  padding-top: 200px;
}

.page-header.cause-1 {
  padding-bottom: 200px;
}

.page-header.subpages {
  padding-top: 201px;
  padding-bottom: 63px;
  background-color: #020202;
  background-image: none;
}

.page-header.subpages.gallery {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.89)), to(rgba(13, 150, 34, 0.89))), url('../images/julian-mora-141920.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.89), rgba(13, 150, 34, 0.89)), url('../images/julian-mora-141920.jpg');
  background-position: 0px 0px, 36% 36%;
  background-size: auto, cover;
}

.page-header.percursoscriacao {
  padding-top: 200px;
  padding-bottom: 176px;
  background-color: rgba(223, 55, 43, 0.88);
  background-image: none;
  background-position: 0px 0px;
}

.page-header.percursoscriacao.faq {
  padding-top: 200px;
}

.page-header.fringe {
  padding-top: 200px;
  background-color: #020202;
  background-image: none;
  background-position: 0px 0px;
}

.page-header.fringe.faq {
  padding-top: 200px;
}

.page-header.tabs-fringe {
  padding-top: 192px;
  padding-bottom: 58px;
  border-top-style: none;
  background-color: #020202;
  background-image: none;
}

.page-header.tabs-fringe.fringe {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61));
  background-position: 0px 0px;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 46, 49, 0.7)), to(rgba(44, 46, 49, 0.7))), url('../images/slide.jpg');
  background-image: linear-gradient(180deg, rgba(44, 46, 49, 0.7), rgba(44, 46, 49, 0.7)), url('../images/slide.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-section-overlay.color {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(42, 42, 42, 0.86);
  background-image: linear-gradient(315deg, rgba(14, 179, 40, 0.93), rgba(42, 111, 253, 0.88) 69%), url('../images/photo-09_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-section-overlay.color._3 {
  background-color: transparent;
  background-image: linear-gradient(135deg, rgba(245, 5, 255, 0.8), rgba(82, 0, 255, 0.69)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-section-overlay.color._3._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.85)), to(rgba(13, 150, 34, 0.85))), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.85), rgba(13, 150, 34, 0.85)), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-section-overlay.color.counter {
  padding-top: 156px;
  padding-bottom: 156px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010101), to(#010101)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, #010101, #010101), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-section-overlay.color.counter.gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 83.9%, 0.87)), to(hsla(0, 0%, 83.9%, 0.87))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 83.9%, 0.87), hsla(0, 0%, 83.9%, 0.87)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-section-overlay.color.black {
  padding-top: 213px;
  padding-bottom: 213px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #000), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0.6)), to(rgba(1, 1, 1, 0.6))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, #000 23%, transparent), linear-gradient(180deg, rgba(1, 1, 1, 0.6), rgba(1, 1, 1, 0.6)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
}

.image-section-overlay.color.black.gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 83.9%, 0.87)), to(hsla(0, 0%, 83.9%, 0.87))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 83.9%, 0.87), hsla(0, 0%, 83.9%, 0.87)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.image-section-overlay.dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.23)), to(rgba(73, 83, 0, 0.23))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.58)), to(rgba(0, 0, 0, 0.58))), url('../images/o0rzkkl072u-david-marcu_1.jpg');
  background-image: linear-gradient(180deg, rgba(73, 83, 0, 0.23), rgba(73, 83, 0, 0.23)), linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url('../images/o0rzkkl072u-david-marcu_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.image-section-overlay.counters {
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.84)), to(hsla(0, 0%, 96.1%, 0.84))), url('../images/julian-mora-141920.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.84), hsla(0, 0%, 96.1%, 0.84)), url('../images/julian-mora-141920.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 33px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading.title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}

.heading.title.center-white {
  margin-top: 0px;
  text-align: center;
  text-transform: none;
}

.heading.subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.heading.subtitle.center.tinny-text {
  display: block;
  width: 82%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0px;
  text-transform: none;
}

.heading.features {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.heading.features.white {
  color: #fff;
}

.heading.features.blog {
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  float: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.features.blog:hover {
  color: #0d9622;
}

.heading.features.services {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.features.left-side {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

.heading.features._2 {
  font-family: Montserrat, sans-serif;
  color: #0ec22b;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.heading.features.left-side {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.heading.features.cause {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.features.right {
  float: none;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
}

.heading.features.intro {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.heading.features.intro.default {
  margin-bottom: 50px;
}

.heading.features.left {
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.heading.center {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.center.white-font {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.center.white-font.light {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 100;
}

.heading.numer {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  font-weight: 700;
  text-align: center;
}

.heading.numer.alternative {
  border-bottom-style: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading.white {
  color: #fff;
}

.heading.white.left {
  font-size: 70px;
  font-weight: 600;
}

.heading.left {
  margin-top: 0px;
  text-align: left;
}

.heading.left {
  margin-top: 0px;
}

.heading._2 {
  margin-top: 20px;
  text-transform: uppercase;
}

.heading.log-in {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.heading.white-font {
  color: #fff;
}

.heading.white-color {
  color: #fff;
}

.heading.verylarge {
  margin-top: 0px;
  margin-bottom: 140px;
  font-family: Montserrat, sans-serif;
  color: #f3f0f0;
  font-size: 67px;
  line-height: 78px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.verylarge.white-font {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.verylarge.white-font.light {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 100;
}

.heading.home-section {
  color: #f3f0f0;
  text-align: center;
}

.features-column {
  display: block;
  padding: 20px 0px;
  border-right: 1px solid hsla(0, 0%, 82.7%, 0.79);
  border-bottom: 1px solid hsla(0, 0%, 82.7%, 0.79);
  text-align: center;
}

.features-column._2 {
  border-right-style: none;
}

.features-column._4 {
  border-right-style: none;
  border-bottom-style: none;
}

.features-column._8 {
  border-bottom-style: none;
}

.features-block {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(36, 195, 226, 0.4);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.24);
  text-align: center;
}

.features-block.icon {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-right: 1px none hsla(0, 0%, 82.7%, 0.79);
  text-align: center;
}

.features-block.icon.alternative {
  height: auto;
  margin-top: 0px;
  padding-bottom: 30px;
  border-right-style: none;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.features-block.icon.alternative:hover {
  background-color: #fff;
}

.features-block.icon.alternative {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  float: left;
  background-color: transparent;
  text-align: right;
}

.features-block.icon.alternative:hover {
  float: left;
  background-color: transparent;
}

.features-block.icon._4 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  background-color: transparent;
}

.features-block.icon.gray {
  padding-bottom: 30px;
  background-color: #f5f5f5;
}

.features-block.icon.gray {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0px;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.features-block.icon.no-color {
  height: auto;
  margin-bottom: 0px;
  padding: 60px 80px;
  border-style: solid solid solid none;
  border-color: rgba(0, 0, 0, 0.13);
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.features-block.icon.no-color:hover {
  background-color: #f5f5f5;
}

.features-block.icon.no-color.contact {
  height: 220px;
}

.features-block.icon.clear {
  margin-bottom: 0px;
  padding: 20px;
  background-color: transparent;
  text-align: right;
}

.features-block.icon.title {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0px;
  background-color: #020202;
  color: #020202;
  -o-object-fit: fill;
  object-fit: fill;
}

.features-block.fact-box {
  border-style: solid;
  border-color: rgba(36, 195, 226, 0.24);
  background-color: rgba(0, 0, 0, 0.2);
}

.features-block.fact-box.new {
  border-color: hsla(0, 0%, 100%, 0.23);
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.07), transparent);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.17);
}

.features-block.transparent {
  padding-top: 0px;
  background-color: transparent;
}

.features-tittle {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}

.features-tittle.fact {
  color: #f2c7ff;
  text-align: center;
}

.features-tittle.fact.title-fact {
  font-family: Montserrat, sans-serif;
  color: #cbeb95;
  font-weight: 400;
  letter-spacing: 1px;
}

.features-tittle.fact.title-fact.black {
  color: #0d9622;
}

.features-icon {
  height: auto;
  float: none;
  text-align: left;
}

.features-icon.small {
  height: 30px;
  margin-right: 0px;
}

.features-icon.center {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.mockup {
  position: static;
  left: -290px;
  top: 74px;
  z-index: 3;
  display: inline-block;
  width: 746px;
  max-width: 589px;
  padding-top: 26px;
  float: left;
  border-radius: 3px;
}

.mockup.right {
  left: auto;
  top: 3px;
  right: -290px;
  display: inline-block;
  width: 100%;
  padding-top: 0px;
  float: right;
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: none;
  border-left-style: none;
  font-family: 'Playfair Display', sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.paragraph.center {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-style: normal;
  text-align: center;
}

.paragraph.center.name {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0ec22b;
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph.center.name:hover {
  color: #0ec22b;
}

.paragraph.center.black {
  margin-bottom: 40px;
  padding-right: 200px;
  padding-left: 200px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 16px;
  line-height: 21px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.paragraph.center.black.clear {
  padding-right: 0px;
  padding-left: 0px;
}

.paragraph.center.black.card {
  display: block;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
}

.paragraph.center.white {
  margin-bottom: 0px;
  padding-right: 200px;
  padding-left: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  text-transform: none;
}

.paragraph.center.coreografotitle {
  margin-bottom: 0px;
  padding-right: 200px;
  padding-left: 200px;
  font-family: Montserrat, sans-serif;
  color: #f3f0f0;
  font-size: 24px;
  line-height: 35px;
  font-weight: 200;
  text-transform: none;
}

.paragraph.center.mediumlarge {
  margin-bottom: 0px;
  padding-right: 77px;
  padding-left: 77px;
  font-family: Montserrat, sans-serif;
  color: #f3f0f0;
  font-size: 28px;
  line-height: 46px;
  font-weight: 200;
  text-transform: none;
}

.paragraph.left {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.paragraph.left.white {
  margin-bottom: 0px;
  padding-right: 0px;
  font-size: 18px;
}

.paragraph.white {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.paragraph.white.left {
  font-weight: 200;
}

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

.paragraph.testimonials {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #5e5e5e;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

.paragraph.testimonials.white {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #f3f0f0;
  line-height: 32px;
}

.paragraph.right {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  text-align: right;
}

.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
}

.footer.dark-bootom {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #161616;
  text-align: center;
}

.footer.dark-bootom._2 {
  background-color: transparent;
}

.hero-wrapper {
  display: block;
  width: 319px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  float: none;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #000;
}

.hero-wrapper:hover {
  background-color: #fff;
  -webkit-transform: perspective(1544px);
  transform: perspective(1544px);
}

.hero-wrapper.horizontal {
  width: 100%;
  height: auto;
}

.text-field {
  width: 100%;
  height: 50px;
  margin-right: 1%;
  margin-bottom: 15px;
  margin-left: 1%;
  border-style: none;
  background-color: #f8f8f8;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.text-field.info {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-color: #f8f8f8;
}

.subtext-field {
  font-family: 'Open Sans', sans-serif;
  color: #a0a0a0;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}

.subtext-field.percentual {
  width: 100%;
  height: 50px;
  margin-right: 8px;
  float: left;
  border-style: none;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-weight: 300;
}

.testimonial-slider {
  display: block;
  height: 400px;
  background-color: transparent;
}

.testimonial-arrow-icon {
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 55px;
  margin-right: -70px;
  margin-left: -70px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px none #a0a0a0;
  border-radius: 60px;
  background-color: #fff;
  color: #a0a0a0;
  font-size: 20px;
}

.gray {
  color: #a0a0a0;
}

.pricing-row {
  padding-top: 0px;
  color: #333;
  text-align: left;
}

.pricing-block {
  height: auto;
  padding: 20px 20px 40px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, all 400ms ease;
  transition: opacity 200ms ease, all 400ms ease;
  text-align: center;
}

.pricing-block:hover {
  box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.22);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.pricing-block.alternative {
  border-width: 16px;
  border-color: #fff;
  background-color: #f5f5f5;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.image-list-item {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  float: left;
}

.image-list-item.without-paddings {
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  float: left;
}

.pricing-list {
  margin-top: 15px;
  margin-bottom: 30px;
}

.info-div {
  width: 100%;
}

.news-text-section {
  margin-bottom: 14px;
  padding-right: 200px;
  padding-left: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
}

.row-motion {
  margin-top: 20px;
  margin-bottom: 0px;
}

.row-motion.skills {
  margin-bottom: 50px;
}

.row-motion.services-page {
  margin-top: -150px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.09);
}

.row-motion.services-page.second {
  margin-top: -200px;
  margin-bottom: 100px;
}

.team-block-image {
  display: block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  float: none;
  border: 4px solid #e9e9e9;
  border-radius: 70px;
  background-color: #e4e4e4;
  background-image: url('../images/team-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.team-block-image._2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url('../images/team-2.jpg');
  background-size: cover;
}

.team-block-image._3 {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url('../images/team-1.jpg');
  background-size: cover;
}

.team-testimonial-block {
  position: relative;
  display: block;
  padding: 40px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #24c3e2;
  text-align: center;
}

.team-testimonial-block.transparent {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-color: transparent;
  box-shadow: none;
}

.div-text {
  display: block;
  width: 100%;
  margin: 0px auto 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: left;
}

.div-text._2 {
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: center;
}

.div-text._2.top-padding {
  margin-top: 100px;
  margin-bottom: 60px;
}

.div-text._2.left {
  margin-bottom: 30px;
}

.div-text.presentation {
  margin-bottom: 100px;
}

.div-text.cause {
  margin-top: 200px;
}

.div-text.padding {
  margin-bottom: 60px;
}

.div-text.liciences {
  margin-bottom: 0px;
}

.div-text._2-copy {
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: center;
}

.div-text._2-copy.top-padding {
  margin-top: 100px;
  margin-bottom: 60px;
}

.div-text._2-copy.left {
  margin-bottom: 30px;
}

.containe {
  position: relative;
}

.containe.trial {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.trial-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.trial-wrapper.card {
  width: 100%;
  margin-bottom: 0px;
}

.trial-field {
  width: 60%;
  height: 50px;
  padding-left: 27px;
  float: left;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  font-size: 13px;
  line-height: 21px;
}

.trial-field.card {
  margin-bottom: 0px;
  padding-left: 20px;
  background-color: #f3f3f3;
}

.trial-button {
  display: block;
  width: 40%;
  height: 50px;
  float: right;
  border-style: none;
  border-width: 0px;
  border-color: rgba(0, 69, 78, 0.88);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(0, 69, 78, 0.88);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
}

.trial-button:hover {
  background-color: #000;
}

.trial-button.sec {
  border-style: none;
  border-color: #000;
  background-color: rgba(2, 2, 2, 0.4);
}

.trial-button.sec:hover {
  background-color: #000;
  background-image: none;
}

.row {
  display: block;
  margin-bottom: 20px;
}

.row.skills {
  margin-top: 10px;
  margin-bottom: 0px;
}

.column {
  position: relative;
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.color-block {
  position: relative;
  height: 230px;
  padding: 32px;
  border: 3px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: left;
}

.color-block.licensing {
  height: auto;
}

.color-block-tittle {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 21px;
  font-weight: 700;
  text-align: left;
}

.portfolio-wrapper {
  position: relative;
  top: 50px;
  overflow: hidden;
  width: 100%;
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
  color: #fff;
}

.two-pieces-section {
  font-family: Montserrat, sans-serif;
}

.half-section-block {
  width: 50%;
  height: 600px;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 194, 43, 0.78)), to(rgba(14, 194, 43, 0.78))), url('../images/philipp-reiner-686.jpg');
  background-image: linear-gradient(180deg, rgba(14, 194, 43, 0.78), rgba(14, 194, 43, 0.78)), url('../images/philipp-reiner-686.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.half-section-block._2 {
  position: relative;
  max-height: 600px;
  margin-bottom: 0px;
  padding: 90px;
  float: right;
  background-color: #020202;
  background-image: none;
}

.half-section-block._2.left {
  width: 50%;
  padding: 60px;
  float: left;
}

.half-section-block.right {
  float: right;
  background-image: url('../images/andrew-jasso-155771.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.content-list-item {
  margin-top: 10px;
  font-family: 'Playfair Display', sans-serif;
}

.content-list-item.box {
  margin-top: 30px;
}

.content-item {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  list-style-type: none;
}

.icon-block-features {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  border: 0px none #d1d1d1;
  border-radius: 70px;
  background-color: #dddcdc;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.icon-block-features:hover {
  border-color: #d1d1d1;
  background-color: #0d9622;
}

.icon-block-features.new {
  margin-bottom: 20px;
  background-color: #020202;
}

.icon-block-features.right {
  display: inline-block;
  max-width: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  float: none;
  text-align: center;
}

.icon-block-features.left {
  margin-bottom: 0px;
  float: none;
}

.tab-link {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 38px 28px 28px;
  border: 1px solid #cfcfcf;
  border-radius: 100px;
  background-color: #fff;
}

.tab-link.w--current {
  width: 100px;
  height: 100px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 38px 12px 0px;
  border: 1px solid #0ec22b;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
}

.overlay-image-pricing {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 120px;
  background-color: rgba(42, 42, 42, 0.86);
  font-family: Montserrat, sans-serif;
}

.overlay-image-pricing.dark-background {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0.86)), to(rgba(42, 42, 42, 0.86))), url('../images/photo-1428677361686-f9d23be145c9_2.jpg');
  background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.86), rgba(42, 42, 42, 0.86)), url('../images/photo-1428677361686-f9d23be145c9_2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.hero-portfolio {
  padding-top: 190px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0.86)), to(rgba(42, 42, 42, 0.86))), url('../images/photo-1428677361686-f9d23be145c9.jpg');
  background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.86), rgba(42, 42, 42, 0.86)), url('../images/photo-1428677361686-f9d23be145c9.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 1000px;
}

.hero-portfolio.licensing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0.86)), to(rgba(42, 42, 42, 0.86))), url('../images/julian-mora-141920.jpg');
  background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.86), rgba(42, 42, 42, 0.86)), url('../images/julian-mora-141920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.white-pricing-block {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 #000;
}

.pricing-wrapper-block {
  padding: 24px;
  color: #333;
  text-align: left;
}

.pricing-tittle {
  color: #24c3e2;
  font-weight: 700;
  text-align: center;
}

.pricing-tittle.sub {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.pricing-text-pricing {
  color: #000;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.pricing-item {
  padding: 14px 18px 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-item-text {
  color: #000;
  text-align: center;
}

.pricing-content-block {
  display: block;
  overflow: hidden;
  padding: 24px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.09);
  color: #fff;
  text-align: center;
}

.white {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.color {
  background-color: #24c3e2;
  color: #fff;
}

.laptop {
  max-width: 1500px;
  float: right;
}

.arroww {
  position: absolute;
  left: 37px;
  top: 172px;
  right: 0px;
  bottom: -14px;
}

.info-tes {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.info-tes.team {
  position: static;
  top: 40%;
  width: 100%;
  height: 100%;
  padding-top: 86px;
  text-align: center;
}

.intro-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid hsla(0, 0%, 88.6%, 0.63);
  border-bottom: 1px none #e2e2e2;
}

.intro-post.lighter {
  border-top-color: hsla(0, 0%, 88.6%, 0.21);
}

.post-content {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.link-blog {
  text-decoration: none;
  text-transform: uppercase;
}

.about-us {
  position: relative;
  height: 360px;
  border: 15px solid #fff;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.79);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.about-us:hover {
  box-shadow: 0 0 6px 0 #a3a3a3;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.about-us.box {
  left: 0px;
  top: 0px;
  right: 0px;
  width: auto;
  padding-top: 0px;
  border-color: #24c3e2;
  border-radius: 10px;
}

.testimonial-box {
  position: static;
  left: -8px;
  top: 0px;
  width: 50%;
  float: left;
}

.box-text-right {
  width: 50%;
  margin-top: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  float: right;
  text-align: left;
}

.heading3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 33px;
  text-align: left;
  text-transform: uppercase;
}

.heading3.white {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-box-detail {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 11px;
  float: left;
  border-bottom: 1px solid hsla(0, 0%, 82.7%, 0.79);
}

.contact-text {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
}

.contact-image-box {
  width: 13%;
  margin-right: 9px;
  float: left;
}

.blog {
  display: block;
  font-weight: 400;
  text-align: left;
}

.tab-menu {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
}

.tab-menu.alternative {
  margin-top: -50px;
  margin-bottom: 70px;
  border-bottom-style: none;
}

.video-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 340px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.video-content.travel {
  box-shadow: 1px 1px 13px 4px rgba(0, 0, 0, 0.26);
}

.video {
  position: relative;
  overflow: hidden;
  width: auto;
  color: #10a8bd;
}

.play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left;
}

.play-button {
  position: relative;
  z-index: 10;
  width: 75px;
  height: 75px;
  border-radius: 50px;
  background-color: #0d9622;
  background-image: url('../images/572684e92f3e6fea5d020828_play_1572684e92f3e6fea5d020828_play.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #10a8bd;
  font-size: 12px;
  text-align: left;
}

.play-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.front-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.01)), to(#10a8bd)), -webkit-gradient(linear, left top, left bottom, from(rgba(16, 168, 189, 0.62)), to(rgba(16, 168, 189, 0.62))), url('../images/shutterstock_326637644.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.01), #10a8bd), linear-gradient(180deg, rgba(16, 168, 189, 0.62), rgba(16, 168, 189, 0.62)), url('../images/shutterstock_326637644.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.front-video.image-overlay {
  background-image: url('../images/jorge.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.front-video.image-overlay.travel {
  background-image: url('../images/luca-baggio-112868.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-service {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 21px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(16, 168, 189, 0.82);
  border-radius: 200px;
  background-color: #0ec22b;
}

.div-service.box {
  width: 80px;
  height: 80px;
  margin-top: -60px;
  padding: 24px 20px 20px;
}

.div-service.outline {
  border-style: solid;
  border-color: #0ec22b;
  background-color: transparent;
}

.social-icon {
  display: inline-block;
  overflow: visible;
  width: 49px;
  height: auto;
  margin-right: 15px;
  padding: 3px;
  float: left;
  border-style: none;
  border-radius: 30px;
  background-color: transparent;
}

.social-icon:hover {
  background-color: transparent;
}

.social-icon._2 {
  width: 49px;
}

.social-icon._2:hover {
  background-color: transparent;
}

.social-icon._3 {
  overflow: visible;
  width: 49px;
  padding-left: 0px;
  float: none;
  color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.social-icon._3:hover {
  background-color: transparent;
}

.social-icon.wrapper {
  width: 58px;
  height: 58px;
  margin-right: 5px;
  padding: 7px;
  border-radius: 100px;
  background-color: transparent;
  opacity: 0.3;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-icon.wrapper:hover {
  background-color: transparent;
  opacity: 1;
}

.social-icon.wrapper._4 {
  width: 40px;
  height: 40px;
  padding: 7px 3px 6px 4px;
}

.social-icon.wrapper.navbar {
  margin-right: 0px;
  padding: 9px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 3px;
}

.social-icon.wrapper.team {
  margin-right: 5px;
  margin-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 3px;
}

.social-icon.wrapper.team.black {
  background-color: rgba(2, 2, 2, 0.35);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.59), #2a2a2a), url('../images/david-marcu-114194_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.white-paragraph {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.image-iphone {
  margin-top: 20px;
  margin-left: 20px;
}

.font-icon {
  display: inline-block;
  margin-top: 0px;
  float: right;
  color: rgba(16, 168, 189, 0.18);
  font-size: 80px;
  font-style: italic;
}

.font-icon.number {
  display: block;
  margin-top: 10px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.font-icon.number.black {
  color: #000;
}

.font-icon.number.circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-top: -120px;
  padding: 30px;
  border: 1px none #000;
  border-radius: 100px;
  background-color: #0d9622;
}

.div-social {
  display: inline-block;
  margin-top: 0px;
  float: none;
}

.div-social.footers {
  float: right;
}

.div-social.right {
  float: right;
}

.div-social.team {
  margin-top: 10px;
}

.sub-footer {
  height: auto;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.07);
  background-color: transparent;
  text-align: center;
}

.background-video {
  position: relative;
  overflow: hidden;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.89)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.89));
}

.background-video.intro {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.73));
}

.background-video.homepage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, 0.24)), to(rgba(2, 2, 2, 0.45)));
  background-image: linear-gradient(180deg, rgba(2, 2, 2, 0.24), rgba(2, 2, 2, 0.45));
}

.footer-info {
  display: inline-block;
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  color: #5f5f5f;
  font-size: 15px;
  text-align: center;
}

.footer-logo {
  margin-bottom: 57px;
  text-align: center;
}

.footer-logo.left {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  float: left;
}

.b-importatnt {
  color: #000;
  font-size: 17px;
}

.nav-menu {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.nav-menu.style-middle {
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  border-top: 1px none rgba(0, 0, 0, 0.12);
  text-align: center;
}

.dropdown-toggle {
  display: inline-block;
  margin-top: 0px;
  padding: 10px 30px 10px 10px;
  color: #fff;
}

.dropdown-toggle.w--open {
  color: #fff;
}

.dropdown-toggle.black {
  color: #020202;
}

.dropdown-toggle.black:hover {
  color: #020202;
}

.dropdown-toggle.black.box:hover {
  color: #0d9622;
}

.dropdown-arrow {
  margin-right: 20px;
  padding-left: 10px;
  opacity: 0.53;
}

.dropdown-list.w--open {
  position: absolute;
  left: 0px;
  top: 63px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.92);
}

.dropdown-list.big.w--open {
  width: 550px;
  padding: 15px;
}

.dropdown-list.second.w--open {
  top: 50px;
}

.dropdown-list.box.w--open {
  top: 100px;
}

.dropdown-link {
  width: 100%;
  padding-top: 12px;
  padding-right: 80px;
  padding-bottom: 12px;
  color: #a7a7a7;
  font-size: 11px;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 100%, 0.06);
  color: #fff;
}

.dropdown-link.w--current {
  color: #fff;
}

.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #3b3f46;
}

.about-section.without-padding {
  height: 700px;
  padding-bottom: 100px;
  background-color: transparent;
  background-image: url('../images/Collazh.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-section.full {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 92, 0, 0.2)), to(rgba(255, 92, 0, 0.2))), url('../images/iPhones6_mockup_stage.jpg');
  background-image: linear-gradient(180deg, rgba(255, 92, 0, 0.2), rgba(255, 92, 0, 0.2)), url('../images/iPhones6_mockup_stage.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.center {
  font-size: 21px;
  line-height: 32px;
  text-align: center;
}

.center.spacebelow {
  margin-bottom: 34px;
}

.center.larger {
  font-size: 21px;
  line-height: 32px;
}

.line {
  height: 3px;
  border-radius: 0px;
  background-color: hsla(0, 0%, 65.5%, 0.21);
}

.line.color {
  width: 326px;
  background-color: #fd2a87;
}

.line.color._2 {
  width: 80%;
  height: 100%;
  border-radius: 100px;
  background-color: #0d9622;
  color: #0ec22b;
}

.line.color._92 {
  width: 92%;
  height: 100%;
  border-radius: 100px;
  background-color: #0d9622;
}

.line.color._76 {
  width: 76%;
  height: 100%;
  border-radius: 100px;
  background-color: #0d9622;
}

.line.big {
  height: 10px;
  border-radius: 100px;
}

.tittle-skills {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.tittle-skills.percent {
  float: right;
  color: rgba(42, 111, 253, 0.88);
  font-weight: 400;
}

.tittle-skills.percent.green {
  color: #0d9622;
  font-weight: 600;
}

.tittle-skills.white-font {
  color: #fff;
}

.iphone {
  margin-top: -80px;
  margin-bottom: 100px;
}

.iphone.bottom {
  margin-top: 50px;
  margin-bottom: 0px;
}

.iphone.top {
  margin-top: -234px;
}

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

.top-row.new {
  margin-bottom: 0px;
}

.column1 {
  padding-right: 0px;
  padding-left: 0px;
}

.div {
  height: 240px;
  background-image: url('../images/dqento8twsq-blake-richard-verdoorn_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div._2 {
  background-image: none;
}

.div._2._2 {
  background-image: url('../images/slide-one.jpg');
  background-size: cover;
}

.div._2.nature {
  background-image: url('../images/sdmm_xh3bcu-aaron-benson.jpg');
}

.div._3 {
  background-image: url('../images/o0rzkkl072u-david-marcu.jpg');
}

.div._3._3 {
  background-image: url('../images/21331.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div._3.nature {
  background-image: url('../images/martin-burdon-178543.jpg');
  background-size: cover;
}

.div._4 {
  background-image: url('../images/dgtrkzooe0w-ales-krivec.jpg');
  background-size: cover;
}

.div._4.nature {
  background-image: url('../images/n-sxa8vegdk-ales-krivec.jpg');
  background-size: cover;
}

.div._5 {
  background-image: url('../images/c-lad9xizbg-tim-gouw.jpg');
  background-size: cover;
}

.div._5.nature {
  background-image: url('../images/c-lad9xizbg-tim-gouw_1.jpg');
}

.div._6 {
  background-image: url('../images/hgv_woqnp3y-aaron-benson.jpg');
  background-size: cover;
}

.div._6.nature {
  background-image: url('../images/hgv_woqnp3y-aaron-benson_1.jpg');
}

.div-device {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-device.laptop {
  margin-top: -250px;
}

.image-ipads {
  margin-bottom: 50px;
}

.div-images {
  display: block;
  margin-top: -150px;
  text-align: center;
}

.image-fact {
  margin-bottom: 20px;
}

.wrapp-div {
  padding-left: 0px;
}

.separator {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin: 30px 2px 50px;
  background-color: #24c3e2;
}

.separator.header {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #c9c9c9;
}

.separator.header.center {
  background-color: #ff7a00;
}

.separator.header.center.white {
  background-color: #fff;
}

.image-girl {
  position: static;
  left: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.success-message {
  border-radius: 5px;
  background-color: #0d9622;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
}

.text-block-2 {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 300;
}

.error-message {
  border-radius: 5px;
  background-color: red;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.column-2 {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-9 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.text-block-10 {
  font-weight: 300;
}

.div-block {
  position: relative;
}

.slide-nav {
  margin-top: 0px;
}

.section-2 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-2.coming-soon {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/jason-ortego-5386-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/jason-ortego-5386-1_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._404-body {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.55), #1d1d1d);
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

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

.image-9 {
  display: block;
  max-width: 70%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  opacity: 0.37;
}

.log-in-text-field {
  border-radius: 5px;
  font-family: 'Playfair Display', sans-serif;
}

.log-in-button {
  border-radius: 5px;
  background-color: #0ec22b;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.log-in-button:hover {
  background-color: #0d9622;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.table-item-wrapper {
  margin-bottom: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f5;
}

.table-item-wrapper.title {
  background-color: #0ec22b;
}

.table-title {
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
}

.image-wrapper {
  width: 100%;
  height: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  background-image: url('../images/luca-baggio-112868_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper:hover {
  background-image: url('../images/luca-baggio-112868_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper.thumbnail {
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 0px;
  background-image: url('../images/gym.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper.thumbnail._12 {
  background-image: url('../images/stock-photo-collage-of-smiling-multi-ethnic-group-of-business-people-on-gray-background-561909199.jpg');
  background-size: cover;
}

.image-wrapper.thumbnail._13 {
  background-image: url('../images/Collazh_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-wrapper.icon {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.image-wrapper.icon.liciences {
  padding-right: 20px;
  background-image: none;
  text-align: center;
}

.image-wrapper.icon.liciences.color {
  width: auto;
  height: auto;
  padding-right: 20px;
  background-color: rgba(95, 95, 95, 0.18);
  text-align: center;
}

.link-licensing {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.center-paragraph {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.center-paragraph.box {
  font-size: 12px;
  font-weight: 400;
}

.name-customer {
  margin-top: 17px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.name-customer.white {
  margin-top: 0px;
  color: #fff;
}

.name-customer.second-style {
  margin-top: 0px;
}

.paragraph-29 {
  margin-bottom: 0px;
}

.link-page {
  color: #0d9622;
}

.link-page.w--current {
  color: #b1b1b1;
}

.center-div {
  position: absolute;
  left: 100px;
  top: 20%;
  right: 100px;
}

.different-font {
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}

.different-font.white-color {
  color: #fff;
}

.separated-div-wrapper {
  display: block;
  height: 40px;
  margin: 20px auto 0px;
  text-align: center;
}

.separated-div-wrapper.left {
  margin-top: 40px;
  text-align: left;
}

.separated-div-wrapper.form {
  height: 20px;
}

.featured-image {
  height: 300px;
  border-radius: 5px;
  background-image: url('../images/luca-baggio-112868_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.category-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  display: block;
  padding: 7px 9px 6px;
  border-radius: 2px;
  background-color: #5cc489;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.feafured-text {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px 62px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.88)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.88));
}

.featured-title {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.featured-description {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 300;
  text-align: left;
}

.featured-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
}

.author-image {
  width: 26px;
  margin-right: 10px;
  float: left;
  border-radius: 50px;
}

.author-image.blog {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  float: none;
}

.author.lite {
  margin-top: 5px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}

.author.lite.blog {
  color: #fff;
  font-size: 16px;
}

.author.lite.black {
  color: #020202;
}

.thumbnail.date {
  margin-top: 5px;
  float: right;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  font-weight: 500;
}

.thumbnail.date.blog {
  float: none;
  color: #fff;
  font-size: 16px;
}

.thumbnail.date.black {
  margin-left: 40px;
  float: left;
  color: #020202;
}

.dynamic-item {
  margin-bottom: 20px;
  border-radius: 5px;
}

.featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.div-block-5 {
  border-radius: 5px;
}

.portfolio-lightbox {
  width: 100%;
  height: 100%;
}

.image-lightbox {
  width: 100%;
  height: 100%;
}

.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 20px 20px 0px;
  background-color: rgba(13, 150, 34, 0.85);
}

.portfolio-content {
  position: absolute;
  left: 40px;
  top: 40px;
  right: 83px;
  bottom: 201px;
  text-align: left;
}

.portfolio-content.alternative {
  position: static;
  height: auto;
  padding: 16px 8px 20px;
  background-color: #fff;
}

.project-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.project-name.black {
  color: #000;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.project-description {
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-weight: 200;
}

.project-description.green {
  color: #0d9622;
}

.project-description.dark {
  color: #020202;
  font-weight: 500;
  text-align: center;
}

.column3 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.laptop-div {
  display: block;
  width: 80%;
  margin: 0px auto 60px;
  padding-right: 40px;
  padding-left: 40px;
}

.laptop-div.alternative {
  position: relative;
  z-index: 1000;
  width: 65%;
  margin-top: 60px;
  margin-bottom: 0px;
}

.laptop-div.middle {
  margin-bottom: 0px;
}

.div-footer {
  padding-top: 100px;
  padding-bottom: 15px;
  border-bottom: 1px solid transparent;
}

.div-footer.big {
  padding-top: 80px;
  padding-bottom: 80px;
}

.small-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0f0f0f;
}

.element-wrapper {
  float: none;
  text-align: center;
}

.row-buttons {
  margin-bottom: 100px;
}

.row-buttons.bottom {
  margin-bottom: 0px;
}

.toggle-wrapper {
  display: block;
  width: 80%;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
}

.toggle-wrapper.box {
  width: 100%;
}

.toggle-content {
  overflow: hidden;
}

.toggle-header {
  width: 100%;
  padding: 20px 14px 18px 40px;
  border: 1px solid #e6e6e6;
  text-align: left;
}

.toggle-header:hover {
  background-color: #fcfcfc;
  color: #000;
}

.toggle-header.alternative {
  border-color: hsla(0, 0%, 90.2%, 0.26);
}

.toggle-header.alternative:hover {
  background-color: hsla(0, 0%, 98.8%, 0.07);
}

.heading-2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5e5e5e;
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-2.white {
  color: #fff;
  font-size: 23px;
}

.heading-2.large {
  color: #020202;
  font-size: 26px;
}

.toggle-icon {
  position: relative;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  float: right;
  border-radius: 2px;
  background-color: #2a6ffd;
  background-image: url('../images/arrow-pointing-down.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 1;
}

.toggle-space {
  padding: 30px 40px;
  background-color: rgba(0, 1, 30, 0.35);
}

.dark-backround {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-image: linear-gradient(180deg, #fff, transparent), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.dark-backround.second {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.33)), to(rgba(73, 83, 0, 0.33))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-image: linear-gradient(180deg, rgba(73, 83, 0, 0.33), rgba(73, 83, 0, 0.33)), linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.dark-backround.testimonials {
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent)), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-image: linear-gradient(180deg, #fff, transparent), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
}

.dark-backround.testimonials.gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.3%, 0.84)), to(hsla(0, 0%, 97.3%, 0.63))), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 97.3%, 0.84), hsla(0, 0%, 97.3%, 0.63)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.dark-backround.testimonials.homepage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(hsla(0, 0%, 100%, 0.52))), url('../images/julian-mora-141920.jpg');
  background-image: linear-gradient(180deg, #f5f5f5, hsla(0, 0%, 100%, 0.52)), url('../images/julian-mora-141920.jpg');
}

.dark-backround.gray {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.tab-link-2 {
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #f3f0f0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
}

.tab-link-2:hover {
  border: 1px solid #000;
  background-color: transparent;
}

.tab-link-2.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.27);
  background-color: #020202;
  color: #f3f0f0;
  font-size: 16px;
  font-weight: 600;
}

.tab-pane {
  margin-top: 1px;
}

.text-block-12 {
  color: #000;
  font-weight: 600;
}

.text-block-13 {
  font-weight: 600;
}

.text-block-14 {
  font-weight: 600;
}

.tabs {
  border-top: 1px solid #ddd;
}

.list-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.list-item-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.list-item-3 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.paragraph-list {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.list-item-4 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.list-item-5 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.info-box {
  width: 100%;
  height: auto;
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
}

.info-box.second {
  height: auto;
  border-color: #0ec22b;
}

.info-box.second.dark {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0d9622;
}

.info-box.second.dark.black {
  border-color: #000;
  background-color: rgba(2, 2, 2, 0.73);
}

.info-box.white {
  height: auto;
  background-color: #fff;
}

.info-box.white.service {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.info-box.white.in-section {
  margin-top: 40px;
}

.info-box.lists {
  height: 430px;
  background-color: #fff;
}

.info-box.lists.auto {
  height: auto;
}

.heading-3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.heading-3.white {
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
}

.heading-3.center {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.box-text {
  margin-bottom: 30px;
}

.box-text.white.center.service {
  margin-bottom: 10px;
}

.skills {
  margin-top: 10px;
  margin-bottom: 20px;
}

.skills.first {
  margin-top: 30px;
  margin-bottom: 20px;
}

.call-to-action {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(15, 49, 121, 0.88);
}

.call-to-action.alternative {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.call-to-action.alternative.second {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 85.9%, 0.5)), to(hsla(0, 0%, 85.9%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 85.9%, 0.5), hsla(0, 0%, 85.9%, 0.5));
}

.call-to-action.alternative.fourth {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  background-image: none;
}

.cta-text {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.cta-text.white {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
}

.copy-container {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.link {
  color: #0ec22b;
}

.important-text {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
}

.testimonials-slider {
  background-color: transparent;
}

.skills-wrapper {
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.footer-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.adress {
  color: #a09e9e;
  font-size: 16px;
  line-height: 30px;
}

.blog-post-wrapper {
  width: 90%;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #3d3d3d;
}

.blog-post-wrapper.first {
  width: 90%;
  padding-top: 0px;
}

.info-post {
  color: #5f5f5f;
}

.nav-link-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-section {
  height: auto;
}

.small-header {
  height: 40px;
  background-color: #0d9622;
}

.top-text {
  display: inline-block;
  margin-top: 7px;
  margin-right: 20px;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  font-weight: 300;
}

.box-service-image {
  width: auto;
  height: auto;
  margin-right: 0px;
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/martin-burdon-178543.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/martin-burdon-178543.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.16);
  text-align: left;
}

.box-service-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/n-sxa8vegdk-ales-krivec.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/n-sxa8vegdk-ales-krivec.jpg');
  background-position: 0px 0px, 100% 78%;
  background-size: auto, cover;
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.16);
}

.box-service-image._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/wil-stewart-18242.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/wil-stewart-18242.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.box-service-image.full {
  margin-right: 40px;
}

.box-service-image.lighter {
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(107, 52, 2, 0.35)), to(rgba(107, 52, 2, 0.35))), url('../images/martin-burdon-178543.jpg');
  background-image: linear-gradient(180deg, rgba(107, 52, 2, 0.35), rgba(107, 52, 2, 0.35)), url('../images/martin-burdon-178543.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.box-service-image.lighter._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.34)), to(rgba(13, 150, 34, 0.34))), url('../images/philipp-reiner-686_1.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.34), rgba(13, 150, 34, 0.34)), url('../images/philipp-reiner-686_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 750px;
  box-shadow: none;
}

.box-service-image.lighter._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 118, 253, 0.27)), to(rgba(42, 118, 253, 0.27))), url('../images/wil-stewart-18242.jpg');
  background-image: linear-gradient(180deg, rgba(42, 118, 253, 0.27), rgba(42, 118, 253, 0.27)), url('../images/wil-stewart-18242.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: none;
}

.box-service-image.lighter.first {
  box-shadow: none;
}

.container-2 {
  position: relative;
}

.text-area.gray {
  height: 100px;
  max-height: 100px;
  border-style: none;
  border-radius: 3px;
  background-color: #f5f5f5;
  font-family: 'Playfair Display', sans-serif;
  font-size: 13px;
}

.form-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-15 {
  font-family: 'Playfair Display', sans-serif;
}

.div-image-tab {
  display: block;
  width: 100%;
  height: 300px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border-radius: 5px;
  background-image: url('../images/andrew-jasso-155771.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.11);
}

.about-box-div {
  margin-top: 40px;
  text-align: left;
}

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

.team-div {
  position: static;
  height: 300px;
  background-image: url('../images/team-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-div._2 {
  background-image: url('../images/Team2.jpg');
}

.team-div._3 {
  background-image: url('../images/Team3.jpg');
  background-size: cover;
}

.team-div._3.second-style {
  height: 260px;
}

.team-div._4 {
  background-image: url('../images/Team4.jpg');
}

.team-div._4.second-style {
  height: 260px;
}

.team-div._5 {
  background-image: url('../images/team-2.jpg');
}

.team-div._6 {
  background-image: url('../images/Team5.jpg');
  background-size: cover;
}

.team-div._7 {
  background-image: url('../images/Team1.jpg');
}

.team-div._8 {
  background-image: url('../images/Team6.jpg');
  background-size: cover;
}

.team-div._9 {
  background-image: url('../images/team-3.jpg');
}

.team-div._9.second-style {
  height: 260px;
}

.team-div._10 {
  background-image: url('../images/Team7.jpg');
}

.team-div._11 {
  background-image: url('../images/Team8.jpg');
  background-size: cover;
}

.team-div.circle {
  width: 300px;
  border-radius: 300px;
}

.overlay-div {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61));
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.overlay-div:hover {
  opacity: 1;
}

.overlay-div.circle {
  border-radius: 300px;
}

.setion-services {
  padding-top: 0px;
  padding-bottom: 0px;
}

.setion-services.gray {
  background-color: #f5f5f5;
}

.setion-services.about-life {
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.services-div {
  border-radius: 5px;
  background-color: #fff;
}

.services-div.team {
  margin-top: -120px;
  padding: 10px 20px;
}

.hero-div-video {
  height: 700px;
  padding-top: 280px;
  padding-bottom: 100px;
}

.hero-div-video.imtro {
  height: 800px;
  padding-top: 220px;
}

.arrow {
  display: none;
}

.price-section {
  height: 700px;
  padding-top: 100px;
  background-color: #020202;
}

.div-blog-image {
  height: 500px;
  margin-top: 0px;
  background-image: url('../images/philipp-reiner-686.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-info {
  margin-top: 60px;
}

.div-author {
  float: right;
}

.buttons-div {
  height: 100px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-div.over {
  margin-top: -100px;
  padding: 20px 51px;
  background-color: #fff;
  box-shadow: 0 -36px 30px 0 rgba(0, 0, 0, 0.13);
}

.blog-div.over.singel {
  box-shadow: 0 -20px 30px 0 rgba(0, 0, 0, 0.13);
}

.blog-div.over.cause {
  height: 600px;
  padding-right: 20px;
  padding-left: 20px;
}

.blog-div.over.second {
  padding-top: 0px;
}

.lighter-color {
  color: #a09e9e;
}

.link-blog-image {
  width: 110px;
  height: 110px;
  margin-right: 20px;
  border-radius: 6px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.link-blog-image:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.19);
}

.donate-pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}

.title-pop-up {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: rgba(0, 0, 0, 0.39);
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.upper-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #0d9622;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.modal-close {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 20px;
  height: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 20px;
}

.modal-close:hover {
  background-image: url('../images/Green_modalClose_1Green_modalClose.png');
  background-size: 20px;
}

.success-message-2 {
  margin-top: 30px;
  border-radius: 5px;
  background-color: #0d9622;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
}

.error-message-2 {
  border-radius: 5px;
  background-color: red;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
}

.homepage-tile {
  display: block;
}

.link-block {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.link-block:hover {
  box-shadow: 0 10px 43px 16px rgba(0, 0, 0, 0.19);
}

.link-block.default {
  width: 95%;
  height: 680px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/12345.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-headline-wrapper {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.my-image-div {
  height: 500px;
  border-radius: 20px;
  background-image: url('../images/team-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.09);
}

.history-row {
  padding-top: 100px;
}

.iteam-block-wrapper {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}

.iteam-block-wrapper.singel {
  width: 100%;
  margin-bottom: 0px;
  box-shadow: none;
}

.iteam-block-wrapper.second-style {
  height: 400px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.iteam-block-wrapper.second-style.singel {
  display: block;
  width: 400px;
  padding-bottom: 20px;
  float: none;
}

.cause-image-block {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(75%, rgba(0, 0, 0, 0.52)));
  background-image: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.52) 75%);
}

.ieam-image-block {
  width: 100%;
  height: 200px;
}

.percentual-div {
  position: relative;
  z-index: 1000;
  display: block;
  width: 90%;
  margin: -20px auto 10px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 1px -10px 10px 0 rgba(0, 0, 0, 0.29);
}

.percentual-div.singel {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0px;
  box-shadow: none;
}

.percentual-div.second-style {
  top: 18px;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.39);
  box-shadow: none;
}

.status {
  width: 50%;
  padding: 5px 10px 5px 20px;
  float: left;
  background-color: #0d9622;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.status.percentual-text {
  background-color: #2a6ffd;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.item-block {
  position: relative;
  top: 0px;
  right: 0px;
  height: 150px;
  text-align: center;
}

.item-block.second-style {
  top: -165px;
}

.donation-text {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  color: #020202;
  font-size: 12px;
}

.donation-text.gray {
  margin-left: 2px;
  color: #797979;
}

.donation-text.gray.lighter {
  color: #d4d4d4;
  font-size: 20px;
}

.donation-text.gray.light {
  color: #d3d3d3;
}

.donation-text.white {
  color: #fff;
  font-size: 20px;
}

.donation-text.wjhite {
  color: #fff;
}

.important-text-3 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-17 {
  display: inline-block;
  margin-right: 6px;
  font-family: Montserrat, sans-serif;
}

.cuses-list-item {
  float: left;
}

.cuses-list-item.singel {
  width: 100%;
  height: auto;
  float: none;
}

.rich-text {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.page-header-overlay {
  height: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.important-text-4 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.info-team {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
}

.team-wrapper {
  height: auto;
}

.dynamic-list-wrapper.home {
  margin-top: -140px;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.slider.box {
  height: 600px;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.5)), to(rgba(73, 83, 0, 0.5))), url('../images/andrew-jasso-155771.jpg');
  background-image: linear-gradient(180deg, rgba(73, 83, 0, 0.5), rgba(73, 83, 0, 0.5)), url('../images/andrew-jasso-155771.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide.first {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 0.5)), to(rgba(29, 29, 29, 0.5))), url('../images/5907a46fd990625129a9fd50_clarisse-meyer-152699.jpg');
  background-image: linear-gradient(180deg, rgba(29, 29, 29, 0.5), rgba(29, 29, 29, 0.5)), url('../images/5907a46fd990625129a9fd50_clarisse-meyer-152699.jpg');
  background-position: 0px 0px, 50% 34%;
  background-size: auto, cover;
}

.slide.first.box {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 0.5)), to(rgba(29, 29, 29, 0.5))), url('../images/5592c53bfba0207d12ac7c9b_3361b5e1.jpg');
  background-image: linear-gradient(180deg, rgba(29, 29, 29, 0.5), rgba(29, 29, 29, 0.5)), url('../images/5592c53bfba0207d12ac7c9b_3361b5e1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide.hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/slide-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 83, 0, 0.22)), to(rgba(73, 83, 0, 0.22))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, rgba(73, 83, 0, 0.22), rgba(73, 83, 0, 0.22)), linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.slide-2.new {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/ju-on-148561-1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/ju-on-148561-1_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.dynamic-list-2 {
  display: block;
  text-align: left;
}

.dynamic-list-2.singel {
  float: right;
}

.left-side-div {
  padding-right: 40px;
}

.leaf {
  text-align: center;
}

.row-presentation {
  margin-bottom: 80px;
}

.forest-icon {
  margin-bottom: 20px;
}

.div-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.minus-padding {
  margin-top: -50px;
}

.div-image {
  -webkit-filter: grayscale(94%);
  filter: grayscale(94%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.div-image:hover {
  -webkit-filter: none;
  filter: none;
}

.div-image.singel {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.portfolio-wrapper-second {
  margin-bottom: 20px;
}

.info-project-row {
  margin-top: 40px;
  text-align: center;
}

.title-column {
  margin-bottom: 20px;
}

.image-13 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slider-arrows {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  margin-left: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  opacity: 0.3;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.slider-arrows:hover {
  opacity: 1;
}

.go-to {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background-color: rgba(14, 194, 43, 0.27);
  background-image: url('../images/d-arrow.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.go-to:hover {
  background-color: #0ec22b;
}

.image-16 {
  position: relative;
  z-index: 1000;
  margin-top: -40px;
  text-align: center;
}

.row-color {
  margin-bottom: 5px;
}

.scroll-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1100;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.dot-container {
  position: fixed;
  left: 3%;
  top: 43%;
  z-index: 5;
}

.div-dot {
  margin-bottom: 4px;
}

.dot {
  width: 12px;
  height: 12px;
  margin-top: 10px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: transparent;
}

.dot.w--current {
  border-style: none;
  background-color: #0ec22b;
}

.dot-text {
  position: relative;
  left: 0px;
  bottom: 2px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-block-19 {
  font-size: 11px;
}

.text-block-20 {
  font-size: 11px;
}

.text-block-21 {
  font-size: 11px;
}

.text-block-22 {
  font-size: 11px;
}

.text-block-23 {
  font-size: 11px;
}

.text-block-24 {
  font-size: 11px;
}

.text-block-25 {
  font-size: 11px;
}

.text-block-26 {
  font-size: 11px;
}

.text-block-27 {
  font-size: 11px;
}

.text-block-28 {
  font-size: 11px;
}

.text-block-29 {
  font-size: 11px;
}

.text-block-30 {
  font-size: 11px;
}

.text-block-31 {
  font-size: 11px;
}

.text-block-32 {
  font-size: 11px;
}

.text-block-33 {
  font-size: 11px;
}

.text-block-34 {
  font-size: 11px;
}

.text-block-35 {
  font-size: 11px;
}

.text-block-36 {
  font-size: 11px;
}

.text-block-37 {
  font-size: 11px;
}

.text-block-38 {
  font-size: 11px;
}

.donate-full-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.85);
}

.pop-up {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.pop-up-content {
  position: relative;
  overflow: hidden;
}

.donate-info-wrapper {
  padding: 20px 50px;
  background-color: transparent;
  box-shadow: -14px 14px 50px 0 rgba(0, 0, 0, 0.2);
}

.margin-top {
  margin-top: 40px;
}

.contact-full-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.popup-div {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.popup-div.contact {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.03);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.popup-div.contact.top {
  margin-top: -140px;
}

.popup-content-div {
  position: relative;
  overflow: hidden;
}

.contact-wrapper-div.in-devices {
  padding: 40px 52px 30px;
  border-radius: 20px;
  background-color: #fff;
}

.algin-center {
  margin-top: 20px;
  text-align: center;
}

.sub-tittle.top {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #0ec22b;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

.heading-4 {
  margin-top: 0px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.top-margin {
  margin-top: 20px;
}

.field-label {
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 12px;
  letter-spacing: 1px;
}

.field-label.center {
  font-family: 'Playfair Display', sans-serif;
  color: #0ec22b;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field-popup {
  height: 50px;
  padding-left: 20px;
  border-style: none;
  border-radius: 5px;
  background-color: #f4f4f4;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-field-popup:active {
  background-color: #ebebeb;
}

.text-field-popup:focus {
  background-color: #ebebeb;
}

.text-field-popup.area {
  overflow: auto;
  height: 100px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 31px;
}

.close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #0ec22b;
  background-image: url('../images/White_modalNormal_1White_modalNormal.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.close-button:hover {
  background-color: #0d9622;
  background-image: url('../images/White_modalNormal_1White_modalNormal.png');
  background-size: 20px;
}

.title-contact {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.error-message-6 {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Playfair Display', sans-serif;
}

.logo-in-form {
  margin-bottom: 10px;
}

.phone-center-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.phone-side-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.feature-center {
  width: 33%;
}

.center-title {
  margin-top: 10px;
  text-align: center;
  letter-spacing: 1px;
}

.navigation-element {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.navigation-element.big.middle {
  height: 228px;
}

.top-logo {
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
}

.body-padding {
  padding: 40px;
  background-color: #e2e2e2;
}

.body-padding.white {
  background-color: #fff;
}

.content-div {
  background-color: #fff;
}

.content-div.gray {
  background-color: #f3f3f3;
}

.dynamic-list-wrapper-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
}

.dynamic-list-3 {
  border-radius: 5px;
}

.image-17 {
  margin-bottom: 30px;
}

.subscribe-card {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 3000;
  overflow: hidden;
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.17);
  text-align: center;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.close-card {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 1000;
  display: block;
  width: 34px;
  height: 34px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 5px;
  background-color: #e6e6e6;
  background-image: url('../images/White_modalNormal_1White_modalNormal.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  text-align: left;
}

.close-card:hover {
  background-color: #13d632;
}

.rextlogo {
  margin-top: 22px;
  font-family: Montserrat, sans-serif;
  color: #f3f0f0;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.back-button {
  margin-top: 84px;
  margin-bottom: 10px;
  margin-left: 0%;
  padding-right: 30px;
  padding-left: 30px;
  float: none;
  border-radius: 4px;
  background-color: #020202;
  background-image: url('../images/arrow-pointing-down.svg');
  background-position: 115% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  transition: background-position 350ms ease, background-color 300ms ease, border 300ms ease, padding 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.back-button:hover {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #5f5f5f;
  background-image: none;
}

.back-button.form {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto 0px;
  padding: 10px 15px;
  float: none;
  border-style: none;
  border-radius: 3px;
  background-color: #0ec22b;
  background-image: none;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 29px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.back-button.form:hover {
  border-style: none;
  border-color: #000;
  background-color: #000;
  background-image: none;
  box-shadow: none;
}

.back-button.center {
  float: right;
  border-style: none;
  border-width: 2px;
  border-color: rgba(16, 168, 189, 0.82);
  border-radius: 3px;
  background-color: rgba(16, 168, 189, 0.82);
  background-image: linear-gradient(135deg, #24c3e2, rgba(42, 111, 253, 0.88));
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: right;
}

.back-button.center:hover {
  border: 2px none #000;
  background-color: #fff;
  background-image: none;
  color: #000;
}

.back-button.center {
  border: 1px solid #10a8bd;
  border-radius: 3px;
  background-color: #fff;
}

.back-button.left-algiment {
  display: block;
  float: none;
  text-align: center;
}

.back-button.left-algiment {
  float: left;
}

.back-button.other-colors {
  background-color: #4d4d4d;
}

.back-button.other-colors:hover {
  background-color: #020202;
}

.back-button.other-colors.orange {
  border-radius: 0px;
  background-color: #ff7a00;
}

.back-button.other-colors.orange:hover {
  background-color: #ff5200;
}

.back-button.other-colors.rounded {
  background-color: #2a6ffd;
}

.back-button.outline {
  margin-bottom: 0px;
  border: 2px solid #000;
  background-color: transparent;
  background-image: url('../images/arrow-pointing-down2.svg');
  background-size: 12px;
  color: #000;
}

.back-button.outline.rounded {
  border-color: #13d632;
  color: #0ec22b;
}

.back-button.outline.rounded.white {
  margin-top: 30px;
  float: left;
  font-family: Montserrat, sans-serif;
}

.back-button.outline.rounded.white.center {
  float: none;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.back-button.outline.rounded.white.center:hover {
  border-style: solid;
  background-color: transparent;
}

.back-button.outline.rounded.black {
  border-color: #020202;
  color: #020202;
}

.back-button.outline.white {
  border-color: #f3f0f0;
  background-image: url('../images/arrow-pointing-down.svg');
  background-size: 12px;
  color: #f3f0f0;
  font-weight: 500;
}

.back-button.square {
  border-radius: 0px;
}

.back-button.rounded {
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.back-button.rounded.padding {
  margin-top: 30px;
  margin-right: 10px;
  float: left;
  text-align: left;
}

.back-button.rounded.padding.left-side {
  float: left;
}

.back-button.rounded.padding.middle {
  float: none;
}

.back-button.rounded.top {
  margin-top: 40px;
}

.back-button.hero {
  margin-top: 30px;
  margin-bottom: 0px;
  float: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.back-button.orange {
  background-color: #ff7a00;
}

.back-button.orange:hover {
  background-color: #f60;
}

.back-button.left-side {
  float: none;
}

.back-button.contact {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.back-button.contact.donation {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.back-button._404 {
  margin-top: 60px;
}

.back-button.headline {
  margin-top: 30px;
  margin-left: 0px;
}

.back-button.causes {
  display: block;
  width: 180px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.back-button.causes.singel {
  width: 180px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.back-button.singel {
  display: block;
  width: 184px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.back-button.left {
  float: left;
}

.back-button.full {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 13px;
  border: 1px solid #0ec22b;
  background-image: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 20px;
  letter-spacing: 2px;
}

.back-button.full:hover {
  padding-right: 30px;
  padding-left: 30px;
  border-color: #020202;
  background-color: #020202;
}

.back-button.right {
  width: 38%;
  height: 50px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 20px;
}

.showdetailtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #f3f0f0;
  font-size: 55px;
  line-height: 66px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.showdetailtitle.title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}

.showdetailtitle.title.center-white {
  margin-top: 0px;
  text-align: center;
  text-transform: none;
}

.showdetailtitle.subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.showdetailtitle.subtitle.center.tinny-text {
  display: block;
  width: 82%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0px;
  text-transform: none;
}

.showdetailtitle.features {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.showdetailtitle.features.white {
  color: #fff;
}

.showdetailtitle.features.blog {
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
  float: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.showdetailtitle.features.blog:hover {
  color: #0d9622;
}

.showdetailtitle.features.services {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.showdetailtitle.features.left-side {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: left;
}

.showdetailtitle.features._2 {
  font-family: Montserrat, sans-serif;
  color: #0ec22b;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.showdetailtitle.features.left-side {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.showdetailtitle.features.cause {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.showdetailtitle.features.right {
  float: none;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
}

.showdetailtitle.features.intro {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.showdetailtitle.features.intro.default {
  margin-bottom: 50px;
}

.showdetailtitle.features.left {
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.showdetailtitle.center {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.showdetailtitle.center.white-font {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.showdetailtitle.numer {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  font-weight: 700;
  text-align: center;
}

.showdetailtitle.numer.alternative {
  border-bottom-style: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.showdetailtitle.white {
  color: #fff;
}

.showdetailtitle.white.left {
  font-size: 70px;
  font-weight: 600;
}

.showdetailtitle.left {
  margin-top: 0px;
  text-align: left;
}

.showdetailtitle.left {
  margin-top: 0px;
}

.showdetailtitle._2 {
  margin-top: 20px;
  text-transform: uppercase;
}

.showdetailtitle.log-in {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.showdetailtitle.white-font {
  color: #fff;
}

.showdetailtitle.white-color {
  color: #fff;
}

._3marias {
  margin-bottom: 31px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.barralogos {
  margin-top: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.23);
  border-bottom: 1px solid rgba(0, 0, 0, 0.23);
}

.listagem-item {
  display: inline-block;
  width: 31%;
  margin-right: 6px;
  margin-bottom: 20px;
  margin-left: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph-about {
  width: 70%;
  margin-top: 15px;
  color: #fff;
  font-size: 21px;
}

.paragraph-about._21 {
  position: relative;
  z-index: 2;
  width: 75%;
}

.paragraph-about._1 {
  position: relative;
  z-index: 2;
  width: 75%;
  font-weight: 400;
  text-align: left;
}

.grid-content-about {
  height: 100%;
  margin-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper-text-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px none #000;
}

.wrapper-text-about._1 {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.wrapper-text-about._2 {
  position: relative;
  padding: 140px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-style: solid;
  border-left-color: #fff;
}

.section-contant-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background-color: transparent;
}

.section-contant-about.first {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: transparent;
}

.image {
  position: absolute;
  left: -430px;
  top: -7px;
  bottom: 0px;
  z-index: 0;
}

.heading-about {
  position: relative;
  z-index: 2;
  width: 75%;
  color: #fff;
  font-size: 4vw;
  line-height: 1;
  font-weight: 600;
}

.body {
  background-color: #020202;
}

.lighbold {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #f3f0f0;
  font-weight: 600;
  text-decoration: none;
}

.lighbold:hover {
  opacity: 0.77;
}

.lighbold.nohover:hover {
  opacity: 1;
}

.tab-content {
  display: block;
  width: 90%;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
}

.tab-content.box {
  width: 100%;
}

.date-tabs {
  margin-bottom: 30px;
}

.tabs-content {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(2, 2, 2, 0.2);
}

.bold-text-3 {
  font-size: 22px;
}

.label-percursos {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 27px;
  margin-left: auto;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f0f0;
  font-family: Montserrat, sans-serif;
  color: #f3f0f0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.label-percursos.inverse {
  background-color: #020202;
}

.linkagenda {
  display: block;
  margin-bottom: 27px;
  padding-top: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  -webkit-transition: padding 400ms ease, opacity 400ms ease;
  transition: padding 400ms ease, opacity 400ms ease;
  color: #5f5f5f;
  text-decoration: none;
}

.linkagenda:hover {
  padding-left: 9px;
  opacity: 0.59;
  text-decoration: none;
}

.linklistinghome {
  -webkit-transition: color 425ms ease;
  transition: color 425ms ease;
  color: #f3f0f0;
  text-decoration: none;
}

.linklistinghome:hover {
  color: #879dcc;
}

.largewhitelink {
  -webkit-transition: color 425ms ease;
  transition: color 425ms ease;
  color: #f3f0f0;
  text-decoration: none;
}

.largewhitelink:hover {
  color: #91b2f7;
}

.dropdown-list-2.w--open {
  width: auto;
  padding: 15px;
  background-color: #000;
  color: #fff;
}

.dropdown-2 {
  margin-right: 7px;
  margin-left: 7px;
  padding-top: 4px;
}

.logo-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-2 {
  margin-top: 30px;
  padding: 12px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #b4932f;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #b4932f;
  color: #000;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.inscricoes {
  position: static;
  z-index: 5;
  display: none;
  margin-top: 0px;
  float: right;
  clear: none;
  background-color: #df7b54;
}

.button-2.inscricoes:hover {
  background-color: #000;
}

.sitetitle {
  margin-top: 9px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-2 {
  margin-top: 4.5px;
  margin-right: 1px;
  margin-bottom: 15.5px;
}

.text-block-5 {
  font-size: 15px;
}

.dropdown-link-5 {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-link-5:hover {
  color: rgba(243, 240, 240, 0.76);
}

.dropdown-link-5:active {
  color: #b4932f;
}

.dropdown-link-5.w--current {
  color: #8da8df;
}

.nav-link-2 {
  padding: 37px 10px 35px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #919191;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  color: #546cc3;
}

.nav-link-2.w--current {
  color: #546cc3;
}

.nav-link-2.dropdown {
  padding: 5px 10px 9px;
  font-family: Montserrat, sans-serif;
  color: #f3f0f0;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-2.dropdown:hover {
  color: #fff;
}

.nav-intro {
  top: 18px;
  bottom: 18px;
  margin-top: 1px;
  margin-bottom: 15px;
  float: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.navigation-item {
  margin-right: 5px;
  margin-left: 5px;
  padding: 9px 10px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #f3f0f0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #aac2f1;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  display: inline-block;
  padding-top: 9px;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #b4932f;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.btninscricoes {
  display: none;
}

.navigation {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  background-color: #020202;
}

.navigation.second {
  position: relative;
  bottom: 0px;
  z-index: 1000;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
}

.navigation.second.middle-logo {
  padding-top: 40px;
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: transparent;
  box-shadow: none;
}

.apresentahero {
  margin-bottom: 14px;
  color: #f3f0f0;
  font-size: 17px;
}

.yan {
  max-width: 82%;
  margin-top: -1px;
}

.logofringe {
  margin-bottom: 15px;
}

.toogleitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  text-align: center;
  text-decoration: none;
}

.toogleitem.link:hover {
  background-color: rgba(243, 240, 240, 0.38);
  color: #020202;
}

.dataformacaolisting {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
}

.circleimage {
  width: 200px;
  height: 200px;
  border-radius: 20px;
}

.circleimage.rachid {
  border-radius: 200px;
  background-image: url('../images/Rachid-Ouramdane.jpeg');
  background-position: 36% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.circleimage.bcsp {
  border-radius: 200px;
  background-image: url('../images/aula-bcsp.jpeg');
  background-position: 60% 10%;
  background-size: auto;
  background-repeat: no-repeat;
}

.circleimage.jorgegarcia {
  border-radius: 200px;
  background-image: url('../images/jorge.jpeg');
  background-position: 85% 26%;
  background-size: 640px;
  background-repeat: no-repeat;
}

.circleimage.fauller {
  border-radius: 200px;
  background-image: url('../images/fauller.jpeg');
  background-position: 60% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.circleimage.ernesto {
  border-radius: 200px;
  background-image: url('../images/Ernesto.jpg');
  background-position: 45% 26%;
  background-size: cover;
  background-repeat: no-repeat;
}

.circleimage.rochelle {
  border-radius: 200px;
  background-image: url('../images/henrique-rochelle.jpg');
  background-position: 86% 1%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.circleimage.gerson {
  border-radius: 200px;
  background-image: url('../images/GersonMoreno.jpeg');
  background-position: 52% 1%;
  background-size: cover;
  background-repeat: no-repeat;
}

.circleimage.bongiovanni {
  border-radius: 200px;
  background-image: url('../images/Luiz-Fernando-Bongiovanni.jpeg');
  background-position: 50% 50%;
  background-size: 363px;
  background-repeat: no-repeat;
}

.circleimage.sampsio {
  border-radius: 200px;
  background-image: url('../images/Flavio-Sampaio.jpeg');
  background-position: 50% 50%;
  background-size: 363px;
  background-repeat: no-repeat;
}

.circleimage.joaopaulo {
  border-radius: 200px;
  background-image: url('../images/joao-paulo-lima.jpeg');
  background-position: 58% 6%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.circleimage.rosa {
  border-radius: 200px;
  background-image: url('../images/rosaprimo.jpg');
  background-position: 58% 6%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titleatividade {
  margin-bottom: 23px;
  text-align: center;
}

.toggle-wrapper-2 {
  display: block;
  width: 80%;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
}

.toggle-wrapper-2.box {
  width: 100%;
}

.warning {
  font-size: 21px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.image-18 {
  width: 412px;
}

.image-18-copy {
  display: block;
  width: 412px;
  margin-right: auto;
  margin-left: auto;
}

.feature-v2-info {
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 8px 25px 40px 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.divider-2 {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 24px;
  background-color: #cbd0df;
}

.covid-title {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  font-weight: 400;
}

.paragraph-32 {
  position: relative;
  width: 700px;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  font-weight: 300;
  text-align: center;
}

.paragraph-32.homescreens {
  width: auto;
  max-width: 940px;
  font-size: 22px;
  line-height: 33px;
}

.features-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.paragraph-small {
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.paragraph-small.light {
  color: #f3f0f0;
}

.medidaspreventivas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 147px 24px 136px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0d0d;
}

.icon-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e72287;
}

.intro-prevention-sction {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main-heading {
  width: auto;
  margin-top: 7px;
  margin-bottom: 0px;
  margin-left: 0rem;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 4.5vw;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}

.light {
  color: #f3f0f0;
}

.title-covidquadro {
  color: #f3f0f0;
  font-size: 42px;
  line-height: 70px;
  text-align: center;
}

.covid-intro {
  display: block;
  width: 100%;
  margin: 0px auto 56px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.covid-intro._2 {
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: center;
}

.covid-intro._2.top-padding {
  margin-top: 100px;
  margin-bottom: 60px;
}

.covid-intro._2.left {
  margin-bottom: 30px;
}

.covid-intro.presentation {
  margin-bottom: 100px;
}

.covid-intro.cause {
  margin-top: 200px;
}

.covid-intro.padding {
  margin-bottom: 60px;
}

.covid-intro.liciences {
  margin-bottom: 0px;
}

.covid-intro._2-copy {
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: center;
}

.covid-intro._2-copy.top-padding {
  margin-top: 100px;
  margin-bottom: 60px;
}

.covid-intro._2-copy.left {
  margin-bottom: 30px;
}

.percursoshome {
  padding-top: 174px;
  padding-bottom: 174px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 43, 43, 0.79)), to(rgba(223, 43, 43, 0.79))), url('../images/Collazh_1.jpg');
  background-image: linear-gradient(180deg, rgba(223, 43, 43, 0.79), rgba(223, 43, 43, 0.79)), url('../images/Collazh_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.percursoshome.trial {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 42, 42, 0.86)), to(rgba(42, 42, 42, 0.86))), url('../images/photo-09.jpg');
  background-image: linear-gradient(180deg, rgba(42, 42, 42, 0.86), rgba(42, 42, 42, 0.86)), url('../images/photo-09.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
}

.percursoshome.trial.map {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(135deg, rgba(42, 111, 253, 0.87) 26%, rgba(14, 179, 40, 0.83)), url('../images/mapgray_1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.trial.map.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.8)), to(rgba(13, 150, 34, 0.8))), url('../images/mapgray.png');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.8), rgba(13, 150, 34, 0.8)), url('../images/mapgray.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.button {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 200px 0px 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 57%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition-property: none;
  transition-property: none;
}

.percursoshome.pricing {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/dqento8twsq-blake-richard-verdoorn.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.toggle {
  padding-top: 200px;
  background-color: #020202;
  background-image: none;
  background-position: 0px 0px;
}

.percursoshome.toggle.faq {
  padding-top: 200px;
}

.percursoshome.tabs {
  padding-top: 192px;
  padding-bottom: 58px;
  border-top-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/main-photo-removed.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/main-photo-removed.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.tabs.fringe {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61));
  background-position: 0px 0px;
}

.percursoshome.navigation {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hgv_woqnp3y-aaron-benson_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hgv_woqnp3y-aaron-benson_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.boxes {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/breno-machado-15030.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/breno-machado-15030.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.percursoshome.cta {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/andy-brunner-14324.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/andy-brunner-14324.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.list {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/breno-machado-15030.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/breno-machado-15030.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.list.secong-cause-style {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/andy-brunner-14324.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/andy-brunner-14324.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.list.cause-1 {
  padding-top: 200px;
}

.percursoshome.icon-boxes {
  padding-top: 200px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/chang-qing-16464.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/chang-qing-16464.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.testimonials {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/danny-froese-1052_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/danny-froese-1052_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.progress {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/david-marcu-114194_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/david-marcu-114194_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.footers {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/edewaa-foster-17093.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/edewaa-foster-17093.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.counters {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/photo-1468387576571-ee44d4c52d82.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.about {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.89)), to(rgba(13, 150, 34, 0.89))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.89), rgba(13, 150, 34, 0.89)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.about.gallery {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.89)), to(rgba(13, 150, 34, 0.89))), url('../images/julian-mora-141920.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.89), rgba(13, 150, 34, 0.89)), url('../images/julian-mora-141920.jpg');
  background-position: 0px 0px, 36% 36%;
  background-size: auto, cover;
}

.percursoshome.services {
  padding-top: 150px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Collazh_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Collazh_1.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.percursoshome.services.second {
  padding-top: 160px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 91.4%, 0.87)), to(hsla(0, 0%, 91.4%, 0.87))), url('../images/julentto-photography-184055.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 91.4%, 0.87), hsla(0, 0%, 91.4%, 0.87)), url('../images/julentto-photography-184055.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.percursoshome.about-me {
  margin-bottom: -120px;
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d9622), to(#0d9622)), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, #0d9622, #0d9622), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.team {
  padding-top: 120px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/julentto-photography-184055.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/julentto-photography-184055.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.cause {
  height: 550px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.percursoshome.contact {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Collazh.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Collazh.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.percursoshome.contact.second {
  padding-bottom: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rmp3qc71x10-jose-urbano.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.percursoshome.contact.third {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.85)), to(rgba(13, 150, 34, 0.85))), url('../images/wil-stewart-18242.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.85), rgba(13, 150, 34, 0.85)), url('../images/wil-stewart-18242.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.percursoshome.team-members {
  padding-top: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/sdmm_xh3bcu-aaron-benson.jpg');
  background-position: 0px 0px, 50% 78%;
  background-size: auto, cover;
}

.percursoshome.gallery-2 {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.81))), url('../images/luca-baggio-112868_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81)), url('../images/luca-baggio-112868_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.blog-2 {
  padding-top: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/philipp-reiner-686_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/philipp-reiner-686_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.percursoshome.typography {
  padding-top: 200px;
}

.percursoshome.cause-1 {
  padding-bottom: 200px;
}

.percursoshome.subpages {
  padding-top: 201px;
  padding-bottom: 63px;
  background-color: #020202;
  background-image: none;
}

.percursoshome.subpages.gallery {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 150, 34, 0.89)), to(rgba(13, 150, 34, 0.89))), url('../images/julian-mora-141920.jpg');
  background-image: linear-gradient(180deg, rgba(13, 150, 34, 0.89), rgba(13, 150, 34, 0.89)), url('../images/julian-mora-141920.jpg');
  background-position: 0px 0px, 36% 36%;
  background-size: auto, cover;
}

.percursoshome.percursoscriacao {
  padding-top: 200px;
  padding-bottom: 176px;
  background-color: rgba(223, 55, 43, 0.88);
  background-image: none;
  background-position: 0px 0px;
}

.percursoshome.percursoscriacao.faq {
  padding-top: 200px;
}

.percursoshome.fringe {
  padding-top: 200px;
  background-color: #020202;
  background-image: none;
  background-position: 0px 0px;
}

.percursoshome.fringe.faq {
  padding-top: 200px;
}

.percursoshome.tabs-fringe {
  padding-top: 192px;
  padding-bottom: 58px;
  border-top-style: none;
  background-color: #020202;
  background-image: none;
}

.percursoshome.tabs-fringe.fringe {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61));
  background-position: 0px 0px;
}

.linkhome {
  -webkit-transition: opacity 425ms ease;
  transition: opacity 425ms ease;
  color: #f3f0f0;
  font-weight: 600;
  text-decoration: none;
}

.linkhome:hover {
  opacity: 0.77;
}

html.w-mod-js *[data-ix="hide-project-overlay-on-initial"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="move-portfolio-content-on-initial"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="toggle-content-initial-appe"] {
  height: 0px;
}

html.w-mod-js *[data-ix="go-top-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="hide-scroll-navigation-on-initial"] {
  display: none;
}

html.w-mod-js *[data-ix="0-on-load"] {
  opacity: 0;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

html.w-mod-js *[data-ix="hide-popup-on-initial"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="fade-in-on-load-right"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-load-left"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-load-right-2"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-right"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-left"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="subscribe-card"] {
  opacity: 0;
  -webkit-transform: translate(-74px, 0px);
  -ms-transform: translate(-74px, 0px);
  transform: translate(-74px, 0px);
}

@media screen and (min-width: 1440px) {
  .section.listingshowhome {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, hsla(0, 0%, 100%, 0)), to(#000)), -webkit-gradient(linear, left top, left bottom, color-stop(6%, #000), to(hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bkg-home2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 8%, #000), linear-gradient(180deg, #000 6%, hsla(0, 0%, 100%, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bkg-home2.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 50% 100%;
    background-size: auto, auto, auto, cover;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .paragraph-32 {
    font-size: 1.8vw;
  }

  .paragraph-32.homescreens {
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
  }

  .main-heading {
    font-size: 70px;
  }
}

@media screen and (max-width: 991px) {
  li {
    margin-bottom: 5px;
  }

  blockquote {
    font-size: 28px;
  }

  .nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-bar.second.middle-logo {
    height: auto;
  }

  .nav-bar.second.box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link {
    position: static;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding: 15px 20px 15px 10px;
    border-width: 0px;
    border-bottom-style: none;
    border-radius: 0px;
    text-align: left;
  }

  .nav-link:hover {
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0.06);
  }

  .nav-link.alternative {
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
  }

  .nav-link.alternative:hover {
    background-color: transparent;
  }

  .nav-link.black {
    color: #fff;
  }

  .nav-link.black:hover {
    background-color: hsla(0, 0%, 100%, 0.06);
  }

  .nav-link.black.middle {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link.footer {
    margin-left: 0px;
  }

  .nav-link.footer:hover {
    background-color: transparent;
  }

  .nav-link.blog {
    margin-left: 0px;
    font-size: 12px;
  }

  .hero-section.homepage {
    height: 600px;
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .hero-section.homepage.third {
    height: 650px;
    padding-top: 160px;
  }

  .hero-section.homepage.natural {
    height: auto;
    padding-bottom: 100px;
  }

  .hero-section.homepage.natural.middle {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-section.homepage.travel {
    height: auto;
  }

  .hero-section.homepage.second {
    padding-top: 150px;
  }

  .hero-container {
    padding-top: 0px;
    text-align: center;
  }

  .hero-container.intro {
    padding-top: 0px;
  }

  .hero-container.main-slider.box {
    top: 25%;
  }

  .hero-container.video {
    padding-top: 100px;
  }

  .hero-tittle {
    padding-right: 0px;
  }

  .hero-tittle.intro {
    margin-top: 30px;
    font-size: 36px;
    line-height: 42px;
  }

  .hero-tittle.intro.center.all-caps {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 45px;
    line-height: 50px;
  }

  .hero-tittle.left {
    font-size: 55px;
    line-height: 60px;
    text-align: center;
  }

  .hero-tittle.left.top {
    margin-top: 0px;
  }

  .hero-tittle.left.top.middle {
    margin-top: 0px;
  }

  .hero-tittle.box {
    line-height: 85px;
  }

  .hero-paragraph.left {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 14px;
    text-align: center;
  }

  .section.video.alternative.gray.lines {
    padding-right: 100px;
    padding-left: 100px;
  }

  .section.video.alternative.black.lines {
    padding-right: 100px;
    padding-left: 100px;
  }

  .section.white {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.white.fullwidth {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.about.middle.causes {
    margin-top: -120px;
  }

  .section.about.nature {
    padding-bottom: 160px;
  }

  .section.wellcome.team {
    padding-right: 80px;
    padding-left: 80px;
  }

  .section.wellcome.new {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.projects {
    height: auto;
  }

  .section.toggle {
    padding-bottom: 180px;
  }

  .section.gray-dark {
    background-position: -782px 50%;
  }

  .section.blog {
    padding-bottom: 100px;
  }

  .section.homepages {
    padding-top: 100px;
  }

  .section.latest-blog.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.without-padding.second {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .section.listingshowhome {
    padding-bottom: 180px;
  }

  .container {
    text-align: center;
  }

  .container.center {
    height: auto;
  }

  .button.hero {
    float: none;
  }

  .button.causes {
    margin-top: 20px;
  }

  .heading.subtitle {
    padding-right: 100px;
    padding-left: 100px;
  }

  .heading.subtitle.center.tinny-text {
    width: 100%;
  }

  .heading.features.blog {
    color: #000;
  }

  .heading.features.blog.white {
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    color: #fff;
  }

  .heading.features.blog.white:hover {
    color: #0d9622;
  }

  .heading.features.services {
    font-size: 15px;
  }

  .heading.features.left-side {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .heading.features.cause {
    font-size: 14px;
  }

  .heading.features.right {
    text-align: center;
  }

  .heading.features.left {
    text-align: center;
  }

  .heading.numer.alternative {
    letter-spacing: 1px;
  }

  .heading.white.left {
    font-size: 60px;
    line-height: 30px;
  }

  .heading.left {
    margin-top: 0px;
  }

  .heading.top {
    margin-top: 40px;
  }

  .features-block.icon.alternative {
    height: auto;
    padding-bottom: 20px;
  }

  .features-block.icon.alternative {
    width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }

  .features-block.icon.alternative:hover {
    float: none;
  }

  .features-block.icon.gray {
    margin-bottom: 0px;
  }

  .features-block.icon.no-color {
    height: 100%;
    padding: 40px 80px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    text-align: center;
  }

  .features-block.icon.no-color.contact {
    height: auto;
  }

  .features-block.icon.clear {
    padding-right: 20px;
    text-align: center;
  }

  .features-block.icon.title {
    margin-bottom: 0px;
  }

  .features-block.fact-box {
    margin-bottom: 20px;
    text-align: center;
  }

  .features-block.fact-box.new {
    height: 240px;
  }

  .mockup.right {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .paragraph.center.black {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph.center.white {
    padding-right: 100px;
    padding-left: 100px;
  }

  .paragraph.center.coreografotitle {
    padding-right: 100px;
    padding-left: 100px;
  }

  .paragraph.center.mediumlarge {
    padding-right: 100px;
    padding-left: 100px;
  }

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

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

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

  .text-field.info {
    width: 100%;
  }

  .testimonial-slider {
    height: 460px;
  }

  .pricing-block {
    height: auto;
  }

  .image-list-item {
    margin-bottom: 20px;
  }

  .image-list-item.without-paddings {
    margin-bottom: 0px;
  }

  .news-text-section {
    padding-right: 100px;
    padding-left: 100px;
  }

  .row-motion {
    height: auto;
  }

  .div-text._2.left {
    margin-top: 0px;
  }

  .div-text._2.left.top {
    width: 80%;
    margin-top: 40px;
  }

  .div-text._2-copy.left {
    margin-top: 0px;
  }

  .div-text._2-copy.left.top {
    width: 80%;
    margin-top: 40px;
  }

  .row {
    margin-bottom: 10px;
  }

  .column {
    text-align: center;
  }

  .color-block {
    height: 290px;
    margin-bottom: 10px;
  }

  .color-block-tittle {
    display: inline-block;
    font-size: 16px;
  }

  .portfolio-wrapper {
    position: relative;
    left: 0px;
    top: 50px;
    right: 0px;
    height: 280px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .half-section-block {
    width: 100%;
  }

  .half-section-block._2 {
    padding-top: 90px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .half-section-block._2.left {
    width: 100%;
    padding-top: 120px;
    padding-right: 90px;
  }

  .icon-block-features {
    margin-bottom: 30px;
  }

  .icon-block-features.new {
    margin-bottom: 20px;
  }

  .icon-block-features.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .pricing-text-pricing {
    font-size: 40px;
  }

  .arroww {
    top: 216px;
  }

  .info-tes.team {
    padding-top: 100px;
  }

  .about-us {
    overflow: hidden;
    height: auto;
  }

  .about-us.box {
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
  }

  .video-content.travel {
    margin-top: 60px;
  }

  .image-iphone {
    margin-left: 0px;
  }

  .font-icon {
    float: right;
  }

  .font-icon.number {
    text-align: center;
  }

  .div-social.footers {
    float: none;
  }

  .icon {
    background-color: transparent;
    color: #fff;
  }

  .icon.middle {
    color: #020202;
  }

  .menu-button {
    margin-top: 0px;
    background-color: hsla(0, 0%, 100%, 0.12);
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0.3);
  }

  .menu-button.gray {
    border-radius: 5px;
    background-color: hsla(0, 0%, 44.7%, 0.27);
  }

  .menu-button.gray.hamburger {
    float: none;
    background-color: hsla(0, 0%, 100%, 0.27);
    text-align: center;
  }

  .menu-button.gray.hamburger.middle {
    background-color: transparent;
  }

  .footer-logo.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .nav-menu {
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }

  .dropdown-toggle {
    padding-left: 0px;
  }

  .dropdown-toggle.w--open {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle.black {
    color: #fff;
  }

  .dropdown-arrow {
    margin-right: 0px;
    padding-left: 0px;
  }

  .dropdown-list.w--open {
    background-color: transparent;
  }

  .dropdown-link {
    display: block;
    padding-right: 20px;
    padding-left: 10px;
  }

  .dropdown-link:hover {
    background-color: #000;
  }

  .dropdown-link.w--current {
    background-color: transparent;
  }

  .tittle-skills.percent {
    font-family: 'Open Sans', sans-serif;
  }

  .tittle-skills.percent.green {
    font-family: Montserrat, sans-serif;
  }

  .iphone {
    margin-top: -60px;
  }

  .iphone.top {
    margin-top: -60px;
  }

  .top-row.new {
    margin-bottom: 50px;
  }

  .div-images {
    margin-top: -120px;
  }

  .image-girl {
    position: static;
  }

  .section-2 {
    padding-top: 200px;
    padding-bottom: 150px;
  }

  .table-title {
    padding-bottom: 5px;
  }

  .image-wrapper {
    width: 72px;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .center-paragraph.box {
    font-size: 14px;
  }

  .center-div {
    top: 18%;
  }

  .separated-div-wrapper.form {
    margin-top: 10px;
  }

  .feafured-text {
    padding-top: 40px;
  }

  .featured-description {
    margin-bottom: 20px;
  }

  .thumbnail.date {
    float: right;
  }

  .portfolio-content {
    right: -10px;
    bottom: auto;
  }

  .laptop-div {
    width: 100%;
  }

  .laptop-div.alternative {
    width: 100%;
  }

  .div-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-link-2 {
    margin-right: 1px;
    margin-bottom: 12px;
    margin-left: 1px;
    border: 1px solid #f3f0f0;
    font-size: 16px;
  }

  .tab-link-2:hover {
    border: 1px solid #000;
  }

  .info-box {
    margin-bottom: 40px;
  }

  .info-box.lists {
    height: auto;
  }

  .box-text.white.center.service {
    font-size: 14px;
  }

  .cta-text.white {
    margin-top: 0px;
  }

  .adress {
    font-size: 12px;
  }

  .blog-post-wrapper {
    width: 100%;
  }

  .blog-post-wrapper.first {
    width: 100%;
  }

  .info-post {
    font-size: 12px;
  }

  .box-service-image {
    padding-right: 30px;
    padding-left: 30px;
  }

  .box-service-image._3.full {
    margin-right: 20px;
  }

  .box-service-image.full {
    margin-right: 20px;
  }

  .box-service-image.lighter {
    height: auto;
  }

  .team-div._5.circle {
    margin-top: 20px;
  }

  .team-div.circle {
    display: block;
    margin: 20px auto;
  }

  .hero-div-video.imtro {
    padding-top: 160px;
  }

  .lighter-color {
    font-size: 12px;
  }

  .link-blog-image {
    display: none;
  }

  .donate-pop-up {
    display: block;
    height: auto;
  }

  .upper-title {
    margin-bottom: 10px;
  }

  .link-block.default {
    width: 100%;
    height: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-size: cover;
  }

  .my-image-div {
    background-position: 50% 50%;
  }

  .iteam-block-wrapper.second-style.singel {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .cause-image-block {
    display: block;
    padding-bottom: 0px;
  }

  .cuses-list-item.singel {
    display: block;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-wrapper.box {
    margin-bottom: 20px;
  }

  .dynamic-list-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .dynamic-list-2.singel {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .left-side-div {
    padding-right: 0px;
  }

  .paragraph-30 {
    font-size: 12px;
  }

  .paragraph-31 {
    font-size: 12px;
  }

  .div-wrapper {
    width: 100%;
  }

  .iphone-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .image-14 {
    margin-top: 30px;
  }

  .image-15 {
    display: none;
  }

  .column-12 {
    margin-bottom: -1px;
  }

  .donate-full-wrapper {
    display: block;
  }

  .pop-up {
    height: 100%;
  }

  .pop-up-content {
    height: 100%;
  }

  .donate-info-wrapper {
    height: 100%;
  }

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

  .contact-full-wrapper {
    z-index: 9998;
  }

  .heading-4 {
    font-weight: 600;
  }

  .phone-center-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .phone-side-features {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .feature-center {
    width: 100%;
  }

  .column-13 {
    display: none;
  }

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

  .navigation-element {
    height: 80px;
  }

  .navigation-element.big {
    height: 120px;
  }

  .navigation-element.big.middle {
    height: 190px;
  }

  .back-button.hero {
    float: none;
  }

  .back-button.causes {
    margin-top: 20px;
  }

  .showdetailtitle.subtitle {
    padding-right: 100px;
    padding-left: 100px;
  }

  .showdetailtitle.subtitle.center.tinny-text {
    width: 100%;
  }

  .showdetailtitle.features.blog {
    color: #000;
  }

  .showdetailtitle.features.blog.white {
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    color: #fff;
  }

  .showdetailtitle.features.blog.white:hover {
    color: #0d9622;
  }

  .showdetailtitle.features.services {
    font-size: 15px;
  }

  .showdetailtitle.features.left-side {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .showdetailtitle.features.cause {
    font-size: 14px;
  }

  .showdetailtitle.features.right {
    text-align: center;
  }

  .showdetailtitle.features.left {
    text-align: center;
  }

  .showdetailtitle.numer.alternative {
    letter-spacing: 1px;
  }

  .showdetailtitle.white.left {
    font-size: 60px;
    line-height: 30px;
  }

  .showdetailtitle.left {
    margin-top: 0px;
  }

  .showdetailtitle.top {
    margin-top: 40px;
  }

  .listagem-item {
    width: 48%;
  }

  .dropdown-2 {
    display: block;
    background-color: #000;
    text-align: center;
  }

  .logo-brand {
    margin-top: 10px;
  }

  .logo-brand.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-2.inscricoes {
    display: inline-block;
  }

  .sitetitle {
    font-size: 50px;
  }

  .navigation-wrap {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }

  .icon-2 {
    position: absolute;
    left: -3px;
    top: 0%;
    right: 41%;
    bottom: 0%;
    display: block;
    margin-right: 0px;
    margin-left: 393.7031px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .icon-3 {
    padding-top: 20px;
    border: 1px none #f3f0f0;
    color: #f3f0f0;
    font-size: 59px;
  }

  .dropdown-link-5 {
    text-align: center;
  }

  .hamburger-style-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hamburger-style-1:hover {
    opacity: 0.83;
  }

  .hamburger-style-1.w--open {
    border-radius: 5px;
    background-color: transparent;
  }

  .nav-link-2 {
    padding-top: 17px;
    padding-bottom: 15px;
  }

  .nav-link-2.dropdown {
    background-color: #000;
  }

  .nav-intro {
    margin-top: 11px;
    padding-top: 10px;
    background-color: #000;
  }

  .navigation-item {
    display: block;
    padding: 15px 30px;
    background-color: #000;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #000;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.w--current {
    display: block;
  }

  .navigation-item.w--current:hover {
    background-color: #000;
    color: #fff;
  }

  .navigation-item.btninscricoes {
    display: block;
    background-color: #000;
  }

  .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation.second.middle-logo {
    height: auto;
  }

  .navigation.second.box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-v2 {
    width: 50%;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 8px;
  }

  .covid-title {
    font-size: 28px;
  }

  .paragraph-32 {
    font-size: 25px;
  }

  .paragraph-32.homescreens {
    padding-right: 21px;
    padding-left: 21px;
  }

  .medidaspreventivas {
    padding: 104px 8px;
  }

  .intro-prevention-sction {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .main-heading {
    font-size: 6vw;
    text-align: center;
  }

  .covid-intro._2.left {
    margin-top: 0px;
  }

  .covid-intro._2.left.top {
    width: 80%;
    margin-top: 40px;
  }

  .covid-intro._2-copy.left {
    margin-top: 0px;
  }

  .covid-intro._2-copy.left.top {
    width: 80%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 20px;
  }

  .nav-bar.second.box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand.middle {
    padding-left: 0px;
  }

  .nav-link.alternative {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-section.homepage {
    height: 550px;
  }

  .hero-section.homepage.third {
    height: 550px;
    padding-bottom: 100px;
  }

  .hero-section.homepage.natural {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .hero-section.homepage.natural.middle {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-section.homepage.travel {
    height: auto;
  }

  .hero-section.homepage.second {
    height: 600px;
  }

  .hero-section.homepage-8 {
    height: 600px;
  }

  .hero-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .hero-container.intro {
    height: auto;
    padding: 0px 20px 100px;
  }

  .hero-container.main-slider {
    top: 30%;
  }

  .hero-container.main-slider.box {
    top: 20%;
  }

  .hero-container.video {
    padding-top: 0px;
  }

  .hero-tittle {
    padding-right: 0px;
    font-size: 50px;
    line-height: 60px;
  }

  .hero-tittle.intro {
    text-align: center;
  }

  .hero-tittle.intro.center.all-caps {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .hero-tittle.left {
    text-align: center;
  }

  .hero-tittle.box {
    line-height: 85px;
  }

  .hero-tittle.padding {
    padding-right: 50px;
    padding-left: 50px;
  }

  .hero-paragraph {
    font-size: 15px;
  }

  .hero-paragraph.left {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .section {
    padding: 100px 70px;
  }

  .section.video.alternative {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.video.alternative.background {
    background-position: 0px 50%;
  }

  .section.video.alternative.gray {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.video.alternative.gray.lines {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section.video.alternative.black {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.video.alternative.black.lines {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section.white.leaf {
    padding-bottom: 150px;
  }

  .section.testimonials.new {
    padding-bottom: 100px;
  }

  .section.testimonials.transparent.lines {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section.white.services {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.white {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section.white.new {
    padding-bottom: 100px;
  }

  .section.about.middle {
    margin-top: -88px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.about.middle.nature {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about.middle.causes {
    margin-top: -60px;
    padding-top: 150px;
  }

  .section.about.nature {
    padding-right: 20px;
    padding-bottom: 140px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/philipp-reiner-686.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/philipp-reiner-686.jpg');
    background-size: auto, cover;
  }

  .section.wellcome.team {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section.projects {
    padding-bottom: 100px;
  }

  .section.projects.white.porfolio {
    padding-bottom: 50px;
  }

  .section.gray-dark {
    background-position: 0px 100%;
  }

  .section.blog {
    height: auto;
  }

  .section.homepages {
    padding-right: 50px;
    padding-left: 50px;
  }

  .section.team-no-padding {
    padding: 0px 20px 20px;
  }

  .section.without-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.padding {
    background-size: auto, cover;
  }

  .button.center {
    float: none;
  }

  .button.outline.rounded.white {
    float: left;
  }

  .button.outline.white {
    float: none;
  }

  .button.outline.prog {
    float: none;
  }

  .button.hero {
    float: none;
  }

  .button.cta {
    display: inline-block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .button.causes {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .page-header.button {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .heading.subtitle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading.subtitle.center {
    font-size: 14px;
  }

  .heading.features._2 {
    font-size: 16px;
  }

  .heading.features.cause {
    font-size: 16px;
  }

  .heading.features.right {
    text-align: center;
  }

  .heading.features.left {
    text-align: center;
  }

  .heading.center {
    margin-top: 0px;
    font-size: 30px;
  }

  .heading.white.left {
    margin-bottom: 40px;
    float: none;
  }

  .heading._2 {
    font-size: 29px;
  }

  .heading.top {
    margin-top: 20px;
  }

  .heading.verylarge {
    margin-top: 0px;
    font-size: 30px;
  }

  .features-column {
    border-right-style: none;
  }

  .features-column._4 {
    border-bottom-style: solid;
  }

  .features-column._8 {
    border-bottom-style: solid;
  }

  .features-block {
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .features-block.icon.alternative {
    height: auto;
  }

  .features-block.icon.alternative {
    width: 100%;
    height: 150px;
  }

  .features-block.icon._4 {
    height: auto;
  }

  .features-block.icon.no-color {
    height: auto;
    padding-top: 40px;
    border-bottom-style: none;
  }

  .features-block.icon.clear {
    text-align: center;
  }

  .features-block.fact-box {
    height: auto;
  }

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

  .paragraph.center.black {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph.center.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph.center.coreografotitle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph.center.mediumlarge {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

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

  .hero-wrapper {
    height: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-wrapper.horizontal {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-field.info {
    width: 98%;
  }

  .testimonial-slider {
    height: auto;
  }

  .pricing-block {
    height: auto;
    margin-bottom: 20px;
  }

  .image-list-item.without-paddings {
    margin-bottom: 0px;
    float: left;
  }

  .row-motion.skills {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .team-block-image {
    margin-bottom: 30px;
  }

  .team-testimonial-block.transparent {
    height: auto;
  }

  .div-text._2 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-text._2.left {
    margin-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-text._2.left.in-gray {
    margin-top: 0px;
    margin-bottom: 70px;
  }

  .div-text._2.left.top {
    width: 90%;
    margin-top: 40px;
  }

  .div-text._2.left.no-padding {
    margin-top: 0px;
  }

  .div-text.padding {
    margin-bottom: 80px;
  }

  .div-text._2-copy {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-text._2-copy.left {
    margin-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-text._2-copy.left.in-gray {
    margin-top: 0px;
    margin-bottom: 70px;
  }

  .div-text._2-copy.left.top {
    width: 90%;
    margin-top: 40px;
  }

  .div-text._2-copy.left.no-padding {
    margin-top: 0px;
  }

  .row {
    margin-bottom: 0px;
  }

  .row.skills {
    margin-bottom: 50px;
  }

  .color-block {
    height: auto;
  }

  .portfolio-wrapper {
    top: 100%;
  }

  .two-pieces-section {
    float: none;
  }

  .half-section-block {
    width: 100%;
    height: 500px;
    float: none;
  }

  .half-section-block._2 {
    width: 100%;
    height: 600px;
    padding: 50px;
    float: none;
  }

  .half-section-block._2.left {
    display: inline-block;
    width: 100%;
    height: 700px;
    max-height: 700px;
    padding: 60px;
  }

  .half-section-block.right {
    height: 600px;
  }

  .icon-block-features {
    margin-bottom: 20px;
  }

  .icon-block-features.new {
    margin-bottom: 20px;
  }

  .icon-block-features.left {
    text-align: center;
  }

  .overlay-image-pricing.dark-background {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/photo-1428677361686-f9d23be145c9_1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/photo-1428677361686-f9d23be145c9_1.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .white {
    float: none;
    text-align: center;
  }

  .arroww {
    top: 194px;
  }

  .info-tes {
    margin-top: 20px;
  }

  .info-tes.team {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .about-us.box {
    height: auto;
  }

  .heading3 {
    text-align: center;
  }

  .heading3.white {
    float: none;
    text-align: left;
  }

  .contact-text {
    display: block;
    padding-top: 0px;
    float: none;
  }

  .video-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .video-content.travel {
    margin-top: 60px;
  }

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

  .div-social {
    float: none;
  }

  .icon {
    color: #fff;
  }

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

  .menu-button {
    margin-right: 10px;
  }

  .menu-button.gray.hamburger.w--open {
    margin-left: 10px;
    text-align: center;
  }

  .menu-button.gray.hamburger.middle {
    margin-left: 10px;
  }

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

  .dropdown-link {
    width: auto;
  }

  .about-section.without-padding {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 100% 50%;
  }

  .about-section.full {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/iPhones6_mockup_stage.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iPhones6_mockup_stage.jpg');
    background-position: 0px 0px, 0px 50%;
  }

  .about-section.full.about {
    padding-right: 20px;
    padding-left: 20px;
  }

  .iphone {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  .div._2 {
    background-image: url('../images/photo-1468387576571-ee44d4c52d82_1.jpeg');
  }

  .div._3 {
    background-image: url('../images/o0rzkkl072u-david-marcu.jpg');
  }

  .div._4 {
    background-image: url('../images/dgtrkzooe0w-ales-krivec.jpg');
  }

  .div._5 {
    background-image: url('../images/c-lad9xizbg-tim-gouw.jpg');
  }

  .div._6 {
    background-image: url('../images/ucywe5mztmu-jeremy-cai.jpg');
    background-position: 100% 0px;
  }

  .div-device {
    margin-top: -40px;
  }

  .div-device.laptop {
    margin-top: -180px;
  }

  .div-images {
    margin-top: -70px;
  }

  .separator.header.center.white {
    float: none;
  }

  .column-2 {
    display: block;
  }

  .div-block {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .slide-nav {
    position: relative;
    margin-top: 50px;
  }

  .div-block-2 {
    margin-right: 100px;
    margin-left: 100px;
  }

  .div-block-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .table-title {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .image-wrapper {
    width: 98%;
    height: 180px;
    margin-right: 0px;
  }

  .name-customer {
    letter-spacing: 1px;
  }

  .name-customer.white {
    float: none;
  }

  .image-12 {
    display: none;
  }

  .center-div {
    top: 14%;
  }

  .separated-div-wrapper {
    text-align: center;
  }

  .separated-div-wrapper.left {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }

  .div-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .toggle-wrapper {
    width: 100%;
  }

  .dark-backround.second {
    padding-right: 20px;
    padding-left: 20px;
  }

  .info-box {
    margin-bottom: 30px;
  }

  .info-box.second.dark {
    height: auto;
    margin-bottom: 60px;
  }

  .info-box.white.service {
    height: auto;
    margin-bottom: 60px;
  }

  .heading-3.white {
    text-align: left;
  }

  .heading-3.white.center {
    float: none;
    text-align: center;
  }

  .box-text.white.center.service {
    font-size: 14px;
  }

  .skills.first {
    margin-top: 60px;
  }

  .call-to-action {
    text-align: center;
  }

  .cta-text {
    margin-bottom: 20px;
    text-align: center;
  }

  .cta-text.white {
    margin-bottom: 20px;
    float: none;
  }

  .slide-nav-2 {
    top: 340px;
  }

  .skills-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-title {
    margin-top: 30px;
  }

  .box-service-image {
    margin-bottom: 20px;
    text-align: center;
  }

  .box-service-image.lighter.first {
    margin-top: 20px;
  }

  .services-div {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .services-div.team {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-div-video {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ju-on-148561-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ju-on-148561-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .hero-div-video.imtro {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/david-marcu-114194.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/david-marcu-114194.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

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

  .blog-div.over {
    padding-top: 30px;
  }

  .blog-div.over.cause {
    height: 800px;
  }

  .donate-pop-up {
    width: auto;
    height: auto;
  }

  .title-pop-up {
    font-size: 25px;
  }

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

  .homepage-tile {
    margin-bottom: 60px;
  }

  .homepage-tile.last {
    margin-bottom: 0px;
  }

  .link-block.default {
    height: 240px;
  }

  .iteam-block-wrapper.second-style.singel {
    width: 100%;
  }

  .ieam-image-block {
    width: 100%;
  }

  .donation-text.gray.light {
    float: none;
  }

  .donation-text.white {
    float: none;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .dynamic-list-wrapper {
    width: 70%;
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .dynamic-list-2.singel {
    width: 100%;
    float: none;
  }

  .row-presentation {
    margin-bottom: 0px;
  }

  .div-wrapper {
    width: 100%;
  }

  .slider-arrows {
    display: none;
  }

  .donate-full-wrapper {
    padding: 30px;
  }

  .pop-up {
    width: 400px;
  }

  .contact-full-wrapper {
    z-index: 10000;
  }

  .popup-div {
    overflow: visible;
    width: 400px;
  }

  .contact-wrapper-div.in-devices {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

  .phone-center-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .phone-side-features {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .feature-center {
    width: 100%;
  }

  .row-blog {
    margin-top: 50px;
  }

  .top {
    margin-top: 50px;
  }

  .back-button.center {
    float: none;
  }

  .back-button.outline.rounded.white {
    float: left;
  }

  .back-button.outline.white {
    float: none;
  }

  .back-button.hero {
    float: none;
  }

  .back-button.cta {
    display: inline-block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .back-button.causes {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .showdetailtitle.subtitle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .showdetailtitle.subtitle.center {
    font-size: 14px;
  }

  .showdetailtitle.features._2 {
    font-size: 16px;
  }

  .showdetailtitle.features.cause {
    font-size: 16px;
  }

  .showdetailtitle.features.right {
    text-align: center;
  }

  .showdetailtitle.features.left {
    text-align: center;
  }

  .showdetailtitle.center {
    margin-top: 0px;
    font-size: 30px;
  }

  .showdetailtitle.white.left {
    margin-bottom: 40px;
    float: none;
  }

  .showdetailtitle._2 {
    font-size: 29px;
  }

  .showdetailtitle.top {
    margin-top: 20px;
  }

  .listagem-item {
    width: 90%;
  }

  .grid-content-about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-text-about.hidden {
    display: none;
  }

  .wrapper-text-about._2 {
    border: 1px none #000;
  }

  .heading-about {
    font-size: 40px;
  }

  .tab-content {
    width: 100%;
  }

  .linkagenda:hover {
    padding-left: 0px;
  }

  .dropdown-list-2.w--open {
    background-color: #000;
  }

  .button-2.inscricoes {
    display: none;
  }

  .sitetitle {
    font-size: 36px;
  }

  .icon-2 {
    right: 38%;
    margin-left: 322.7031px;
  }

  .icon-3 {
    font-size: 46px;
  }

  .dropdown-link-5 {
    background-color: #000;
    color: #b4932f;
  }

  .dropdown-link-5:hover {
    color: #fff;
  }

  .nav-link-2.dropdown {
    padding-left: 10px;
  }

  .navigation-item {
    background-color: #000;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #000;
  }

  .navigation.second.box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .toggle-wrapper-2 {
    width: 100%;
  }

  .image-18 {
    width: 311px;
  }

  .image-18-copy {
    width: 311px;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 8px;
  }

  .covid-title {
    font-size: 20px;
  }

  .paragraph-32 {
    width: auto;
  }

  .paragraph-32.homescreens {
    padding-right: 11px;
    padding-left: 11px;
  }

  .features-v2 {
    width: 75%;
  }

  .medidaspreventivas {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .intro-prevention-sction {
    margin-bottom: 48px;
  }

  .covid-intro._2 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .covid-intro._2.left {
    margin-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .covid-intro._2.left.in-gray {
    margin-top: 0px;
    margin-bottom: 70px;
  }

  .covid-intro._2.left.top {
    width: 90%;
    margin-top: 40px;
  }

  .covid-intro._2.left.no-padding {
    margin-top: 0px;
  }

  .covid-intro.padding {
    margin-bottom: 80px;
  }

  .covid-intro._2-copy {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .covid-intro._2-copy.left {
    margin-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .covid-intro._2-copy.left.in-gray {
    margin-top: 0px;
    margin-bottom: 70px;
  }

  .covid-intro._2-copy.left.top {
    width: 90%;
    margin-top: 40px;
  }

  .covid-intro._2-copy.left.no-padding {
    margin-top: 0px;
  }

  .percursoshome.button {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link.alternative {
    display: block;
    text-align: center;
  }

  .nav-link.black.middle {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-section.homepage {
    padding-top: 145px;
  }

  .hero-section.homepage.third {
    height: auto;
    padding-bottom: 80px;
  }

  .hero-section.homepage.travel {
    padding-top: 148px;
    padding-bottom: 46px;
  }

  .hero-section.homepage.second {
    height: 700px;
  }

  .hero-section.banner {
    height: 600px;
  }

  .hero-container {
    padding-bottom: 0px;
  }

  .hero-container.intro {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-container.main-slider {
    top: 30%;
  }

  .hero-container.video {
    padding-top: 0px;
  }

  .hero-tittle {
    width: auto;
    padding-right: 0px;
    padding-left: 10px;
    font-size: 34px;
    line-height: 42px;
  }

  .hero-tittle.intro {
    font-size: 30px;
    line-height: 44px;
    text-align: center;
  }

  .hero-tittle.intro.center {
    font-size: 30px;
    line-height: 41px;
  }

  .hero-tittle.intro.center.all-caps {
    font-size: 25px;
    line-height: 33px;
  }

  .hero-tittle.black.thin {
    font-size: 30px;
    line-height: 35px;
  }

  .hero-tittle.left {
    display: block;
    padding-left: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-tittle.box {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-tittle.padding {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-paragraph.left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section {
    padding: 100px 10px;
  }

  .section.video.alternative.gray {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.video.alternative.gray.lines {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.video.alternative.black {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.video.alternative.black.lines {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.white {
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
  }

  .section.white.padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.white.leaf {
    padding-bottom: 150px;
  }

  .section.testimonials.new {
    padding-bottom: 100px;
  }

  .section.white {
    padding-top: 43px;
  }

  .section.white {
    padding-bottom: 100px;
    text-align: center;
  }

  .section.white.new {
    padding-bottom: 80px;
  }

  .section.white.new {
    padding-bottom: 100px;
  }

  .section.about.middle {
    margin-top: -40px;
    padding-top: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/121231.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/121231.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .section.about.middle.nature {
    margin-top: -40px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about.middle.causes {
    margin-top: -40px;
    padding-top: 100px;
  }

  .section.about.nature {
    padding-bottom: 100px;
  }

  .section.wellcome {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.wellcome.team {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.projects {
    padding-bottom: 0px;
  }

  .section.lists {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.skills.otherguests {
    padding-top: 60px;
  }

  .section.blog {
    height: auto;
  }

  .section.homepages {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.full {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.listingshowhome {
    padding-top: 48px;
    padding-bottom: 61px;
  }

  .button.center {
    float: none;
  }

  .button.outline.rounded.white {
    float: left;
  }

  .button.causes {
    width: 70%;
  }

  .button.right {
    width: 100%;
    margin-top: 3px;
  }

  .page-header.trial.map {
    padding-top: 80px;
  }

  .page-header.trial.map.green {
    padding-top: 100px;
  }

  .page-header.tabs-fringe {
    padding-top: 161px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding-top: 100px;
  }

  .image-section-overlay.color.counter {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color.black {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .heading.title.center-white {
    font-size: 30px;
  }

  .heading.subtitle.center.tinny-text {
    line-height: 20px;
  }

  .heading.features.left-side {
    font-size: 14px;
  }

  .heading.features._2 {
    font-size: 16px;
  }

  .heading.features.left-side {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .heading.features.right {
    font-size: 14px;
  }

  .heading.center {
    margin-top: 0px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading.center.white-font {
    font-size: 22px;
    line-height: 32px;
  }

  .heading.numer {
    font-size: 30px;
  }

  .heading.verylarge {
    margin-top: 0px;
    margin-bottom: 29px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading.verylarge.white-font {
    font-size: 22px;
    line-height: 32px;
  }

  .features-block {
    height: auto;
  }

  .features-block.icon.alternative {
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .features-block.icon.alternative {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .features-block.icon.gray {
    height: auto;
    padding-top: 30px;
  }

  .features-block.icon.no-color {
    padding-right: 30px;
    padding-left: 30px;
  }

  .features-block.icon.clear {
    width: 100%;
  }

  .paragraph.center.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph.center.coreografotitle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph.center.mediumlarge {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
    line-height: 36px;
  }

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

  .hero-wrapper {
    width: 90%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .testimonial-slider {
    height: auto;
  }

  .pricing-block {
    height: auto;
  }

  .image-list-item {
    margin-bottom: 20px;
  }

  .image-list-item.without-paddings {
    margin-bottom: 0px;
  }

  .news-text-section {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .row-motion.skills {
    margin-bottom: 10px;
  }

  .team-testimonial-block.transparent {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-text._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-text._2.left {
    margin-top: 40px;
  }

  .div-text._2-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-text._2-copy.left {
    margin-top: 40px;
  }

  .trial-wrapper {
    width: 90%;
  }

  .trial-field {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 11px;
    float: none;
    border-radius: 3px;
    text-align: center;
  }

  .trial-button {
    width: 100%;
    border-radius: 3px;
  }

  .trial-button.sec {
    width: 100%;
    float: none;
  }

  .row {
    margin-bottom: 0px;
  }

  .column {
    text-align: center;
  }

  .color-block.licensing {
    padding: 20px;
  }

  .half-section-block {
    height: 550px;
  }

  .half-section-block._2 {
    height: 600px;
    max-height: 600px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .half-section-block._2.left {
    height: 700px;
    max-height: 700px;
    padding: 90px 10px;
  }

  .half-section-block.right {
    height: 700px;
    max-height: 700px;
  }

  .content-list-item {
    padding-left: 0px;
  }

  .icon-block-features {
    margin-bottom: 60px;
  }

  .white {
    float: none;
    text-align: left;
  }

  .laptop {
    max-width: 532px;
    float: right;
  }

  .about-us {
    height: auto;
  }

  .about-us.box {
    height: auto;
  }

  .testimonial-box {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .box-text-right {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .heading3 {
    text-align: center;
  }

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

  .contact-text {
    padding-top: 0px;
  }

  .social-icon.wrapper {
    float: left;
  }

  .image-iphone {
    display: none;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .font-icon.number {
    font-weight: 500;
  }

  .div-social {
    float: none;
  }

  .div-social.right {
    float: none;
  }

  .icon {
    width: auto;
    height: auto;
    padding: 0px;
    color: #fff;
  }

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

  .menu-button {
    margin-right: 10px;
    background-color: hsla(0, 0%, 100%, 0.16);
  }

  .footer-info {
    padding-right: 17px;
    padding-left: 17px;
    font-size: 16px;
    text-align: center;
  }

  .dropdown-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-link.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-section.without-padding {
    height: auto;
  }

  .line {
    width: auto;
  }

  .line.color {
    width: 100%;
  }

  .tittle-skills {
    font-size: 19px;
  }

  .iphone {
    margin-bottom: 60px;
  }

  .div {
    height: 200px;
  }

  .div-device {
    margin-top: -30px;
  }

  .div-device.laptop {
    margin-top: -140px;
  }

  .div-images {
    margin-top: -40px;
  }

  .image-girl {
    display: none;
  }

  .text-block-7 {
    font-family: 'Open Sans', sans-serif;
  }

  .text-block-8 {
    font-weight: 300;
  }

  .div-block {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .table-title {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-size: 12px;
    text-align: center;
  }

  .image-wrapper {
    width: 80%;
  }

  .image-wrapper.thumbnail._12 {
    margin-left: 0px;
  }

  .image-wrapper.thumbnail._13 {
    margin-left: 0px;
  }

  .link-licensing {
    padding-top: 20px;
  }

  .name-customer.white {
    text-align: center;
  }

  .center-div {
    left: 10px;
    top: 14%;
    right: 10px;
  }

  .separated-div-wrapper.form {
    margin-top: 20px;
  }

  .author.lite.blog {
    display: block;
    float: none;
    text-align: center;
  }

  .thumbnail.date.blog {
    text-align: center;
  }

  .laptop-div.middle {
    padding-right: 0px;
    padding-left: 0px;
  }

  .toggle-wrapper {
    width: 100%;
  }

  .heading-2.white {
    font-size: 15px;
    line-height: 26px;
  }

  .toggle-icon {
    display: none;
  }

  .dark-backround.testimonials {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-link-2 {
    margin: 8px;
    text-align: center;
  }

  .info-box.second.dark {
    height: auto;
  }

  .info-box.white.service {
    height: auto;
  }

  .box-text.white.center.service {
    font-size: 14px;
    text-align: center;
  }

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

  .slide-nav-2 {
    top: 350px;
  }

  .nav-link-wrapper {
    padding-left: 0px;
  }

  .small-header {
    height: auto;
  }

  .box-service-image._3.full {
    margin-right: 0px;
  }

  .box-service-image.full {
    margin-right: 0px;
  }

  .box-service-image.lighter.first {
    margin-top: 20px;
  }

  .team-div.circle {
    width: 280px;
    height: 280px;
  }

  .hero-div-video {
    padding-top: 200px;
  }

  .hero-div-video.imtro {
    height: auto;
  }

  .div-author {
    margin-bottom: 10px;
    float: none;
  }

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

  .blog-div.over.cause {
    height: 1200px;
  }

  .link-blog-image {
    display: none;
  }

  .donate-pop-up {
    width: 100%;
  }

  .title-pop-up {
    font-size: 25px;
  }

  .upper-title {
    margin-bottom: 5px;
  }

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

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

  .link-block.default {
    height: 180px;
  }

  .item-block.second-style {
    top: -190px;
  }

  .dynamic-list-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider.box {
    height: 550px;
  }

  .div-wrapper {
    width: 100%;
  }

  .go-to {
    top: 5px;
    right: 5px;
    bottom: auto;
  }

  .donate-full-wrapper {
    padding: 30px 10px;
  }

  .pop-up {
    width: 280px;
  }

  .donate-info-wrapper {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .contact-full-wrapper {
    z-index: 9998;
  }

  .popup-div {
    width: 300px;
  }

  .contact-wrapper-div.in-devices {
    padding-right: 20px;
    padding-left: 20px;
  }

  .close-button {
    top: 5px;
    right: 5px;
    background-image: url('../images/White_modalNormal_1White_modalNormal.png');
    background-size: 20px;
    background-repeat: no-repeat;
  }

  .close-button:hover {
    background-size: 20px;
  }

  .phone-center-features {
    width: 100%;
  }

  .phone-side-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation-element.big {
    height: 165px;
  }

  .body-padding {
    padding: 20px;
  }

  .subscribe-card {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .rextlogo {
    font-size: 22px;
  }

  .back-button.center {
    float: none;
  }

  .back-button.outline.rounded.white {
    float: left;
  }

  .back-button.causes {
    width: 70%;
  }

  .back-button.right {
    width: 100%;
    margin-top: 3px;
  }

  .showdetailtitle {
    font-size: 33px;
    line-height: 44px;
  }

  .showdetailtitle.title.center-white {
    font-size: 30px;
  }

  .showdetailtitle.subtitle.center.tinny-text {
    line-height: 20px;
  }

  .showdetailtitle.features.left-side {
    font-size: 14px;
  }

  .showdetailtitle.features._2 {
    font-size: 16px;
  }

  .showdetailtitle.features.left-side {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .showdetailtitle.features.right {
    font-size: 14px;
  }

  .showdetailtitle.center {
    margin-top: 0px;
    font-size: 22px;
    line-height: 32px;
  }

  .showdetailtitle.center.white-font {
    font-size: 22px;
    line-height: 32px;
  }

  .showdetailtitle.numer {
    font-size: 30px;
  }

  .listagem-item {
    width: 95%;
  }

  .paragraph-about._21 {
    width: 85%;
  }

  .paragraph-about._1 {
    width: 85%;
  }

  .wrapper-text-about._1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper-text-about._2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-contant-about.first {
    padding-top: 0px;
  }

  .image {
    display: none;
  }

  .heading-about {
    width: 85%;
  }

  .tab-content {
    width: 100%;
  }

  .tabs-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .linkagenda:hover {
    padding-left: 0px;
  }

  .sitetitle {
    margin-right: 4px;
    font-size: 17px;
  }

  .navigation-wrap {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icon-2 {
    right: 30%;
    margin-left: 197.7031px;
  }

  .icon-3 {
    padding-top: 11px;
    font-size: 35px;
  }

  .dropdown-link-5 {
    color: #f3f0f0;
  }

  .hamburger-style-1 {
    padding: 7px;
  }

  .nav-intro {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navigation {
    padding-right: 21px;
    padding-left: 21px;
  }

  .tabs-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .apresentahero {
    text-align: left;
  }

  .yan {
    display: none;
    max-width: 83%;
    margin-top: 37px;
    padding-top: 11px;
  }

  .toggle-wrapper-2 {
    width: 100%;
  }

  .image-18 {
    width: 239px;
  }

  .image-18-copy {
    width: 239px;
  }

  .paragraph-32 {
    font-size: 18px;
  }

  .paragraph-32.homescreens {
    position: static;
    margin-bottom: 44px;
    font-size: 16px;
    line-height: 27px;
  }

  .features-v2 {
    width: 100%;
  }

  .medidaspreventivas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .intro-prevention-sction {
    margin-bottom: 27px;
  }

  .main-heading {
    font-size: 9vw;
    text-align: center;
  }

  .covid-intro._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .covid-intro._2.left {
    margin-top: 40px;
  }

  .covid-intro._2-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .covid-intro._2-copy.left {
    margin-top: 40px;
  }

  .percursoshome.trial.map {
    padding-top: 80px;
  }

  .percursoshome.trial.map.green {
    padding-top: 100px;
  }

  .percursoshome.tabs-fringe {
    padding-top: 161px;
    padding-bottom: 45px;
  }
}

