@charset "UTF-8";
@font-face {
  font-family: "Roboto Light";
  src: url("../../../build/fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "EastmanTrial Light";
  src: url("../../../build/fonts/EastmanTrial-Light.otf") format("opentype");
}
@font-face {
  font-family: "EastmanTrial Extrabold";
  src: url("../../../build/fonts/EastmanTrial-Extrabold.otf") format("opentype");
  /* Puedes agregar más formatos según sea necesario (e.g., woff2, o svg) */
}
@font-face {
  font-family: "Fortune Teller DEMO";
  src: url("../../../../../build/fonts/FortuneTellerDEMO-Regular.otf") format("opentype");
}
body {
  overflow-x: hidden;
}

body.overflow-hidden {
  overflow: hidden; /* Bloquea el desplazamiento de la página */
}

html {
  box-sizing: border-box;
  font-size: 62.5%; /*10px = 1 Rem*/
  min-width: 250px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  letter-spacing: 0.03vw;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
}

ul, ol {
  margin-bottom: 0 !important;
}

li {
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  font-size: 2rem;
}

a {
  text-decoration: none !important;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
}

.w-35 {
  width: 35px;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.fs-7 {
  font-size: 7rem;
}

.tu {
  transform: unset !important;
}

.h-400px {
  height: 400px !important;
}

@media (min-width: 768px) {
  .h-md-400px {
    height: 400px !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-400px {
    height: 400px !important;
  }
}

.h-500px {
  height: 500px !important;
}

.bg-invisible {
  background-color: transparent !important;
}

.fuente-titulos {
  font-family: "Fortune Teller DEMO";
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.navbar {
  display: flex;
  height: 100px;
  position: relative;
  z-index: 1000;
  justify-content: end !important;
}

.portada__container {
  background-image: url(../../img/portada/Fincagro-portada.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.portada__wrapper {
  height: 100dvh;
  width: 100%;
  position: relative;
}
.portada__wrapper .wrapper__cont {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.portada__wrapper .wrapper__cont__title {
  text-align: center;
  font-size: clamp(3rem, 2vw + 1rem, 4.5rem);
  margin-bottom: 2%;
  font-weight: 400;
}

.navbar {
  display: flex;
  position: absolute !important;
  align-items: center;
  justify-content: space-around !important;
  background-color: transparent !important;
  color: #FFF;
  flex-wrap: wrap;
  width: 100%;
  top: 3%;
}
@media (min-width: 992px) {
  .navbar {
    justify-content: space-between !important;
  }
}
.navbar__logo img {
  width: 100%;
  padding: 1.5rem;
  max-width: 375px;
}
@media (min-width: 576px) {
  .navbar__logo img {
    max-width: inherit;
    width: auto;
    height: 90px;
  }
}
@media (min-width: 1400px) {
  .navbar__logo img {
    margin-left: 5rem;
    height: 90px;
  }
}
.navbar__toggle {
  background: none;
  font-size: 3rem;
  border: none;
  color: #FFF;
  cursor: pointer;
  display: none;
}
.navbar__links {
  transition: all 0.3s ease;
  margin-right: 2%;
  color: #FFF;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .navbar__links {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .navbar__links {
    font-size: 1.8rem;
  }
}
.navbar__links ul {
  list-style: none;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .navbar__links ul {
    gap: 5rem;
  }
}
@media (min-width: 1400px) {
  .navbar__links ul {
    gap: 6rem;
  }
}
.navbar__links ul li {
  border: solid 3px rgba(255, 255, 255, 0.3);
  padding: 0 1rem;
  border-radius: 4px;
  flex: 0 0 50%;
}
.navbar__links ul li, .navbar__links ul a {
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.navbar__links ul li:hover, .navbar__links ul a:hover {
  color: #4caf50;
}

@media (max-width: 992px) {
  .navbar__toggle {
    display: block;
  }
  .navbar__links {
    width: 100%;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  }
  .navbar__links ul {
    flex-direction: row;
    align-items: center;
    padding: 1rem 0;
    justify-content: center;
  }
  .navbar__links.open {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
  }
}
.section2__container {
  height: auto;
}

.section2__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 3rem;
  align-items: center;
  padding: 1rem;
}
@media (min-width: 992px) {
  .section2__wrapper {
    gap: 10rem;
    padding: 15rem 0;
    flex-direction: row;
    margin: 0 10%;
  }
}
.section2__wrapper__text {
  width: 100%;
  text-align: justify;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}
.section2__wrapper__text span {
  font-weight: bold;
}
.section2__wrapper__text p {
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .section2__wrapper__text p {
    font-size: 2.3rem;
  }
}
.section2__wrapper__text__icons {
  background-color: #00974E;
  margin-top: 5rem;
  padding: 1.5rem 3rem;
  border-radius: 32px;
  box-shadow: -3px -3px 8px 1px rgba(0, 0, 0, 0.7);
}
.section2__wrapper__text .icons {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section2__wrapper__text .icons {
    flex-direction: row;
  }
}
.section2__wrapper__text .icons__container {
  padding: 1rem;
  display: flex;
  background-color: #FFF;
  border-radius: 24px;
  column-gap: 1.5rem;
  align-items: center;
}
.section2__wrapper__text .icons__container img {
  width: 45px;
  height: 40px;
}
@media (min-width: 1200px) {
  .section2__wrapper__text .icons__container img {
    width: 70px;
    height: 60px;
  }
}
.section2__wrapper__text .icons__container span {
  color: #006E4E;
  display: block;
}
.section2__wrapper__text .icons__container p {
  font-size: 2rem;
  margin-bottom: 0 !important;
  line-height: 2rem;
}
.section2__wrapper__img {
  width: 100%;
  display: flex;
  align-items: center;
}
.section2__wrapper__img img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 256px;
}
@media (min-width: 768px) {
  .section2__wrapper__img img {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .section2__wrapper__img img {
    max-width: inherit;
    width: 530px;
  }
}

.solution__container {
  width: 100%;
  position: relative;
}
.solution__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #00974E;
  z-index: -1;
}

.solution__wrapper {
  padding: 1rem;
}
@media (min-width: 576px) {
  .solution__wrapper {
    margin: 0 20%;
  }
}
.solution__wrapper .solution__wrapper__title {
  padding-top: 7%;
}
.solution__wrapper .solution__wrapper__title .title__container {
  display: inline-block;
  padding: 2rem 2rem;
  border: solid 3px #FFF;
  border-radius: 32px 32px 32px 0;
}
.solution__wrapper .solution__wrapper__title .title__container h3 {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 2vw, 3.2rem);
  font-weight: 300;
}
.solution__wrapper .solution__wrapper__title .title__container span {
  font-weight: 900;
}
.solution__wrapper .solution__wrapper__title .text__container {
  margin-top: 5rem;
}
@media (min-width: 576px) {
  .solution__wrapper .solution__wrapper__title .text__container {
    padding: 0 0 0 3rem;
  }
}
.solution__wrapper .solution__wrapper__title .text__container p {
  font-size: clamp(1.6rem, 1.8vw, 2.4rem);
  color: #FFF;
  font-weight: 600;
  text-align: justify;
}
.solution__wrapper .solution__wrapper__title .text__container span {
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
.solution__wrapper .solution__wrapper__title .img__container--web {
  background-color: white;
  border-radius: 48px;
  margin-top: 5rem;
  padding: 2rem 4rem;
  display: none;
}
@media (min-width: 1200px) {
  .solution__wrapper .solution__wrapper__title .img__container--web {
    display: block;
  }
}
@media (min-width: 1400px) {
  .solution__wrapper .solution__wrapper__title .img__container--web {
    padding: 3rem 15rem;
  }
}
.solution__wrapper .solution__wrapper__title .img__container--web img {
  width: 100%;
}
.solution__wrapper .solution__wrapper__title .img__container--mobile {
  display: initial;
  width: 100%;
  display: flex;
  justify-content: center;
}
.solution__wrapper .solution__wrapper__title .img__container--mobile img {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 1200px) {
  .solution__wrapper .solution__wrapper__title .img__container--mobile {
    display: none;
  }
}

.solution__button {
  background-color: #006E4E;
  display: inline-block;
  padding: 0 1.5rem;
  border-radius: 32px 32px 32px 0;
  border: solid 2px #FFF;
  font-weight: 900;
  color: white;
  font-size: 2.2rem;
  line-height: 3rem;
}
.solution__button span {
  font-size: 3rem;
  margin-right: 0.5rem;
  color: #92C01F;
}

.cultivos__container {
  width: 100%;
  position: relative;
}
.cultivos__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #006E4E;
  z-index: -1;
}

.cultivos__wrapper {
  padding: 1rem;
  padding-top: 5rem;
  box-sizing: border-box;
  max-width: 1115px;
  margin: 0 auto;
}
.cultivos__wrapper h3 {
  margin-bottom: 0;
  display: inline-block;
  padding: 2rem;
  border: solid 3px #FFF;
  border-radius: 48px 64px 64px 0;
  font-size: 2.5rem;
}
.cultivos__wrapper__title {
  margin: 5rem 0;
}
.cultivos__wrapper .contenedor__cultivos {
  background-color: #FFF;
  border-radius: 32px;
  padding: 5rem 1rem;
  box-sizing: border-box;
}
.cultivos__wrapper .contenedor__cultivos p {
  color: #006E4E;
  text-align: center;
}
.cultivos__wrapper .contenedor__cultivos__title {
  font-weight: 900;
  margin: 2rem 0;
}
.cultivos__wrapper .contenedor__cultivos__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.cultivos__wrapper .contenedor__cultivos__flex .cult-container {
  width: calc(50% - 1rem);
  flex: none;
  background-color: #00534D;
  border-radius: 16px;
}
@media (min-width: 576px) {
  .cultivos__wrapper .contenedor__cultivos__flex .cult-container {
    width: inherit;
    width: 130px;
  }
}
.cultivos__wrapper .contenedor__cultivos__flex .cult-container p {
  color: #FFF;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 2.5rem;
}
.cultivos__wrapper .contenedor__cultivos__flex .cult-container p:last-child {
  margin-bottom: 1rem;
}
.cultivos__wrapper .contenedor__cultivos__flex .cult-container img {
  width: 100%;
}
.cultivos__wrapper .contenedor__cultivos__flex .cult-container .limon__text {
  font-size: 2rem;
}
@media (min-width: 576px) {
  .cultivos__wrapper .contenedor__cultivos__flex .cult-container .limon__text {
    font-size: 1.6rem;
  }
}
.cultivos__wrapper .contenedor__cultivos__flex .cult-container .aux {
  font-weight: 400;
  color: #92C01F;
}

.cultivos__text__container {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .cultivos__text__container {
    flex-direction: row;
    align-items: center;
  }
}
.cultivos__text__container .condiciones span {
  display: block;
}
.cultivos__text__container .condiciones p {
  border-radius: 64px 32px 0 64px;
  border: solid 4px #00974E;
  margin-bottom: 0;
  padding: 2rem 2.5rem;
  font-size: 2.2rem;
  font-weight: 800;
}
.cultivos__text__container .lista__container li {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  display: flex;
  align-items: first baseline;
  font-weight: 500;
}
.cultivos__text__container .lista__container li img {
  width: 15px;
  height: 15px;
  margin-right: 1rem;
}

.contacto__container {
  background-color: #00534D;
}

.contacto_wrapper {
  max-width: 1115px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  padding: 13rem 0;
}
.contacto_wrapper .contact__left {
  position: relative;
  display: none;
  width: 100%;
}
@media (min-width: 992px) {
  .contacto_wrapper .contact__left {
    display: block;
  }
}
.contacto_wrapper .contact__left img {
  width: 100%;
  height: 100%;
}
.contacto_wrapper .contact__left .left__text {
  position: absolute;
  bottom: 5%;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  font-size: 3rem;
}
.contacto_wrapper .right__layout {
  width: 100%;
  background-color: #FFF;
  border-radius: 0 32px 32px 0;
  padding: 5rem 3rem 4rem 3rem;
}
.contacto_wrapper .right__layout .layout__order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contacto_wrapper .right__layout .layout__order__title p {
  margin-bottom: 0rem;
  font-size: 2rem;
  font-weight: 900;
  border: solid 3px #00974E;
  border-radius: 32px 64px 64px 0;
  padding: 2rem;
  color: #00534D;
}
@media (min-width: 992px) {
  .contacto_wrapper .right__layout .layout__order__title p {
    font-size: 3rem;
  }
}
.contacto_wrapper .right__layout__icons {
  display: flex;
  gap: 1rem;
}
.contacto_wrapper .right__layout__icons img {
  width: 35px;
  height: 35px;
}
.contacto_wrapper .right__layout .contact__text {
  margin-top: 5rem;
  font-weight: 600;
}
.contacto_wrapper .right__layout .contact__text p {
  font-size: clamp(1.6rem, 1.8vw, 2.25rem);
  text-align: justify;
  line-height: 2.5rem;
  color: #006E4E;
}
.contacto_wrapper .right__layout .contact__info {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.contacto_wrapper .right__layout .contact__info::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 200px;
  height: 6px;
  background-color: #92C01F;
}
.contacto_wrapper .right__layout .contact__info p {
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  font-weight: 600;
  color: #00534D;
}
.contacto_wrapper .right__layout .form {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}
.contacto_wrapper .right__layout .form input, .contacto_wrapper .right__layout .form textarea, .contacto_wrapper .right__layout .form button {
  border-radius: 8px;
  border: solid 2px #00974E;
  font-size: 2rem;
  padding-left: 1rem;
}
.contacto_wrapper .right__layout .form input::placeholder, .contacto_wrapper .right__layout .form textarea::placeholder, .contacto_wrapper .right__layout .form button::placeholder {
  font-size: 2rem;
}
.contacto_wrapper .right__layout .form input {
  height: 4.5rem;
}
.contacto_wrapper .right__layout .form textarea {
  height: 9rem;
  min-height: 6rem;
  max-height: 9.5rem;
}
.contacto_wrapper .right__layout .form button {
  position: relative;
  bottom: 0rem;
  right: 0;
  height: 4.5rem;
  font-size: 2rem;
  background-color: #00974E;
  color: #FFF;
  padding: 0 3rem;
}
@media (min-width: 576px) {
  .contacto_wrapper .right__layout .form button {
    align-self: flex-end;
  }
}

.footer {
  background-color: #082A2A;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
  gap: 6rem;
}
@media (min-width: 768px) {
  .footer {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer div {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer img {
    min-width: 200px;
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .footer img {
    max-width: unset;
  }
}
.footer .logo-canes {
  width: 35%;
}
.footer .logo-grupo {
  width: 60%;
}
.footer .logo-fira {
  width: 35%;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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