/* Colors */
/* line 13, ../../src/sass/_colors.scss */
.color-filter {
  position: absolute;
  top: 0;
  height: inherit;
  width: 100%;
  opacity: .5;
}

/* line 21, ../../src/sass/_colors.scss */
.bg-tema1 {
  background-color: #51b47a;
}

/* line 24, ../../src/sass/_colors.scss */
.bg-tema2 {
  background-color: #102027;
}

/* line 27, ../../src/sass/_colors.scss */
.text-tema1 {
  color: #51b47a;
}

/* line 30, ../../src/sass/_colors.scss */
.text-tema2 {
  color: #102027;
}

/* line 33, ../../src/sass/_colors.scss */
.text-paper {
  color: #f5f5f6;
}

/* line 1, ../../src/sass/_menu.scss */
.nav-df-logo {
  max-height: 1rem;
}

/* line 5, ../../src/sass/_menu.scss */
#d-navbar {
  transition: all .3s ease-in-out;
}

/* line 8, ../../src/sass/_menu.scss */
.nav-link {
  color: #f5f5f6 !important;
  font-weight: 300;
}

/* line 12, ../../src/sass/_menu.scss */
.nav-link:hover {
  color: #51b47a !important;
}

/* line 15, ../../src/sass/_menu.scss */
.nav-scrolled {
  background: #ffffff;
  border-bottom: 0.5rem solid #51b47a;
}

/* line 19, ../../src/sass/_menu.scss */
.nav-item-scrolled {
  font-weight: 400;
  color: #102027 !important;
}

/* line 23, ../../src/sass/_menu.scss */
.nav-item-scrolled:hover {
  color: #51b47a !important;
}

/* line 33, ../../src/sass/_menu.scss */
.d-mobile-nav {
  display: none;
  list-style: none;
  position: relative;
  float: right;
  padding: 0 1rem;
}

/* line 42, ../../src/sass/_menu.scss */
.d-nav-sandwich {
  width: 1.5rem;
  height: .1rem;
  background-color: #51b47a;
  margin: .4rem;
}

/* line 48, ../../src/sass/_menu.scss */
.d-nav-sandwich-esc {
  display: none;
  width: 1.5rem;
  height: .1rem;
  background-color: #51b47a;
  transform: rotate(45deg);
  position: absolute;
  left: -1rem;
  margin-top: 1rem;
}

/* line 59, ../../src/sass/_menu.scss */
.d-s-esc2 {
  transform: rotate(-45deg);
}

/* line 63, ../../src/sass/_menu.scss */
.d-nav-mobile-anchor {
  display: none;
  padding: 0;
  position: relative;
  text-align: center;
  list-style: none;
  margin-top: 10vh;
}
/* line 70, ../../src/sass/_menu.scss */
.d-nav-mobile-anchor li {
  color: #51b47a;
  margin: 1rem;
  font-size: 1.5rem;
}
/* line 75, ../../src/sass/_menu.scss */
.d-nav-mobile-anchor a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

/* line 85, ../../src/sass/_menu.scss */
.nav-lang img {
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
}
/* line 90, ../../src/sass/_menu.scss */
.nav-lang img:hover {
  border: 1px solid #51b47a;
}

/* line 95, ../../src/sass/_menu.scss */
.nav-lang-active img {
  border: 1px solid #51b47a;
}

@media (max-width: 870px) {
  /* line 101, ../../src/sass/_menu.scss */
  .d-main-nav {
    display: none;
  }

  /* line 104, ../../src/sass/_menu.scss */
  .d-mobile-nav {
    display: block;
  }

  /* line 107, ../../src/sass/_menu.scss */
  .nav-scrolled {
    background: none;
    border: none;
  }

  /* line 111, ../../src/sass/_menu.scss */
  .nav-df-logo {
    display: none;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
  /* line 116, ../../src/sass/_menu.scss */
  .d-main-nav {
    display: none;
  }

  /* line 119, ../../src/sass/_menu.scss */
  .d-mobile-nav {
    display: block;
  }

  /* line 122, ../../src/sass/_menu.scss */
  .nav-df-logo {
    display: none;
  }
}
/* buttons */
/* line 4, ../../src/sass/_buttons.scss */
.d-btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}

/* line 23, ../../src/sass/_buttons.scss */
.d-btn-large {
  padding: 0.5rem 2.5rem;
  font-size: 2rem;
}

/* line 27, ../../src/sass/_buttons.scss */
.d-btn-little {
  padding: .4rem 1.8rem;
  font-size: 1.2rem;
}

/* line 32, ../../src/sass/_buttons.scss */
.d-btn-nav {
  font-size: inherit;
  border: 1px solid #51b47a;
  background-color: #51b47a;
  border-radius: 1px;
  color: white;
  padding: 0.5rem;
  margin: -1rem 1rem;
}

/* line 41, ../../src/sass/_buttons.scss */
.d-btn-nav:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.07);
  background-color: white;
  color: #51b47a;
}

/* line 49, ../../src/sass/_buttons.scss */
.d-btn-tema2 {
  border: 2px solid #e9c893;
}

/* line 52, ../../src/sass/_buttons.scss */
.d-btn-tema2-bg {
  border: 2px solid transparent;
  background: #e9c893;
  color: white;
}

/* line 57, ../../src/sass/_buttons.scss */
.d-btn-tema2-bg:hover {
  background-color: transparent;
  border: 2px solid #e9c893;
  color: black;
}

/* line 63, ../../src/sass/_buttons.scss */
.d-btn-white {
  border: 3px solid white;
  margin-bottom: 5rem;
}

/* line 68, ../../src/sass/_buttons.scss */
.d-btn-white:hover {
  color: #51b47a;
  background: white;
}

/* line 74, ../../src/sass/_buttons.scss */
.d-btn-tema2:hover,
.d-btn-tema2:active {
  color: #51b47a;
  background: #e9c893;
}

/* line 82, ../../src/sass/_buttons.scss */
.d-btn:active {
  top: 2px;
}

/* line 86, ../../src/sass/_buttons.scss */
.d-btn-tema1-bg {
  background: #51b47a;
  color: #f5f5f6;
}

/* line 90, ../../src/sass/_buttons.scss */
.d-btn-tema1-bg:hover {
  background: #f5f5f6;
  color: #51b47a;
}

/* line 94, ../../src/sass/_buttons.scss */
.d-btn-tema1 {
  border: 1px solid #51b47a;
  color: #51b47a;
}

/* line 98, ../../src/sass/_buttons.scss */
.d-btn-tema1:hover {
  border: 1px solid #51b47a;
  background: #51b47a;
  color: #f5f5f6;
}

/* Fade in Form */
/* line 5, ../../src/sass/_newForm.scss */
.form-fade-in {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 32, 39, 0.6);
  transition: visibility, opacity .5s ease-in;
  z-index: 9500;
}

/* line 21, ../../src/sass/_newForm.scss */
.form-wrapper {
  opacity: 1;
  margin-top: -100%;
  text-align: center;
  width: 100%;
  max-width: 550px;
  left: 50%;
  position: relative;
  transform: translate(-50%);
  box-sizing: border-box;
  transition: margin-top .5s ease-in-out;
}
/* line 35, ../../src/sass/_newForm.scss */
.form-wrapper h3 {
  color: white;
  margin-top: 1rem;
}
/* line 40, ../../src/sass/_newForm.scss */
.form-wrapper form {
  margin: 0 5rem;
}

/* line 45, ../../src/sass/_newForm.scss */
.d-form-control {
  width: 100%;
  margin: .8rem 0;
  color: white;
  background: transparent;
  border: 2px solid white;
  transition: background-color 0.3s;
  font-size: 18px;
  border-radius: 0;
  padding: 15px 30px;
  height: auto;
  outline: none;
}

/* line 59, ../../src/sass/_newForm.scss */
.d-form-control:focus {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 63, ../../src/sass/_newForm.scss */
.form-bg {
  background: url("../images/bg_img_static.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
}

/* line 72, ../../src/sass/_newForm.scss */
.form-c-filter {
  background-color: rgba(81, 180, 122, 0.8);
  border-radius: 2px;
  padding: 1rem;
}

/* line 78, ../../src/sass/_newForm.scss */
.close-link {
  position: relative;
  float: right;
  font-family: 'ElegantIcons';
  font-style: normal;
  font-weight: normal;
}

/* line 87, ../../src/sass/_newForm.scss */
.cross-icon {
  height: 2.7rem;
  width: 2.7rem;
  stroke: white;
  stroke-width: 5;
  fill: transparent;
}

/* line 95, ../../src/sass/_newForm.scss */
.cross-icon:hover {
  stroke: #51b47a;
  fill: white;
  cursor: pointer;
}
/* line 99, ../../src/sass/_newForm.scss */
.cross-icon:hover circle {
  stroke: white;
}

/* PlaceHolder */
/* line 106, ../../src/sass/_newForm.scss */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
}

/* line 109, ../../src/sass/_newForm.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
}

/* line 113, ../../src/sass/_newForm.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
}

/* line 117, ../../src/sass/_newForm.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

/* line 123, ../../src/sass/_newForm.scss */
.form-down {
  margin-top: 10vh;
}

@media (max-width: 480px) {
  /* line 129, ../../src/sass/_newForm.scss */
  .form-wrapper form {
    margin: 0;
  }

  /* line 133, ../../src/sass/_newForm.scss */
  .form-down {
    margin-top: 0;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
  /* line 139, ../../src/sass/_newForm.scss */
  .form-wrapper form {
    margin: 0;
  }

  /* line 143, ../../src/sass/_newForm.scss */
  .form-down {
    margin-top: 0;
  }
}
/* line 3, ../../src/sass/_newProduct.scss */
#Product, #Features {
  position: relative;
}

/* line 9, ../../src/sass/_newProduct.scss */
#Features .green-bg {
  background: #51b47a;
  height: 50vh;
  position: absolute;
  width: 100%;
}

/* line 18, ../../src/sass/_newProduct.scss */
#Product .green-bg {
  background: #51b47a;
  height: 50vh;
  position: absolute;
  top: 15vh;
  width: 100%;
}

/* line 3, ../../src/sass/_newBenefit.scss */
#Benefit {
  position: relative;
}
/* line 5, ../../src/sass/_newBenefit.scss */
#Benefit .d-mac-img {
  position: absolute;
  width: 80%;
  left: 40%;
  z-index: 99;
}
/* line 12, ../../src/sass/_newBenefit.scss */
#Benefit .green-bg {
  position: absolute;
  width: 100%;
  height: 50vh;
  top: 25vh;
  background: #51b47a;
}

/* line 3, ../../src/sass/_newTestimonial.scss */
#Testimonial {
  position: relative;
}
/* line 5, ../../src/sass/_newTestimonial.scss */
#Testimonial .d-img-bg {
  background-image: url("../images/testimonial-bg.jpg");
  background-size: cover;
  background-position: center;
}
/* line 10, ../../src/sass/_newTestimonial.scss */
#Testimonial .dark-overlay {
  background: rgba(16, 32, 39, 0.5);
}
/* line 13, ../../src/sass/_newTestimonial.scss */
#Testimonial .dark-overlay, #Testimonial .d-img-bg {
  position: absolute;
  top: 20vh;
  width: 100%;
  height: 90vh;
}
/* line 20, ../../src/sass/_newTestimonial.scss */
#Testimonial .d-testim-pic {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
}
/* line 25, ../../src/sass/_newTestimonial.scss */
#Testimonial .container {
  min-height: 110vh;
}

/* line 4, ../../src/sass/_newTeam.scss */
#Team .d-team-img {
  border-radius: 50%;
  max-width: 9.5rem;
  height: auto;
}
/* line 11, ../../src/sass/_newTeam.scss */
#Team .p-linkedin-logo {
  display: inline-block;
}
/* line 16, ../../src/sass/_newTeam.scss */
#Team .p-linkedin-logo div {
  background-image: url("../images/Linkedin1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1.8rem;
  height: 1.8rem;
}
/* line 25, ../../src/sass/_newTeam.scss */
#Team .linkedin-logo:hover {
  background-image: url("../images/Linkedin2.png");
}

/* line 2, ../../src/sass/_newDemo.scss */
.demo-wrapper {
  position: relative;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 8, ../../src/sass/_newDemo.scss */
.demo-wrapper img {
  position: relative;
  width: 40%;
  max-width: 14rem;
  min-width: 11rem;
  height: auto;
}
/* line 18, ../../src/sass/_newDemo.scss */
.demo-wrapper h2 {
  color: #ffffff;
  font-weight: 200;
  margin-bottom: 0;
}
/* line 23, ../../src/sass/_newDemo.scss */
.demo-wrapper p {
  font-size: 1.2rem;
  color: #e9c893;
}

/* line 29, ../../src/sass/_newDemo.scss */
.egg-shadow {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 20rem;
  height: 4rem;
  border-radius: 10rem / 2rem;
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0) 50%);
}

/* line 42, ../../src/sass/_newDemo.scss */
.float-animate {
  animation: 2s infinite alternate float;
  animation-timing-function: ease;
}

/* line 47, ../../src/sass/_newDemo.scss */
.float-animate-inverse {
  animation: 2s infinite alternate float-i;
  animation-timing-function: ease;
}

@keyframes float {
  100% {
    transform: translate(0, 8px);
  }
}
@keyframes float-i {
  0% {
    transform: translate(0, 8px);
  }
}
/* line 69, ../../src/sass/_newDemo.scss */
#Demo {
  margin-top: 2rem;
}
/* line 71, ../../src/sass/_newDemo.scss */
#Demo .bg-green {
  position: absolute;
  width: 100%;
  background: #51b47a;
  min-height: 70vh;
}

/* line 3, ../../src/sass/_newContact.scss */
#Contact {
  background: #51b47a;
}
/* line 6, ../../src/sass/_newContact.scss */
#Contact .d-maps {
  width: 20rem;
  height: 20rem;
  max-height: 100%;
  max-width: 100%;
}
/* line 11, ../../src/sass/_newContact.scss */
#Contact .d-maps iframe {
  border: 2px solid #1e392a;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../../src/sass/_modalInfo.scss */
#exampleModalCenter {
  overflow-y: scroll;
}

/* line 4, ../../src/sass/_modalInfo.scss */
.df-modal-info {
  padding: 0;
}

/* line 8, ../../src/sass/_modalInfo.scss */
.df-modal-head h5 {
  font-family: "Montserrat", "HelveticaNeue", Helvetica, sans-serif !important;
  font-weight: 600;
  font-size: 1rem;
}

/* line 3, ../../src/sass/DFmain.scss */
body {
  margin: 0;
  font-family: "Montserrat", "HelveticaNeue", Helvetica, sans-serif;
  overflow-x: hidden;
}

/* line 10, ../../src/sass/DFmain.scss */
.mt-vh {
  margin-top: 12vh;
}

/* line 16, ../../src/sass/DFmain.scss */
#home-section {
  background: url("../images/bg_img_static.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
}

/* line 25, ../../src/sass/DFmain.scss */
.dark-overlay {
  background: rgba(17, 33, 39, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

/* line 33, ../../src/sass/DFmain.scss */
.home-inner {
  padding-top: 25vh;
}

/* line 36, ../../src/sass/DFmain.scss */
#home-card {
  background: none;
  border: none;
  color: #f5f5f6;
}
/* line 41, ../../src/sass/DFmain.scss */
#home-card .card-text {
  font-weight: 200;
}
/* line 44, ../../src/sass/DFmain.scss */
#home-card .card-subtitle {
  font-size: 2.4rem;
  font-weight: bold;
}
/* line 48, ../../src/sass/DFmain.scss */
#home-card .d-home-h1 {
  font-weight: bold;
  font-size: 2.2rem;
  color: #51b47a;
}

/* line 55, ../../src/sass/DFmain.scss */
.home-social-i {
  height: 4rem;
  width: 4rem;
}

/* line 58, ../../src/sass/DFmain.scss */
.twit-i {
  background: url("../images/twitter_w.svg");
}

/* line 61, ../../src/sass/DFmain.scss */
.twit-i:hover {
  background: url("../images/twitter_g.svg");
}

/* line 64, ../../src/sass/DFmain.scss */
.in-i {
  background: url("../images/linkedin_w.svg");
}

/* line 67, ../../src/sass/DFmain.scss */
.in-i:hover {
  background: url("../images/linkedin_g.svg");
}

/* line 73, ../../src/sass/DFmain.scss */
section {
  margin-top: 6rem;
}

/* line 77, ../../src/sass/DFmain.scss */
.d-section-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 4.5rem;
}

/* line 82, ../../src/sass/DFmain.scss */
.d-section-title-b {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5rem;
}

/* line 87, ../../src/sass/DFmain.scss */
.d-text {
  font-weight: 200;
}

/* line 90, ../../src/sass/DFmain.scss */
.inv-card {
  border: none;
}

/* line 93, ../../src/sass/DFmain.scss */
.bg-l-overlay {
  background: rgba(255, 255, 255, 0.75);
}

/* line 97, ../../src/sass/DFmain.scss */
.d-bt-green {
  border-top: 0.3rem solid #51b47a;
}

/* line 101, ../../src/sass/DFmain.scss */
.d-bt-white {
  border-top: 0.3rem solid #f5f5f6;
}

/* line 104, ../../src/sass/DFmain.scss */
.d-bt-dark {
  border-top: 0.3rem solid #102027;
}

@media (max-width: 870px) {
  /* line 109, ../../src/sass/DFmain.scss */
  .home-inner {
    padding-top: 9vh;
  }
}
@media (max-width: 480px) {
  /* line 118, ../../src/sass/DFmain.scss */
  #home-card .card-text {
    font-size: 1rem;
    font-weight: 200;
  }
  /* line 122, ../../src/sass/DFmain.scss */
  #home-card .card-subtitle {
    font-size: 1.3rem;
    font-weight: bold;
  }
  /* line 126, ../../src/sass/DFmain.scss */
  #home-card .d-home-h1 {
    font-weight: bold;
    font-size: 1rem;
    color: #51b47a;
  }

  /* line 134, ../../src/sass/DFmain.scss */
  .d-section-title {
    font-size: 3rem;
  }
}
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
  /* line 139, ../../src/sass/DFmain.scss */
  .home-inner {
    padding-top: 9vh;
  }
}
