@import "cols.css";
header nav {display: none;}

.home div.col-2-mid {text-align: center;}
.home div.col-2-mid > div:first-child {
  overflow: hidden;
  position: relative;
  min-height: 100px
}


.wf-active h1 {font-family: 'Roboto Condensed', sans-serif;font-size: 42px;}

h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin: 0 0 15px;
  color: #FFF;
}

/**********************
      formulario
***********************/
.home form {
  font-size: 16px;
  display: block;
  margin: 0 auto;
  padding: 60px 0 0;
  width: 80%;
  position: relative;
  text-align: right;
  max-width: 360px;
}

.home form h1 {
  text-align: center;
  padding-bottom: 8px;
}

.wf-active .home button {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
}
.home button {
  background: none;
  font-weight: 700;
  display: inline-block;
  padding: 0;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  opacity: .7;
}

.home form a {
  position: absolute;
  bottom: 2px;
  left: 0;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}

@media only screen and (min-width: 960px) {
  .home form a {
    position: absolute;
    bottom: 2px;
    left: 0;

  }
}

.no-touch .home button:hover  {opacity: 1;}
.home form a:hover {color: #c2f40c;}
.home form input {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #0c3b3d;
  width: 100%;
}
.home form > div {
  padding: 0 0 0 50px;
  margin: 0;
  height: 50px;
  width: 100%;
  display: block;
  overflow: hidden;
  background: #236067 url(../images/i/user-circle.svg) no-repeat 5px center;
  background-size: 40px auto;
}
.home form > div:nth-of-type(2), .home form > div:nth-of-type(3){
  background-image: url(../images/i/key.svg);
}
.home form > div + span {
  display: block;
  height: 20px;
}

/* botone secundarios */
.home section > div:last-of-type {text-align: center; padding: 30px 0;}

.home section > div:last-of-type > a {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin: 8px 4vw;
  font-size: 14px;
}

.home section > div:last-of-type > a:hover svg .color{
  -webkit-transition: fill 600ms; /* Safari */
  transition: fill 600ms;
  fill:#fff;
}
.home section > div:last-of-type > a:hover {color: #c2f40c;}

@media only screen and (min-width: 960px) {
  .home section > div:last-of-type {padding:0;}
  .home div.col-2-mid,
  .home div.col-2-mid > div:first-child {
    min-height: calc(100vh - 100px);
  }
  .home form {padding: 0;}

  /* botone secundarios */
  .home section > div:last-of-type {
    position: absolute;
    bottom: 30px;
    width: 50%;
    left: 50%;
    text-align: center;
  }
  header nav {
    display: block;
  }
  header nav a {
    display: inline-block;
    max-width: 42px;
    -webkit-transition: opacity 600ms; /* Safari */
    transition: opacity 600ms;
        vertical-align: middle;
  }


  /* IDIOMAS */
  header nav a[lang] {
    font-size: 14px;
    padding:8px 12px;
    margin: 8px;
    font-weight: 700;
    color: #ccc;
  }


  [lang="es"] [lang="es"],
  [lang="en"] [lang="en"],
  [lang="pt-br"] [lang="pt-br"] {
    color: #fff;
    font-weight: 900;
    background-color:#94bb1e;
  }

  .no-touch nav:hover a[lang]:hover {color: #0c3b3d; background: none;}


  /* / IDIOMAS */

  header nav a img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }

  header nav a[href*="mailto"] {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    width: auto;
    max-width: 100%;
    color: #0c3b3d;
  }

  .no-touch nav:hover a:not(:hover){opacity: .4;}

  footer {display: none;}
}

.home section {background-color: #0c3b3d;}


.home section > div > div:first-of-type {
  background: url(../images/lo-vemos-todo.jpg) center center no-repeat;
  background-size: cover;
}

.home section > div > div:first-of-type h1 {
  display: block;
  line-height: 90%;
          font-size: 8vw;
          text-align: left;
          font-weight: 300;
  padding: 10vw;
  text-align: center;
    font-size: 20vw;
}
.home section > div > div:first-of-type h1 span {
  display: block;
  font-weight: 700;
}


@media only screen and (min-width: 960px) {
  .home section > div > div:first-of-type h1 {
    padding: 0;
    text-align: left;
    position: absolute;
    left: 50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
            font-size: 8vw;
  }

}

footer > div {
   width: 90%;
   text-align: center;
   margin: 0 auto;
   padding: 30px 0
}

footer > div a[href*='mailto'] {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
     font-size: 16px;
}
