/*
Theme Name: Plantae 2017
Theme URI: http://www.fractalarea.com
Author: hola@fractalarea.com
Version: 1.0
*/
/* orange */
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

/*******************************************************************************************************************

   General styles

*******************************************************************************************************************/
@font-face {
  font-family: 'DIN';
  src: url("../fonts/din.eot");
  src: url("../fonts/din.woff2") format("woff2"), url("../fonts/din.woff") format("woff"), url("../fonts/din.ttf") format("truetype"), url("../fonts/din.svg#DIN") format("svg"), url("../fonts/din.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DIN Alternate';
  src: url("../fonts/din-alternate.eot");
  src: url("../fonts/din-alternate.woff2") format("woff2"), url("../fonts/din-alternate.woff") format("woff"), url("../fonts/din-alternate.ttf") format("truetype"), url("../fonts/din-alternate.svg#DIN") format("svg"), url("../fonts/din-alternate.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DIN';
  src: url("../fonts/din-bold.eot");
  src: url("../fonts/din-bold.woff2") format("woff2"), url("../fonts/din-bold.woff") format("woff"), url("../fonts/din-bold.ttf") format("truetype"), url("../fonts/din-bold.svg#DIN") format("svg"), url("../fonts/din-bold.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal; }
body {
  background: #fafafa;
  font-family: 'DIN', Helvetica, Arial, sans-serif;
  color: #333;
  margin: 0;
  padding: 0; }

h1, .title1,
h2, .title2,
h3, .title3 {
  color: #111111;
  font-family: 'DIN', sans-serif;
  font-weight: 300; }

h1, .title1,
h2, .title2,
h3, .title3,
h4, .title4,
h5, .title5,
h6, .title6 {
  line-height: 1.25;
  margin-top: 20px; }
  h1 a, .title1 a,
  h2 a, .title2 a,
  h3 a, .title3 a,
  h4 a, .title4 a,
  h5 a, .title5 a,
  h6 a, .title6 a {
    font-weight: inherit; }
  h1:first-child, .title1:first-child,
  h2:first-child, .title2:first-child,
  h3:first-child, .title3:first-child,
  h4:first-child, .title4:first-child,
  h5:first-child, .title5:first-child,
  h6:first-child, .title6:first-child {
    margin-top: 0; }

h1, .title1 {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 15px; }

h2, .title2 {
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 10px; }

h3, .title3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px; }

h4, .title4 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 10px; }

h5, .title5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal; }

h6, .title6 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal; }

p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.6;
  margin: 15px 0; }

p.space {
  line-height: 2em; }

p img {
  margin: 0; }

a:hover {
  text-decoration: underline; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

.slim {
  font-weight: 100 !important; }

.bold {
  font-weight: bold; }

.regular {
  font-weight: 400 !important; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

sup {
  font-size: 0.5em;
  vertical-align: top; }

sub {
  font-size: 0.5em;
  vertical-align: bottom; }

.small {
  font-size: 0.8em; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

.bg-verde {
  background-color: #80BA27; }

.bg-gris {
  background-color: #4A4A4A; }

.bg-gris-contacto {
  background-color: #C4C2B9; }

/*  --------------------------------------------------
  GRID based on fundations
-------------------------------------------------- */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .row .row {
    min-width: 0; }
  .row.row-s {
    max-width: 600px; }
  .row.row-xs {
    max-width: 400px; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  .row.row-slider {
    min-height: 50vw; }

.column {
  margin-left: 4.4%;
  float: left;
  min-height: 1px;
  position: relative; }

.column:first-child {
  margin-left: 0; }

/* width layout */
.w75,
.w50,
.w25,
.w100 {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.p-l {
  padding: 10px; }

.p-xl {
  padding: 20px; }

/*******************************************************************************************************************

  HEADER 

********************************************************************************************************************/
header {
  top: 0;
  left: 0;
  right: 0;
  color: white;
  z-index: 10;
  position: fixed;
  background-color: rgba(46, 75, 18, 0.9);
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  header h1 {
    float: left;
    padding: 15px 0 0 20px;
    height: 40px;
    overflow: hidden;
    width: 130px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    header h1 img {
      height: 100%;
      max-width: none;
      display: block; }
  header .show-nav {
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-indent: 200px;
    cursor: pointer;
    position: relative;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    header .show-nav:hover, header .show-nav:focus {
      background: #2E4B12;
      outline: none;
      -webkit-appearance: none;
      appearance: none; }
    header .show-nav:after, header .show-nav:before {
      content: "";
      height: 9px;
      border-top: 4px solid white;
      border-bottom: 4px solid white;
      position: absolute;
      top: 10px;
      width: 30px;
      right: 9px; }
    header .show-nav:after {
      top: 36px;
      border-top: 0;
      height: 0; }
  header nav {
    height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    background-color: rgba(46, 75, 18, 0.95);
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s; }
    header nav.is_visible {
      display: block; }
    header nav ul {
      list-style: none;
      text-align: left; }
    header nav li {
      position: relative; }
      header nav li:before {
        content: "";
        background-color: #80BA27;
        position: absolute; }
      header nav li a {
        text-decoration: none;
        display: block;
        color: inherit;
        position: relative; }
        header nav li a:hover {
          text-decoration: none; }
    header nav .menu li:before {
      height: 100%;
      top: 0;
      right: 0;
      width: 0;
      -webkit-transition: width 0.2s;
      -moz-transition: width 0.2s;
      -o-transition: width 0.2s;
      transition: width 0.2s; }
    header nav .menu li:hover:before {
      width: 20px; }
    header nav .menu a {
      font-size: 10px;
      font-size: 1rem;
      padding: 20px 30px;
      -webkit-transition: padding-top 0.5s;
      -moz-transition: padding-top 0.5s;
      -o-transition: padding-top 0.5s;
      transition: padding-top 0.5s; }
    header nav .idiomas {
      font-size: 8px;
      font-size: 0.8rem;
      -webkit-transition: top 0.5s;
      -moz-transition: top 0.5s;
      -o-transition: top 0.5s;
      transition: top 0.5s;
      border-top: 1px solid #80BA27; }
      header nav .idiomas:before, header nav .idiomas:after {
        content: "";
        display: table; }
      header nav .idiomas:after {
        clear: both; }
      header nav .idiomas li {
        float: left;
        width: 50%; }
        header nav .idiomas li:before {
          height: 0;
          bottom: 0;
          right: 0;
          width: 100%;
          -webkit-transition: height 0.2s;
          -moz-transition: height 0.2s;
          -o-transition: height 0.2s;
          transition: height 0.2s; }
        header nav .idiomas li:hover:before {
          height: 100%; }
        header nav .idiomas li a {
          margin: 0;
          padding: 20px 25px;
          text-align: center; }

.hero-wrapper {
  position: relative;
  padding: 150px 30px 100px 30px;
  background-image: url("../images/homeplantae.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .hero-wrapper:before {
    content: "";
    background-color: #1D3004;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5; }
  .hero-wrapper .row {
    margin: 0;
    width: 100%; }
  .hero-wrapper h2 {
    color: inherit;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 70px; }
  .hero-wrapper p {
    color: inherit;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3; }
  .hero-wrapper a {
    color: white; }

button, .btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #66951f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-shadow: 0 2px 0 0 rgba(74, 74, 74, 0.5);
  -moz-box-shadow: 0 2px 0 0 rgba(74, 74, 74, 0.5);
  box-shadow: 0 2px 0 0 rgba(74, 74, 74, 0.5);
  color: white;
  text-transform: uppercase;
  background-color: #80BA27;
  color: white;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'DIN', Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: auto; }
  button:hover, button:focus, .btn:hover, .btn:focus {
    background-color: #66951f;
    -webkit-box-shadow: 0 0px 0 0 rgba(74, 74, 74, 0.5);
    -moz-box-shadow: 0 0px 0 0 rgba(74, 74, 74, 0.5);
    box-shadow: 0 0px 0 0 rgba(74, 74, 74, 0.5); }
  button.btn-blanco, .btn.btn-blanco {
    background-color: #ededed;
    color: #66951f;
    text-decoration: none; }
    button.btn-blanco:hover, button.btn-blanco:focus, .btn.btn-blanco:hover, .btn.btn-blanco:focus {
      background-color: white; }

.slider {
  padding: 0;
  right: 0;
  overflow: hidden;
  position: relative;
  height: 100vw;
  margin-bottom: 10px; }

.slide {
  margin: 0;
  padding: 0;
  top: 0;
  position: absolute;
  width: 100%;
  max-width: none;
  height: auto;
  opacity: 0;
  display: block;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s; }

.slide.active {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  z-index: 2; }

.slider-nav {
  list-style: none;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 40px;
  z-index: 3; }
  .slider-nav li.active span {
    background-color: #80BA27;
    color: white; }
  .slider-nav li {
    margin: 5px 0; }
    .slider-nav li span {
      font-size: 8px;
      font-size: 0.8rem;
      background-color: rgba(255, 255, 255, 0.95);
      display: inline-block;
      padding: 10px 15px;
      cursor: pointer;
      -webkit-transition: padding 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28), background-color 0.2s;
      -moz-transition: padding 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28), background-color 0.2s;
      -o-transition: padding 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28), background-color 0.2s;
      transition: padding 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28), background-color 0.2s; }
      .slider-nav li span:hover {
        padding-left: 30px;
        text-decoration: none;
        background-color: white; }

/* sections propperties */
.bg-verde article {
  color: white; }
.bg-verde .slider-nav li.active span {
  background-color: #80BA27 !important; }

.bg-gris article {
  color: white; }
.bg-gris .slider-nav li.active span {
  background-color: #4A4A4A !important; }

article h2 {
  font-weight: bold;
  padding-top: 20px;
  font-size: 20px;
  font-size: 2rem;
  color: inherit; }
article p {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 30px;
  color: inherit; }
article a {
  color: inherit;
  text-decoration: none;
  font-weight: bold; }
  article a:hover {
    text-decoration: underline; }

.bg-gris-contacto {
  padding: 60px 20px; }

form {
  margin-top: 20px; }
  form .human-input {
    display: none; }
  form .field {
    margin-bottom: 20px; }
    form .field.error input, form .field.error textarea {
      border-color: #af0000; }
    form .field .error {
      color: #af0000;
      font-size: 9px;
      font-size: 0.9rem; }
  form label {
    display: none; }
  form input, form textarea {
    display: block;
    border: 1px solid #929292;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
    font-family: 'DIN', Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 0; }
  form textarea {
    min-height: 200px;
    -webkit-appearance: none;
    appearance: none; }
  form .form-error {
    color: #af0000;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0; }

.map {
  position: relative;
  height: 100vw;
  width: 100%;
  padding: 0;
  right: 0; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

footer {
  padding: 70px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  footer img {
    display: block;
    max-width: 80%;
    margin-bottom: 50px;
    opacity: 0.5; }
  footer p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #dbdbdb; }
    footer p a {
      color: inherit;
      text-decoration: none; }
      footer p a:hover {
        text-decoration: underline; }

@media (min-width: 400px) {
  header h1 {
    width: auto;
    padding: 15px 0 0 30px; } }
@media (min-width: 750px) {
  header nav {
    width: auto; }
    header nav ul {
      text-align: right; }

  .hero-wrapper {
    padding: 200px 70px 100px 70px; }
    .hero-wrapper h2 {
      font-size: 30px;
      font-size: 3rem; }
    .hero-wrapper p {
      font-weight: bold;
      font-size: 12px;
      font-size: 1.2rem; }

  article h2 {
    padding-top: 0; }

  .bg-gris-contacto {
    padding: 100px 20px; } }
@media (min-width: 900px) {
  .row > .w75,
  .row > .w50,
  .row > .w25,
  .row > .w100 {
    float: left; }

  .w25 {
    width: 25%; }

  .w50 {
    width: 50%; }
    .w50.shadow, .w50.margin {
      width: 49.5%; }
    .w50.margin-l {
      width: 46%; }

  .w75 {
    width: 75%; }
    .w75.shadow, .w75.margin {
      width: 74.75%; }
    .w75.margin-l {
      width: 71%; }

  .w100 {
    width: 100%; }

  .w50 + .w50 {
    float: right; }

  .p-l {
    padding: 30px; }

  .p-xl {
    padding: 50px; }

  header.at-top {
    background-color: transparent; }
    header.at-top h1 {
      height: 50px;
      padding-top: 30px; }
    header.at-top nav {
      top: 95px; }
    header.at-top .show-nav {
      margin-top: 20px;
      margin-right: 20px; }
    header.at-top .idiomas {
      top: 30px; }

  .hero-wrapper {
    padding: 200px 70px 100px 70px; }
    .hero-wrapper .row {
      max-width: 825px; }
      .hero-wrapper .row h2 {
        font-size: 40px;
        font-size: 4rem; }
      .hero-wrapper .row p {
        font-size: 19px;
        font-size: 1.9rem; }

  .slider {
    position: absolute;
    height: 100%;
    margin-bottom: 0; }

  .slide {
    height: 100%;
    width: auto;
    top: 0; }

  .map {
    position: absolute;
    height: 100%;
    width: 50%;
    margin-bottom: 0; }

  .slider-left article {
    float: right !important; }
  .slider-left .slider {
    right: initial;
    left: 0; }
    .slider-left .slider .slider-nav {
      right: 0;
      text-align: right; }
      .slider-left .slider .slider-nav li span:hover {
        padding-right: 30px;
        padding-left: 10px; }
  .slider-left .map {
    right: initial;
    left: 0; }

  footer {
    padding: 100px 0; }
    footer img {
      float: left;
      padding-left: 50px;
      max-width: 100%;
      padding-left: 30px;
      margin-bottom: 0;
      margin-top: 10px;
      width: 300px; }
    footer p {
      margin: 0 0 0 50%;
      font-size: 10px;
      font-size: 1rem; } }
@media (min-width: 1200px) {
  .p-l {
    padding: 50px; }

  .p-xl {
    padding: 70px; }

  header .show-nav {
    display: none; }
  header nav {
    height: auto !important;
    padding-right: 130px;
    position: static;
    right: initial;
    background-color: transparent; }
    header nav .menu li {
      display: inline-block; }
      header nav .menu li:before {
        font-size: 10px;
        font-size: 1rem;
        width: 100%;
        height: 0;
        -webkit-transition: height 0.2s;
        -moz-transition: height 0.2s;
        -o-transition: height 0.2s;
        transition: height 0.2s; }
      header nav .menu li:hover:before {
        height: 10px;
        width: 100%; }
      header nav .menu li a {
        padding: 25px 10px; }
    header nav .idiomas {
      position: absolute;
      top: 10px;
      right: 0;
      border: 0; }
      header nav .idiomas li {
        float: none;
        width: auto;
        display: block; }
        header nav .idiomas li:before {
          width: 0;
          top: 0;
          right: 0;
          height: 100%;
          -webkit-transition: width 0.2s;
          -moz-transition: width 0.2s;
          -o-transition: width 0.2s;
          transition: width 0.2s; }
        header nav .idiomas li:hover:before {
          width: 20px; }
        header nav .idiomas li a {
          text-align: left;
          padding: 5px 30px 5px 15px; }
  header.at-top .menu li a {
    padding-top: 45px; }

  .hero-wrapper {
    min-height: 850px; }

  article h2 {
    font-size: 22px;
    font-size: 2.2rem; }
  article p {
    font-size: 12px;
    font-size: 1.2rem; }

  .slider-nav li span {
    font-size: 10px;
    font-size: 1rem; } }
@media (min-width: 1450px) {
  .hero-wrapper {
    padding-top: 300px; }

  article h2 {
    font-size: 35px;
    font-size: 3.5rem; }
  article p {
    font-size: 15px;
    font-size: 1.5rem; }

  .slider-nav li span {
    font-size: 11px;
    font-size: 1.1rem; } }

/*# sourceMappingURL=main.css.map */
