@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
  font-family: "LemonMilkRegular";
  src: url("../fonts/Lemon_Milk_Pro_Regular.otf") format("truetype");
}

@font-face {
  font-family: "LemonMilkMedium";
  src: url("../fonts/Lemon_Milk_Pro_Medium.otf") format("truetype");
}

@font-face {
  font-family: "LemonMilkBold";
  src: url("../fonts/Lemon_Milk_Pro_Bold.otf") format("truetype");
}

@font-face {
  font-family: "AmsiPro-Ultra";
  src: url('../fonts/AmsiPro-Ultra.otf') format("truetype");
}

@font-face {
  font-family: "AmsiPro-SemiBold";
  src: url('../fonts/AmsiPro-SemiBold.otf') format("truetype");
}

@font-face {
  font-family: "AmsiPro-Regular";
  src: url('../fonts/AmsiPro-Regular.otf') format("truetype");
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
}

:root {
  --color-white: #FFFFFF;
  --color-green: #3c8641;
  --color-light-green: #a6ce39;
  --color-black: #232423;
  --color-gray: #d3d3d3;
  --color-dark-gray: #747474;
}

a.nav-link {
  padding: 0!important;
}

em { font-style: normal; }

html,
body,
#app {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

html { overflow-x: hidden; }

ul { list-style: none; }
a { text-decoration: none; }

.uppercase {
  text-transform: uppercase;
}

.header-links{
  background: #002b21;
}

.lowercase {
  text-transform: lowercase;
}

.disabled {
  display: none!important;
}

section#you-can-be-agpro {
  background-image: url('../img/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 19%;
  background-blend-mode: multiply;
  height: 100%;
  min-width: 100%;
  max-height: 800px;
}

.header {
  padding-top: 1%;
}

.navbar-brand > .brand img {
  max-width: 236.35px;
}

.navbar-nav {
  background-color: transparent;
}

.navbar-nav > .nav-item {
  display: flex;
  align-items: center;
}

.navbar-nav > .nav-item + .nav-item {
  margin-left: 20px;
}

.navbar-nav > .nav-item > a.nav-link {
  font-size: 16px;
  font-family: 'AmsiPro-Regular', sans-serif;

  color: var(--color-white);
  transition: ease-in-out 200ms;
}

.navbar-nav > .nav-item.buttons > a.nav-link {
  font-family: 'LemonMilkMedium', sans-serif;
}

.navbar-nav > .nav-item > a.nav-link:hover {
  opacity: 0.7;
}

a.login-now {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.login-now > span {
    color: rgb(182, 255, 96);
}


a.login-now > div.avatar-login {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.login-now > div.avatar-login img {
  width: 30px;
  height: 30px;
}

section.you-can-be-agpro {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
}

section.you-can-be-agpro > header {
  margin-top: 62px;
  margin-bottom: 62px;
}

section#you-can-be-agpro > header.header > .navbar {
  padding: .5rem 0;
}

section.you-can-be-agpro > header > h1, p {
  color: var(--color-white);
}

section.you-can-be-agpro > header > h1 {
  font-size: 55px;
  font-family: 'LemonMilkMedium', sans-serif;

  max-width: 600px;
  min-width: 380px;

  display: flex;
  flex-direction: column;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, .1);
}

section.you-can-be-agpro > header > h1 span {
  height: 62px;
  display: flex;
  align-items: center;
  width: fit-content;
}

section.you-can-be-agpro > header > p {
  font-size: 22px;
  font-family: 'LemonMilkRegular', sans-serif;
  margin: 0;
  padding: 0;

  max-width: 600px;
}

section#who-are-the-agpros {
  display: flex;
  min-height: 570px;
}

section#who-are-the-agpros > div.farmer {
  flex: 1;
  background: url('../img/farmer.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode: multiply;
}

section#who-are-the-agpros > article {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: var(--color-gray);
}

section#who-are-the-agpros > article .box {
  margin-left: 92px;
}

section#who-are-the-agpros > article header {
  margin-bottom: 32px;
}

section#who-are-the-agpros > article header h1,
section#who-are-the-agpros > article header h2 {
  color: var(--color-green);
  margin: 0;
}

section#who-are-the-agpros > article header h1 {
  font-size: 72px;
  height: 64px;
  font-family: 'AmsiPro-Ultra', sans-serif;
  display: flex;
  align-items: center;
}

section#who-are-the-agpros > article header h2 {
  font-size: 24px;
  font-family: 'LemonMilkRegular', sans-serif;
}

section#who-are-the-agpros > article p {
  color: var(--color-dark-gray);
  margin: 0;
  padding: 0;
  font-family: 'AmsiPro-SemiBold', sans-serif;
  font-size: 20px;
  max-width: 380px;
  font-weight: 600;
}

section#who-are-the-agpros div.embed-video {
  min-width: 50%;
  padding: 20px;
  background-color: var(--color-gray);;
  display: flex;
  justify-content: flex-end;
}

section#who-are-the-agpros div.embed-video > div.mockup > iframe {
  height: 75%;
  padding: 2% 6% 2%;
}

section#who-are-the-agpros div.embed-video > div.mockup {
  background-image: url('../../img/mockup.svg');
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  background-size: 280px;
  max-width: 600px;
  min-width: 280px;
  min-height: 320px;
  width: 600px;
  display: flex;
  justify-content: center;
}

section#who-are-the-agpros div.embed-video {
  display: flex;
  justify-content: center;
}

section#who-are-the-agpros div.embed-video > div.mockup {
  width: 280px;
  height: 0;
  padding-top: 14px;
}

section#who-are-the-agpros div.embed-video > div.mockup > .player-video-fade {
  background-color: rgba(0, 0, 0, .75);
  background-image: url('../../img/player.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 72px;
  z-index: 999;
  cursor: pointer;

  position: absolute;
  width: 248px;
  height: 140px;
  padding: 0;
  margin-top: 44px;
}

@media only screen and (min-width: 400px) {
  section#who-are-the-agpros div.embed-video > div.mockup {
    width: 360px;
    padding-top: 0px;
    background-size: 360px;
  }

  section#who-are-the-agpros div.embed-video > div.mockup > .player-video-fade {
    width: 317px;
    height: 179px;
    margin-top: 31px;
  }
}

@media only screen and (min-width: 560px) {
  section#who-are-the-agpros div.embed-video > div.mockup {
    width: 385px;
    padding-top: 0;
    padding-bottom: 7px;
    background-size: 385px;
  }

  section#who-are-the-agpros div.embed-video > div.mockup > .player-video-fade {
    width: 339px;
    height: 191px;
    margin-top: 22px;
  }
}

@media only screen and (min-width: 597px) {
  section#who-are-the-agpros div.embed-video > div.mockup {
    width: 300px;
    padding-top: 12px;
    padding-bottom: 0!important;
    background-size: 300px;
  }

  section#who-are-the-agpros div.embed-video > div.mockup > .player-video-fade {
    width: 264px;
    height: 149px;
    margin-top: 41px;
  }
}

@media only screen and (min-width: 720px) {
  section#who-are-the-agpros div.embed-video > div.mockup {
    width: 340px;
    padding-top: 02px;
    background-size: 340px;
  }

  section#who-are-the-agpros div.embed-video > div.mockup > .player-video-fade {
    width: 300px;
    height: 169px;
    margin-top: 35px;
  }
}

@media only screen and (min-width: 992px) {
  section#who-are-the-agpros div.embed-video {
    display: flex;
    justify-content: flex-end;
  }

  section#who-are-the-agpros div.embed-video > div.mockup {
    width: 500px;
    height: 100%;
    padding-top: 16px!important;
    background-size: 500px;
  }

  section#who-are-the-agpros div.embed-video > div.mockup > .player-video-fade {
    width: 440px;
    height: 248px;
    margin-top: 69px;
    background-size: 140px;
  }

  section#you-can-be-agpro {
    min-height: 800px!important;
  }
}

@media only screen and (min-width: 1149px) {
  section#who-are-the-agpros div.embed-video {
    display: flex;
    justify-content: flex-end;
  }

  section#who-are-the-agpros div.embed-video > div.mockup {
    width: 600px;
    height: 100%;
    padding-top: 0!important;
    background-size: 600px;
  }

  section#who-are-the-agpros div.embed-video > div.mockup > .player-video-fade {
    width: 528px;
    height: 299px;
    margin-top: 50px;
    background-size: 180px;
  }
}

section#how-it-works {
  background-color: var(--color-light-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

section#how-it-works > .box > header {
  padding: 8% 0 0;
  margin-left: 32px;
  margin-bottom: 32px;
}

section#contact > .box > header h1,
section#contact > .box span {
    color: var(--color-light-green)!important;
    margin: 0;
}

section#contact > .box > header h2,
section#how-it-works > .box > header h1,
section#how-it-works > .box > header h2 {
  color: var(--color-green);
  margin: 0;
}

section#contact > .box > header {
  margin-left: 32px;
}

section#contact > .box > header h1,
section#how-it-works > .box > header h1 {
  height: 64px;
  font-size: 72px;
  font-family: 'AmsiPro-Ultra', sans-serif;
  display: flex;
  align-items: center;
}

section#contact > .box > header h2,
section#how-it-works > .box > header h2 {
  font-size: 24px;
  font-family: 'LemonMilkRegular', sans-serif;
}

section#how-it-works > ul.steps-to-work {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;

  margin: 0 0 132px;
}

section#how-it-works > ul.steps-to-work li.card-pass {
    display: flex;
    align-items: center;
    min-width: 200px;
    justify-content: center;
}

section#how-it-works > ul.steps-to-work li.card-pass .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 22px;
}

section#how-it-works > ul.steps-to-work li.card-pass:after {
  background-image: url('../img/next-step.png');
  width: 20px;
  height: 21px;
  background-size: 20px 21px;
  background-repeat: no-repeat;
  margin-bottom: 62px;
  content: '';
}

section#how-it-works > ul.steps-to-work li.card-pass:last-child:after {
  /*display: none;*/
}

section#how-it-works > ul.steps-to-work li.card-pass > .box span {
  text-align: center;
  font-size: 13px;
  font-family: 'AmsiPro-Regular';
  color: var(--color-white);
}

section#how-it-works > ul.steps-to-work li.card-pass > .box img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

section#contact {
  padding: 5% 0;
  background-color: var(--color-green);
}

section#contact > .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section#contact > .box > .contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 342.59px;
}

section#contact > .box > div.contact {
  margin-left: 92px;
}

section#contact > .box > .contact > .box {
  display: flex;
  flex-direction: column;
}

section#contact > .box > .contact > .box > span,
section#contact > .box > .contact > .box > a > p {
  font-size: 20px;
  font-weight: unset;
  font-family: 'AmsiPro-Regular', sans-serif;
  color: var(--color-white);

  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

section#contact > .box > .contact > img {
  width: 52.23px;
  height: 52.48px;
}

section#contact > .box > .contact > .box > a {
  color: var(--color-black);
  text-decoration: none;
  transition: 200ms ease-in-out;

  font-size: 20px;
}

section#contact > .box > .contact > .box > a > p {
  transition: 200ms ease-in-out;
}

section#contact > .box > .contact > .box > a:hover,
section#contact > .box > .contact > .box > a > p:hover {
  color: var(--color-light-green);
  opacity: 1;
}

section#contact > .box > .contact > .box > a > p {
  font-family: 'LemonMilkMedium', sans-serif;
  margin: 0!important;
}

section#terms-and-regulaments {
  width: 100%;
  display: flex;
  justify-content: center;
}

section#terms-and-regulaments > a {
  color: #5e5e5e;
  font-size: 18px;
  font-family: 'AmsiPro-Regular';
  text-decoration: none;
}

section#all-rights-reserved > p {
  color: var(--color-white);
  font-size: 13px;
  font-family: 'AmsiPro-Regular';
  text-align: center;
  padding: 32px;
  margin: 0!important;
}

footer {
  background-color: var(--color-light-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

footer > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer > section.companies-atto {
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, .1);
  flex-direction: column;
}

footer > section#bottom-footer {
  padding: 0 22px;
  display: flex;
  flex-direction: column-reverse;
  background-color: var(--color-gray);;
}

footer > section.companies-atto .company-box.spotlight {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  border-bottom: 2px solid var(--color-light-green);
}

footer > section.companies-atto .company-box > span {
  font-size: 16px;
  margin-left: 18px;
  max-width: 172px;
  font-family: 'Roboto', sans-serif;
  color: var(--color-white);
}

footer > section.companies-atto .links {
  display: flex;
}

footer > section.companies-atto .links > a {
  width: 100%;
}

footer > section.companies-atto .company-box:hover:not(.spotlight) {
  background-color: var(--color-light-green);
}

footer > section.companies-atto .company-box > img {
  max-width: 150px;
  padding: 12px;
}

footer > section.companies-atto .company-box > img.minor {
  max-width: 150px;
}

footer > section.companies-atto .company-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 122px;
}

footer > section.companies-atto .company-box + .company-box {
  border-right: none;
}

@media only screen and (min-width: 400px) {
  footer > section.companies-atto .company-box > img {
    max-width: 132px;
  }

  footer > section.companies-atto .company-box.spotlight img {
    max-width: 152px;
  }
}

@media only screen and (min-width: 564px) {
  footer > section.companies-atto .company-box > img {
    max-width: 162px;
  }

  footer > section.companies-atto .company-box.spotlight img {
    max-width: 182px;
  }

  footer > section.companies-atto .company-box > img.minor {
    max-width: 150px;
  }
}

@media only screen and (min-width: 864px) {
  footer > section.companies-atto .company-box > img {
    max-width: 202px;
  }

  footer > section.companies-atto .company-box.spotlight img {
    max-width: 222px;
  }

  footer > section.companies-atto .company-box > img.minor {
    max-width: 162px;
  }

  footer > section.companies-atto .company-box.spotlight {
    min-height: 162px;
  }

  footer > section.companies-atto .company-box {
    min-height: 152px;
  }

  footer > section.companies-atto .company-box > span {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  footer > section#bottom-footer {
    flex-direction: column;
  }

  section.companies-atto .company-box.spotlight {
    border-bottom: none!important;
  }

  footer > section.companies-atto {
    flex-direction: row;
  }

  footer > section#bottom-footer {
    padding-top: 50px;
  }


  footer > section.companies-atto .company-box > img {
    max-width: 162px;
  }

  footer > section.companies-atto .company-box.spotlight img {
    max-width: 182px;
  }

  footer > section.companies-atto .company-box > img.minor {
    max-width: 150px;
  }

  footer > section.companies-atto .company-box.spotlight,
  footer > section.companies-atto .company-box {
    min-height: 142px;
    min-width: 200px;
  }

  footer > section.companies-atto .company-box:not(.spotlight) {
    min-width: 200px;
  }

  section#all-rights-reserved > p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1370px) {
  footer > section#bottom-footer {
    padding-top: 50px;
  }

  footer > section.companies-atto .company-box > img {
    max-width: 202px;
  }

  footer > section.companies-atto .company-box.spotlight img {
    max-width: 222px;
  }

  footer > section.companies-atto .company-box > img.minor {
    max-width: 162px;
  }

  footer > section.companies-atto .company-box.spotlight,
  footer > section.companies-atto .company-box {
    min-height: 158px;
    min-width: 282px;
  }

  footer > section.companies-atto .company-box:not(.spotlight) {
    min-width: 272px;
    max-width: 292px;
  }
}

@media screen and (max-width: 1400px) {
  section#you-can-be-agpro {
    min-height: 100%;
    max-height: 100%;
    background-size: cover;
    background-image: url('../img/banner-note.png');
  }
}

/* mobile and tablets */
@media only screen and (max-width: 992px) {
  section#you-can-be-agpro {
    min-height: 100%;
    max-height: 100%;
    background-size: cover;
    background-image: url('../img/banner-mobile.png');
    background-position-x: 52%;
  }

  .navbar-brand > .brand img {
    max-height: 30px;
    margin: 0;
    width: 122.66px;
    max-width: 122.66px;
    padding-left: 34px;
  }

  section#you-can-be-agpro > header.header {
    background-color: var(--color-light-green)!important;
    margin: 0;
    min-width: 100%;
  }

  section#you-can-be-agpro > header.header button.navbar-toggler > img.menu {
    width: 21px;
    height: 18px;
  }

  section#you-can-be-agpro > header.header button.navbar-toggler > img.close {
    width: 24px;
    height: 24px;
    opacity: 1;
  }

  section#you-can-be-agpro > header.header > .navbar {
    padding: 0;
    width: 100%;
  }

  section#you-can-be-agpro > header.header > .navbar ul.navbar-nav {
    margin-top: 32px;
  }

  header.header {
    max-height: 100%;
  }

  header.header > .navbar .box {
    display: flex!important;
    align-items: center;
  }

  header.header > .navbar .box .btn-login {
    text-decoration: none;

    font-size: 15.02px;
    font-weight: bold;
    color: var(--color-green);
    border: 1px solid var(--color-green);
    border-radius: 5px;
    width: 88px;
    height: 30px;
    margin-right: 16px;

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    transition: 200ms ease-in-out;
  }

  header.header > .navbar .box .btn-login:hover {
    border: 1px solid var(--color-green);
    color: var(--color-green);
  }

  header.header > .navbar .box .btn-login .avatar-login {
    width: 18px;
    height: 18px;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  header.header > .navbar .box .btn-login .avatar-login img {
    width: 19px;
    height: 19px;
  }

  .navbar-nav {
    min-height: 100vh;
  }

  .navbar-nav > .nav-item {
    margin-left: 0!important;
    height: 40px;
  }

  .navbar-nav > .nav-item > a.nav-link {
    width: 100%;
    height: 100%;

    font-size: 16px;
    font-weight: 900;

    display: flex;
    align-items: center;
  }

  .navbar-nav > .nav-item > a.nav-link:hover {
    color: var(--color-green);
    opacity: 1;
  }

  .navbar-nav > .nav-item.buttons {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-nav > .nav-item.buttons > a.nav-link {
    margin: 0;
    width: 256px;
    max-width: 256px;
    height: 60px!important;
    padding: 18px!important;
    width: 100%!important;
    border-radius: 5px!important;

    text-align: center;
    font-size: 16px;
    font-weight: 900;
  }

  .navbar-nav > .nav-item.buttons > a.nav-link:hover {
    color: var(--color-white);
    opacity: 1;
  }

  .navbar-nav > .nav-item.buttons a.nav-link.login-now {
    border: 1px solid var(--color-white);
    margin-bottom: 18px;
    transition: 200ms ease-in-out;
  }

  .navbar-nav > .nav-item.buttons a.nav-link.login-now:hover {
    border: 2px solid var(--color-green);
    color: var(--color-green);
  }

  .navbar-nav > .nav-item.buttons a.nav-link.login-now .avatar-login {
    width: 19px;
    height: 19px;
    border-radius: 19px;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-nav > .nav-item.buttons a.nav-link.login-now .avatar-login img {
    width: 15px;
    height: 15px;
  }

  a.login-now > div.avatar-login {
    margin-left: 8px;
  }

  section.you-can-be-agpro {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 34px;
  }

  section.you-can-be-agpro > header > h1 {
    font-size: 36px;
  }

  section.you-can-be-agpro > header > h1 span {
    height: 36px;
  }

  section.you-can-be-agpro > header > p {
    font-size: 13px;
  }

  section.you-can-be-agpro > header {
    margin-bottom: 38%;
  }

  section#who-are-the-agpros > article header {
    margin-bottom: 24px;
  }

  section#who-are-the-agpros > article header h1 {
    font-size: 35px;
    height: 40px;
  }

  section#who-are-the-agpros > article header h2 {
    font-size: 13px;
  }

  section#who-are-the-agpros > article p {
    font-size: 12px;
  }

  section#who-are-the-agpros {
    flex-direction: row-reverse;
    min-height: 333px;
  }

  section#who-are-the-agpros > article .box {
    margin: 0;
    padding: 34px;
  }

  section#who-are-the-agpros > div.farmer {
    flex: 1;
    background-position: 72% bottom;
  }

  section#who-are-the-agpros > article {
    flex: 2;
  }

  section#how-it-works {
    padding: 34px;
  }

  section#how-it-works {
    width: 100%;
  }

  section#how-it-works > .box {
    padding: 0;
  }

  section#how-it-works > .box > header {
    margin: 0;
    padding: 8% 0;
  }

  section#how-it-works > .box > header h1 {
    font-size: 35px;
    height: 40px;
  }

  section#how-it-works > .box > header h2 {
    font-size: 13px;
  }

  section#how-it-works > ul.steps-to-work {
    flex-direction: column;
    margin: 0;
  }

  section#how-it-works > ul.steps-to-work li.card-pass > .box img {
    width: 129.29px;
    height: 129.29px;
  }

  section#how-it-works > ul.steps-to-work li.card-pass:after {
    /*display: none;*/
  }

  section#contact {
    padding: 34px;
  }

  section#contact > .box {
    align-items: flex-start;
    padding: 0;
  }

  section#contact > .box > header {
    margin-left: 0;
  }

  section#contact > .box > header h1 {
    font-size: 35px;
  }

  section#contact > .box > .contact > img {
    width: 38.84px;
    height: 38.84px;
    margin-right: 16px;
  }

  section#contact > .box > .contact > .box > span,
  section#contact > .box > .contact > .box > a > p {
    font-size: 13px;
  }



  section#terms-and-regulaments > a {
    font-size: 10px;
  }
}

/* full desktop */
@media screen and (min-width: 1920px) {
  section#you-can-be-agpro {
    background: url('../img/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    height: 100%;
    min-width: 100%;
  }

  section#who-are-the-agpros > div.farmer {
    flex: 1;
    background: url('../img/farmer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: multiply;
  }
}

@media screen and (max-width: 596px) {
  section#who-are-the-agpros {
    flex-direction: column-reverse;
    min-height: unset;
  }
}

/* iphone 4,5,5s */
@media screen and (max-width: 324px) {
  section#contact > .box > .contact > .box > a > p {
    max-width: 200px!important;
  }

  section.you-can-be-agpro,
  section#how-it-works,
  section#contact,
  section#who-are-the-agpros > article .box {
    padding: 20px;
  }

  .navbar-brand > .brand img {
    padding-left: 0;
  }
}


@media screen and (max-width: 359px) {
  header.header > .navbar .box .btn-login {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  section#contact > .box > .contact > .box > a > p {
    max-width: 220px;
  }
}

@media screen and (max-width: 420px) {
  section.you-can-be-agpro > header > h1 {
    font-size: 28px;
    min-width: fit-content;
  }

  section.you-can-be-agpro > header > h1 span {
    height: 32px;
  }
}

@media only screen and (min-width: 565px) and (max-width: 992px) {
  section#you-can-be-agpro {
    background-position-x: 38%;
  }

  section.you-can-be-agpro > header {
    max-width: 400px;
  }

  section#you-can-be-agpro > header.header {
    padding: 12px 18px 18px 54px;
  }

  section.you-can-be-agpro,
  section#how-it-works,
  section#contact,
  section#who-are-the-agpros > article .box {
    padding: 54px;
  }
}

/* tablets (ipad, ipad mini) */
@media only screen and (min-width: 768px) and (max-width: 1249px) {
  section#how-it-works > ul.steps-to-work {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;

    max-width: 694px;
  }
}

@media only screen and (max-height: 448px) and (orientation: landscape) {
  section.you-can-be-agpro > header {
    margin-top: 48px;
    margin-left: 48px;
  }
}

@media only screen and (max-width: 1350px) {

  section#contact > .box {
    align-items: unset;
    flex-direction: column;
  }

  section#contact > .box > header {
    margin-bottom: 32px;
  }

  section#contact > .box > .contact {
    margin-bottom: 22px;
  }

  section#contact > .box > div.contact {
    margin-left: 0;
    width: fit-content;
    flex-direction: row;
    align-items: center;
  }

  section#contact > .box > .contact > img {
    margin-right: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1350px) {
  section#contact > .box > .contact {
    margin-bottom: 22px;
    margin-left: 150px!important;
  }
}

@media only screen and (max-width: 565px) and (max-height: 375px) and (orientation: landscape) {
  section.you-can-be-agpro {
    align-items: flex-start;
    margin-top: 32px;
  }

  section.you-can-be-agpro > header {
    margin-top: 0;
    margin-left: 32px;
  }
}
.navbar{
  padding: 1rem 0rem !important;
}
.title-section{
    color: var(--color-green);
}

.description-agpro{
    color: var(--color-dark-gray);
}

section#you-can-be-agpro .header-links  {
    width: 100%;
    background-color: #00000052;
}
section#you-can-be-agpro > .header-links header {
    padding: 10px 0;
}

section#all-rights-reserved > p {
    color: #5e5e5e
}

.register-now {
    font-size: 11px!important;
}
.register-now > span > span {
    color: rgb(182, 255, 96);
}
