
/* ---------------------- FONTS -------------------------*/

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: 500;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* ---------------------- STYLES -------------------------*/

body {
  font-family: 'Montserrat', sans-serif;
  color: #08253B;
  font-weight: 400;
}

h1 {
  font-size: 2.5rem;
  font-weight: 900;
}

a {
  color: #84B76A;
  text-decoration: underline;
}

button:focus {
  outline: 0;
}

/* ---------------------- HEADER -------------------------*/

header {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid lightgray;
  padding: 0 4rem;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
}

nav ul {
  text-align: left;
  display: flex;
  margin: 0;
  padding: 0;
}

nav li {
  list-style: none;
  text-transform: uppercase; 
}

nav a {
  background-color: transparent;
  text-decoration: none;
  color: #08253B;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

nav a:hover {
  color: #72AD78;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

header img {
  align-self: center;
}

.mobile-navbar {
  display: none;
  margin: 1rem 0;
}

.link-inicio {
  margin-left: 0;
}

.nav-li-datos {
  font-weight: 700;
  color: #72AD78;
}

.nav-li-datos:hover {
  color: #08253B;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* ---------------------- MOBILE NAVBAR ---------------------------- */

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  }
  
  .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  }
  
  .animated-icon1 span {
  background: #84B76A;
  }
  
  .animated-icon2 span {
  background: #e3f2fd;
  }
  
  .animated-icon3 span {
  background: #f3e5f5;
  }
  
  .animated-icon1 span:nth-child(1) {
  top: 0px;
  }
  
  .animated-icon1 span:nth-child(2) {
  top: 10px;
  }
  
  .animated-icon1 span:nth-child(3) {
  top: 20px;
  }
  
  .animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  }
  
  .animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
  }
  
  .animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  }
  
  /* Icon 3*/
  
  .animated-icon2 span:nth-child(1) {
  top: 0px;
  }
  
  .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
  }
  
  .animated-icon2 span:nth-child(4) {
  top: 20px;
  }
  
  .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
  }
  
  .animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  
  .animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  
  .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
  }
  
  /* Icon 4 */
  
  .animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  }
  
  .animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
  }
  
  .animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  }
  
  .animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
  }

/* ---------------------- MAIN ------------------------- */

.call-to-action {
  margin-bottom: 4rem;
  padding: 8rem 0 33% 0;
  background: url("../images/hojas.png") no-repeat;
  background-size: contain;
  background-position: bottom;
}

.logo-capture-img{
  margin: 0 0 1.2rem 4rem;
}

.btn-primary {
  margin-left: 3rem;
  background: transparent linear-gradient(180deg, #84B76A 0%, #72AD78 100%) 0% 0% no-repeat padding-box;
  padding: 0.7rem 3.5rem 0.7rem 3.5rem;
  border: none;
  border-radius: 33px;
  text-decoration: none;
  font-weight: 700;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
}

.btn-primary:hover {
  background: transparent linear-gradient(180deg, rgb(104, 146, 83) 0%, rgb(101, 153, 106) 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

hr {
  width: 4rem;
  height: 1px;
  margin-left: 0;
  margin-bottom: 3rem;
  background-color:black;
}

.como-descargarla {
  margin-bottom: 10rem;
}

.share-icon {
  width: 1em;
  vertical-align: top;
}

.hr-caracteristicas {
  margin-left: auto;
  margin-right: 8rem;
}

.relevamientos {
  margin-top: -18rem;
}

.relevamientos h1{
  font-size: 3.7rem;
}

.soluciones {
  background-size: cover;
  background-position: center;
  color: white;
  margin-top: 7rem;
}

.soluciones h1 {
  font-weight: 700;
}

.soluciones p {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.soluciones li {
  font-size: 1.1rem;
}

.soluciones .row {
  padding: 2.5rem 0;
  margin: 1.4rem 0;
  background-size: cover;
  background-position: center;
}

.soluciones img {
  margin: 1rem 0;
}

.solucion-1 {
  background: url("../images/fondo-lotes.png") no-repeat;
}

.solucion-2 {
  background: url("../images/fondo-sanidad.png") no-repeat;
}

.solucion-3 {
  background: url("../images/fondo-malezas.png") no-repeat;
}

.solucion-4 {
  background: url("../images/fondo-insectos.png") no-repeat;
}

.form-section {
  padding: 7rem 0;
  margin-top: -2.5rem;
  background-color: #EDEBEB;
}

form p {
  font-size: 1.1rem;
  margin: 0.6rem 0 0.6rem 0.6rem;
}

input[type='text'], input[type='email'] {
  width: 100%;
  height: 3rem;
  border: none;
  border-radius: 0.2rem;
  padding: 0 1rem;
}

input:focus {
  outline: none !important;
  border:1px solid #72AD78;
}

textarea {
  width: 100%;
  height: 8rem;
  padding: 0.7rem 1rem;
  resize: none;
  overflow: hidden;
  border: none;
  border-radius: 0.2rem;
}

textarea:focus {
  outline: none !important;
  border:1px solid #72AD78;
}

.btn-secondary {
  background-color: #84B76A;
  padding: 0.7rem 5.5rem 0.7rem 5.5rem;
  margin-top: 2rem;
  border: none;
  border-radius: 33px;
  text-decoration: none;
  font-weight: 700;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
}

.btn-secondary:hover {
  background-color: rgb(106, 161, 111);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.iphone-capture {
  width: 50% !important;
}

/* ---------------------- FOOTER -------------------------*/

footer {
  font-family: Helvetica, sans-serif;
  font-size: 0.95rem;
  padding: 4rem 0 2.5rem 0;
  color: white;
  background-color: #08253B;
}

footer p {
  margin: 1rem 0;
}

.gdm-footer {
  margin-left: 3rem;
}

/* ---------------------- MEDIA QUERIES -------------------------*/

@media only screen and (max-width: 576px) {
  .call-to-action h1 {
    text-align: center;
    margin: 2rem 0;
  }
  .call-to-action p {
    text-align: center;
    margin: 2rem 0;
  }
  .gdm-footer {
    margin-left: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .btn-primary {
    margin-bottom: 1rem;
  }
  .como-descargarla {
    margin-bottom: 5rem;
  }
  .soluciones {
    margin-top: 3rem;
  }
  .form-section {
    padding: 4rem 0;
  }
  .qr-code {
    display: none;
  }
  .os-icons {
    margin: 1rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .call-to-action h1 {
    text-align: left;
  }
  .call-to-action p {
    text-align: left;
  }
  .iphone-capture {
    width: 100% !important;
  }
  .os-icons {
    margin: 0 0 1rem 0;
  }
}

@media only screen and (max-width: 992px) {
  header {
    padding: 0 1rem;
  }
  h1 {
    font-size: 2rem;
  }
  header img {
    margin-top: 0.6rem;
   margin-right: 2rem;
   align-self: flex-start;
  }
  nav li {
    margin: 1rem;
  }
  .desktop-navbar {
    display: none;
  }
  .mobile-navbar {
    display: flex;
  }
  .call-to-action {
    text-align: center;
  }
  .logo-capture-img {
    margin: 0;
  }
  .btn-primary {
    margin-left: 0;
  }
  .qr-code {
    width: 35%;
  }
  .relevamientos {
    margin-top: 0;
  }
  .relevamientos h1{
    font-size: 2.5rem;
    margin-top: 2rem;
  }
  .hr-caracteristicas {
    margin-left: auto;
    margin-right: auto;
  }
  .iphone-caracteristicas {
    margin: 2rem 0;
  }
  .iphone-caracteristicas-img {
    width: 50% !important;
  }
  .gdm-footer {
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .iphone-caracteristicas {
    margin-left: 0;
    margin-top: -5rem;
  }
  nav li {
    margin: 1rem 0.3rem;
  }
}

@media only screen and (max-width: 1200px) {
  .call-to-action {
    padding: 8rem 0 38% 0;
  }
}

@media only screen and (min-width: 1200px) {
  .btn-primary {
    margin-left: 15%;
  }
  nav li {
    margin: 1rem;
  }
}