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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  outline: transparent !important;
}

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #4b4b44;
  padding: 0.2em 0;
}

/* Media Queries
--------------------------------------------------------- */
html {
  font-size: 43.75%;
}

@media only screen and (min-width: 768px) {
  html {
    font-size: 50%;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 56.25%;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

body,
textarea,
button,
input {
  font-size: 1.8em;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.5em;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2.2rem;
}

h6 {
  font-size: 1.8rem;
}

p {
  font-size: 1.6rem;
  line-height: 1.5em;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30rem;
  height: 100vh;
  position: fixed;
  padding-left: 1rem;
  z-index: 100;
  background-color: white;
  -webkit-box-shadow: 1px 0px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 0px 40px 0px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
}

.nav__top-wrapper {
  margin-bottom: 7rem;
}

@media only screen and (max-width: 1499px) {
  .nav__top-wrapper {
    margin-bottom: 2rem;
  }
}

.nav__top-wrapper .nav__logo img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 12rem;
}

.nav__top-wrapper .nav__text p {
  font-size: 3rem;
  font-weight: 900;
  color: #3c981a;
  line-height: 2.5rem;
}

.nav__top-wrapper .nav__text p:nth-child(2) {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
  font-weight: 500;
  font-size: 1.7rem;
}

.nav .nav__btn {
  margin-bottom: 7rem;
}

@media only screen and (max-width: 1499px) {
  .nav .nav__btn {
    margin-bottom: 2rem;
  }
}

.nav .nav__btn button {
  font-size: 2rem;
  padding: 1.5rem 7rem;
}

.nav .nav__links {
  width: 30rem;
}

.nav .nav__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  color: rgba(0, 0, 0, 0.4);
}

.nav .nav__links ul li {
  padding: 2rem 2rem;
}

@media only screen and (max-width: 1499px) {
  .nav .nav__links ul li {
    padding: 1.2rem 1.5rem;
  }
}

.nav .nav__links ul li:hover {
  background-color: #f6f6f6;
  cursor: pointer;
}

.nav .nav__links ul li a {
  padding-left: 1rem;
  color: inherit;
  text-decoration: none;
}

.nav-mobile {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem;
  width: 96%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  background-color: white;
  z-index: 100;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.nav-mobile .nav__logo img {
  width: 10rem;
}

.nav-mobile .nav__burger {
  width: 4rem;
  padding-right: 2rem;
}

.nav-mobile .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  position: absolute;
  z-index: 100;
  background-color: white;
  z-index: 100;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  left: 0px;
  top: 90px;
  width: 40rem;
  padding-top: 10rem;
  -webkit-transform: translateX(-45rem);
          transform: translateX(-45rem);
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: scroll;
}

.nav-mobile .menu .nav__btn {
  margin-bottom: 2rem;
  margin-left: -4rem;
}

.nav-mobile .menu .nav__btn button {
  font-size: 3rem;
  padding: 1rem 4rem;
}

.nav-mobile .menu .nav__links {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 3rem;
}

.nav-mobile .menu .nav__links ul {
  height: inherit;
  color: rgba(0, 0, 0, 0.4);
}

.nav-mobile .menu .nav__links ul li {
  padding: 2rem 2rem;
}

.nav-mobile .menu .nav__links ul li:hover {
  background-color: #f6f6f6;
  cursor: pointer;
}

.nav-mobile .menu .nav__links ul li a {
  padding-left: 1rem;
  color: inherit;
  text-decoration: none;
}

.active-menu {
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
}

strong {
  font-weight: bold;
}

body,
html {
  overflow-x: hidden;
  height: 100%;
  position: relative;
}

.btn {
  border-radius: 50px;
  background-color: #3c981a;
  color: white;
  border: none;
  background: #3c981a;
  background: -webkit-gradient(linear, right top, left top, from(#3c981a), to(#50c625));
  background: linear-gradient(270deg, #3c981a 0%, #50c625 100%);
  font-weight: 700;
}

.btn a {
  color: white;
  text-decoration: none;
}

.btn:hover {
  cursor: pointer;
}

.btn:active,
.btn:focus {
  outline: none;
}

.active {
  color: #3c981a;
  font-weight: bold;
}

.padding {
  padding-left: 30rem;
}

@media only screen and (max-width: 767px) {
  .padding {
    padding: 0rem;
  }
}

.container {
  margin-left: 10rem;
  margin-right: 10rem;
}

@media only screen and (max-width: 1499px) {
  .container {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.underline {
  text-decoration: underline;
  cursor: pointer;
}

.box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 1px 0px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 0px 40px 0px rgba(0, 0, 0, 0.1);
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 10rem;
  border-radius: 20px;
  width: 80%;
}

@media only screen and (max-width: 1499px) {
  .box-wrapper {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .box-wrapper {
    width: 96%;
  }
}

.box-wrapper h2 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-bottom: 5rem;
  padding-left: 5rem;
  color: #2e6719;
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .box-wrapper h2 {
    font-size: 25px;
  }
}

.box-wrapper .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .box-wrapper .box-flex {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4rem;
  }
}

.box-wrapper .box-flex img {
  width: 50%;
  height: auto;
}

.box-wrapper .box-flex ul li {
  font-size: 20px;
  list-style: none;
  padding: 2rem 2rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 767px) {
  .box-wrapper .box-flex ul li {
    line-height: 3rem;
    padding: 2rem 0rem;
    padding-left: 1rem;
    font-size: 15px;
    padding-right: 2rem;
  }
}

.box-wrapper .box-flex ul li::before {
  content: "\2B24";
  color: #2e6719;
  font-size: 1.7rem;
  padding-left: -2rem;
  padding-right: 1rem;
}

.box-wrapper .box-flex ul li strong {
  color: rgba(0, 0, 0, 0.43);
}

.box-wrapper .box-flex .flex-right {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .box-wrapper .box-flex .flex-right {
    width: 100%;
  }
}

.box-wrapper .box-flex .flex-left {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .box-wrapper .box-flex .flex-left {
    width: 100%;
  }
}

.offer-wrapper {
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offer-wrapper .offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  padding: 4rem 3rem;
  width: 66%;
  height: 20vh;
  background-color: #ffe9ca;
}

@media only screen and (max-width: 767px) {
  .offer-wrapper .offer {
    text-align: center;
    padding: 5rem 3rem;
  }
}

.offer-wrapper .offer h2 {
  color: #2e6719;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .offer-wrapper .offer h2 {
    font-size: 25px;
  }
}

.offer-wrapper .offer p {
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .offer-wrapper .offer p {
    font-size: 15px;
  }
}

.offer-wrapper .offer button {
  font-size: 2rem;
  padding: 1.5rem 6.5rem;
}

.box-directory__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 1px 0px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 0px 40px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10rem;
  border-radius: 20px;
  padding: 4rem 7rem 10rem 7rem;
  width: 65%;
}

.box-directory__wrapper h2 {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-bottom: 1rem;
  padding-top: 2rem;
  color: #2e6719;
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .box-directory__wrapper h2 {
    font-size: 25px;
  }
}

.box-directory__wrapper p {
  padding-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .box-directory__wrapper p {
    font-size: 15px;
  }
}

.box-directory__wrapper .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.box-directory__wrapper .box-flex ul li {
  font-size: 20px;
  list-style: none;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid #eeecec;
  width: 100%;
}

.box-directory__wrapper .box-flex ul li strong {
  color: rgba(0, 0, 0, 0.43);
}

.box-directory__wrapper .box-flex .flex-right {
  width: 100%;
}

.green {
  color: #2e6719;
}

.red {
  color: red;
  padding-left: 0.5rem;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .search {
    margin-top: 10rem;
  }
  .search h1 {
    text-align: center;
  }
}

.search .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.search .section-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 4rem;
  width: 100%;
}

@media only screen and (max-width: 1499px) {
  .search .section-nav {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .search .section-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search .section-nav span {
    display: none;
  }
}

.search .section-nav a {
  color: #2e6719;
  text-decoration: none;
}

@media only screen and (max-width: 1499px) {
  .search .section-nav a {
    padding: 0rem 2rem;
  }
}

@media only screen and (max-width: 1499px) {
  .search .section-nav a {
    font-size: 2rem;
    line-height: 3rem;
    padding: 0rem 0rem;
  }
}

.search .section-nav a:hover {
  text-decoration: underline;
}

.search .section-nav a:active {
  font-weight: bold;
}

.search .flex-right ul li {
  width: 100%;
  padding: 0.5rem 0rem;
  border: none;
}

.search .flex-right ul li p {
  line-height: 2rem;
  padding-top: 1rem;
}

.search h1 {
  font-weight: bold;
  color: #2e6719;
  padding: 8rem 0rem;
}

.search .elipse-1,
.search .elipse-2 {
  position: absolute;
  z-index: -1;
}

.search .elipse-1 {
  top: 55rem;
  left: 140rem;
  width: 25rem;
}

.search .elipse-2 {
  top: 85rem;
  left: 120rem;
  width: 45rem;
}

.form-flex {
  width: 70%;
}

.form-flex .form-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-flex form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-flex form label {
  color: rgba(0, 0, 0, 0.43);
  font-size: 2rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.form-flex form input {
  width: 40rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.43);
  padding: 2rem;
  font-size: 2rem;
  color: #2e6719;
}

.form-flex form input::-webkit-input-placeholder {
  padding: 0;
  margin: 0;
  font-size: 1.9rem;
  color: rgba(0, 0, 0, 0.43);
}

.form-flex form input:-ms-input-placeholder {
  padding: 0;
  margin: 0;
  font-size: 1.9rem;
  color: rgba(0, 0, 0, 0.43);
}

.form-flex form input::-ms-input-placeholder {
  padding: 0;
  margin: 0;
  font-size: 1.9rem;
  color: rgba(0, 0, 0, 0.43);
}

.form-flex form input::placeholder {
  padding: 0;
  margin: 0;
  font-size: 1.9rem;
  color: rgba(0, 0, 0, 0.43);
}

.form-flex form select {
  width: 44rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.43);
  padding: 1rem 0rem 1rem 2rem;
  background-color: white;
  color: rgba(0, 0, 0, 0.43);
}

.form-flex form textarea {
  width: 42rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.43);
  padding: 1rem 0rem 1rem 2rem;
  background-color: white;
  color: #2e6719;
  font-size: 2rem;
  height: 15rem;
  margin-bottom: 5rem;
}

.form-flex form textarea::-webkit-input-placeholder {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.43);
}

.form-flex form textarea:-ms-input-placeholder {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.43);
}

.form-flex form textarea::-ms-input-placeholder {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.43);
}

.form-flex form textarea::placeholder {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.43);
}

.form-flex form .form-btn {
  margin-bottom: 5rem;
  max-width: 90%;
  color: #fff;
}

.translate-dropdown {
  position: fixed;
  right: 20px;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .translate-dropdown {
    right: 80px;
    top: 27px;
  }
}

.dropbtn {
  background-color: #3c981a;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  min-width: 180px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .dropbtn {
    padding: 10px 0px;
    min-width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .dropbtn p {
    display: none;
  }
}

.dropbtn img {
  width: 2.5rem;
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(342deg) brightness(111%) contrast(99%);
          filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(342deg) brightness(111%) contrast(99%);
}

@media only screen and (max-width: 767px) {
  .dropbtn img {
    width: 3rem;
  }
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #2e6719;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 180px;
  overflow-y: scroll;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  right: 0;
  z-index: 2000;
  width: 80%;
  max-height: 250px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  height: 100%;
}

.dropdown-content a h2 {
  width: 50%;
  font-size: 1.5rem;
  padding-left: 1rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media only screen and (max-width: 767px) {
  .dropdown-content a h2 {
    width: 80%;
  }
}

.dropdown-content a img {
  width: 2.3rem;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .dropdown-content a img {
    width: 3.3rem;
  }
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 5rem 0rem;
  height: 50vh;
}

@media only screen and (max-width: 767px) {
  .details {
    margin-top: 10rem;
  }
}

.details h1 {
  color: #2e6719;
  font-weight: bold;
  font-size: 50px;
}

@media only screen and (max-width: 767px) {
  .details h1 {
    font-size: 45px;
  }
}

.details h2,
.details h3 {
  color: #2e6719;
  font-size: 3rem;
}

.relative-section {
  position: relative;
}

h3,
h4 {
  text-align: center;
  padding-bottom: 7rem;
  font-size: 25px;
  color: #2e6719;
  line-height: 3rem;
}

@media only screen and (max-width: 767px) {
  h3,
  h4 {
    font-size: 20px;
  }
}

.elipse-1,
.elipse-2 {
  position: absolute;
}

.elipse-1 {
  top: 5rem;
  left: 107rem;
  width: 45rem;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .elipse-1 {
    left: 30rem;
  }
}

.elipse-2 {
  bottom: 115rem;
  left: 140rem;
  width: 20rem;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .elipse-2 {
    left: 40rem;
  }
}
