.logo-wrapper .np-logo {
  padding: 20px 0;
}

.slider-posts .post-item {
  cursor: pointer;
  /*background-color: coral;*/
}

.slider-area .slider-posts .entry-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
}

.home .header-area:not(.sin-menu),
.page-id-864 .header-area {
  margin-bottom: 50px;
}

.header-area-alt2 {
  margin-bottom: 0;
  margin-top: 50px;
}

.np-menu {
  background: #8da980;
}

.sf-menu > li > a:hover {
  /*color: #111;*/
  color: #5e7952;
}

.sf-menu > li.current-menu-item > a,
.sf-menu > li.current-menu-ancestor > a {
  color: #111;
  text-decoration: underline;
}

.sf-menu ul {
  background: #8da980;
}

.page_item > ul.children li > a:hover,
.sub-menu li > a:hover {
  color: #111;
}

.searchform.on-menu {
  background: #8da980;
}

.nomad-container.sin-menu {
  padding-top: 0;
}

.blog-list-item {
  width: 100%;
  display: block;
}

.sidebar-area h3.widget-title {
  border-top: 3px solid #8da980;
  color: #8da980;
}

.bottom-area .bottom-inner {
  display: none;
}

.np-pagination {
  background: #8da980;
}

.np-pagination a {
  color: #111;
}

.footer-area {
  background: #8da980;
}

.np-meta {
  color: #111;
}

.copyright.np-meta a {
  letter-spacing: 0;
  color: #fff;
  text-transform: none;
}

.footer-text.np-meta a {
  color: #fff;
}

#te-llamamos {
  position: fixed;
  bottom: 1rem;
  right: -400px;
  /*right: 1rem;*/
  width: 300px;
  box-sizing: border-box;
  padding: 1rem;
  z-index: 10000;
  background-color: #f2f2f2;
  border: 3px solid #8da980;
}

#te-llamamos .cerrar {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 1px;
  cursor: pointer;
  background-color: #8da980;
}

#te-llamamos .cerrar:hover {
  background-color: #ad0000;
}

#te-llamamos .cerrar i {
  color: #fff;
}

#te-llamamos .titulo-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  color: #666;
}

#te-llamamos .titulo-2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  color: #8da980;
}

#te-llamamos .promocion-mensaje {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 21px;
  color: #8da980;
  margin-bottom: 15px;
}

#te-llamamos .promocion-mensaje span {
  color: #5e7952;
}

#te-llamamos .promocion-titulo {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  color: #666;
}

#te-llamamos .wpcf7-form {
  margin-bottom: 0;
}

#te-llamamos .wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 10px;
}

#te-llamamos div.wpcf7-response-output {
  font-size: 11px;
  margin-top: 0;
}

#te-llamamos label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #8da980; /*#444;*/
  text-transform: uppercase;
  margin-top: 10px;
}

#te-llamamos input[type=text],
#te-llamamos input[type=email],
#te-llamamos input[type=tel],
#te-llamamos select {
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
}

#te-llamamos input[type=submit] {
  border: 1px solid #8da980;
  color: #8da980;
}

#te-llamamos input[type=submit]:hover {
  color: #fff;
  background: #8da980;
}

#te-llamamos .enviar {
  margin-top: 30px;
}

#te-llamamos .no-gracias {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 10px;
  color: #666;
  text-align: right;
  cursor: pointer;
  padding: 3px;
  border-radius: 2px;
  display: flex;
  justify-content: flex-end;
}

#te-llamamos .no-gracias span {
  display: inline-block;
}

#te-llamamos .no-gracias:hover {
  color: #333;
  text-decoration: underline;
}

/* SMALL */
@media only screen and (max-width: 568px) {

  .home .header-area,
  .page-id-864 .header-area {
    margin-bottom: 50px;
  }

  .np-menu-container {
    background: #8da980;
  }

  .np-mmenu {
    background: #8da980;
  }

  .np-mmenu > nav ul li {
    border-bottom: 1px solid #6d8b5e;
  }

  .np-mmenu > nav ul li a {
    color: #fff;
  }

  .np-mmenu > nav ul li ul li:first-child {
    border-top: 1px solid #6d8b5e;
  }

  #te-llamamos .titulo-1 {
    font-size: 10px;
  }

  #te-llamamos .titulo-2 {
    font-size: 14px;
  }

  #te-llamamos label {
    font-size: 10px;
  }

  #te-llamamos input[type=text],
  #te-llamamos input[type=tel] {
    padding: 8px;
  }

  #te-llamamos .enviar {
    margin-top: 15px;
  }

}

/* MEDIUM */
@media only screen and (max-width: 1024px) {

  .home .header-area,
  .page-id-864 .header-area {
    margin-bottom: 50px;
  }

  .np-menu .sf-menu {
    display: inline-flex;
  }

  .sf-menu > li  {
    padding: 0;
    margin: 0 8px;
  }

  .np-menu-container {
    background: #8da980;
  }

  .np-mmenu {
    background: #8da980;
  }

  .np-mmenu > nav ul li {
    border-bottom: 1px solid #6d8b5e;
  }

  .np-mmenu > nav ul li a {
    color: #fff;
  }

  .np-mmenu > nav ul li ul li:first-child {
    border-top: 1px solid #6d8b5e;
  }

  #te-llamamos .titulo-1 {
    font-size: 10px;
  }

  #te-llamamos .titulo-2 {
    font-size: 14px;
  }

  #te-llamamos label {
    font-size: 10px;
  }

  #te-llamamos input[type=text],
  #te-llamamos input[type=tel] {
    padding: 8px;
  }

  #te-llamamos .enviar {
    margin-top: 15px;
  }

}
