@charset "UTF-8";
/** variables */
/** colores */
/** semánticos */
body, html {
  font-size: 16px;
}

h1 {
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 3.125rem;
  margin-bottom: 1rem;
  max-width: 800px;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.807rem;
  line-height: 2.1875rem;
  margin-bottom: 1rem;
  max-width: 800px;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.602rem;
  line-height: 2.1875rem;
  margin-bottom: 1rem;
  max-width: 800px;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.424rem;
  line-height: 1.9375rem;
  margin-bottom: 1rem;
  max-width: 800px;
}

p, input, textarea {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1rem;
  line-height: 1.4375rem;
  letter-spacing: 0.02rem;
  margin-bottom: 1rem;
  max-width: 800px;
}
p .piedefoto, p .textopequeno, input .piedefoto, input .textopequeno, textarea .piedefoto, textarea .textopequeno {
  letter-spacing: 0rem;
}

.piedefoto {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.889rem;
  color: #999999;
  line-height: 1.1875rem;
  margin-bottom: 1rem;
}

.textopequeno, input[type=checkbox] {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.79rem;
  line-height: 1.0625rem;
  margin-bottom: 1rem;
}

.textomenu {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.424rem;
  line-height: 1.9375rem;
  margin-bottom: 1rem;
  color: #6BA140;
}
.textomenu:hover {
  color: #3F4F45;
}
.textomenu a:visited {
  color: #8BBB58;
}
.textomenu a:hover {
  color: #3B7722;
}
.textomenu a:active {
  color: #DB9F47;
}

strong {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

em {
  font-family: "Open Sans", sans-serif;
  font-variation-settings: "ital" 1;
}

h1 em {
  font-family: "Open Sans", sans-serif;
  font-variation-settings: "ital" 1;
  font-weight: 700;
}

.textocabecera {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
  color: #ffffff;
}

a {
  color: #6BA140;
}
a:visited {
  color: #4B81D3;
}
a:hover {
  color: #3B7722;
}
a:active {
  color: #DB9F47;
}

.header a:visited {
  color: #6BA140;
}

.listavertical {
  list-style: disc inside;
}
.listavertical li {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.4375rem;
  letter-spacing: 0.02rem;
}
.listavertical .nivel1 {
  font-weight: 700;
  text-indent: 2rem;
}
.listavertical .nivel2 {
  font-weight: 400;
  text-indent: 4rem;
}
.listavertical .nivel3 {
  font-weight: 400;
  color: #999999;
  text-indent: 6rem;
}

.listahorizontal {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.listahorizontal li {
  margin-right: 16px;
}
.listahorizontal .nivel1 {
  font-weight: 700;
}
.listahorizontal .nivel2 {
  font-weight: 400;
  margin-top: 16px;
}
.listahorizontal .nivel3 {
  font-weight: 400;
  color: #999999;
  margin-top: 32px;
}

/** BASE */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "Open Sans", sans-serif;
  height: 100%;
}

a {
  text-decoration: none;
}

/** imagenes */
.img_ancho {
  width: 100%;
  height: auto;
  align-self: center;
}

.img_mitad {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.img_peque {
  width: 100px;
  height: auto;
  align-self: center;
}

.img_mediana {
  width: 300px;
  height: auto;
  align-self: center;
}

.img_grande {
  width: 500px;
  height: auto;
  align-self: center;
}

/** componente cabecera */
.cabecera1 {
  height: 382px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.475), rgba(0, 0, 0, 0.475)), url(../img/cabecera_frutas.jpg);
  background-repeat: none;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabecera2 {
  height: 382px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.475), rgba(0, 0, 0, 0.475)), url(../img/cabecera_verduras.jpg);
  background-repeat: none;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabecera3 {
  height: 382px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.475), rgba(0, 0, 0, 0.475)), url(../img/cabecera_avellanas.jpg);
  background-repeat: none;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabecera4 {
  height: 382px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.475), rgba(0, 0, 0, 0.475)), url(../img/cabecera_berenjenas.jpg);
  background-repeat: none;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabecera5 {
  height: 382px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.475), rgba(0, 0, 0, 0.475)), url(../img/cabecera_calabacines.jpg);
  background-repeat: none;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabecera6 {
  height: 382px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.475), rgba(0, 0, 0, 0.475)), url(../img/cabecera_fresas.jpg);
  background-repeat: none;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabecera7 {
  height: 382px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.475), rgba(0, 0, 0, 0.475)), url(../img/cabecera_melocotones.jpg);
  background-repeat: none;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabecera8 {
  height: 382px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.475), rgba(0, 0, 0, 0.475)), url(../img/cabecera_platanos.jpg);
  background-repeat: none;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cabecera9 {
  height: 382px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.475), rgba(0, 0, 0, 0.475)), url(../img/cabecera_tomates.jpg);
  background-repeat: none;
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/** Botones */
button {
  margin: 8px 0 8px 0;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #8BBB58;
  border: none;
  height: 29px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  width: -moz-fit-content;
  width: fit-content;
}
button div {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
}
button:hover {
  border: none;
  background-color: #D1E4BB;
}
button:hover .material-symbols-outlined {
  color: #B2B9B4;
}
button:active {
  box-shadow: inset 0 0 2px #3F4F45;
  color: #ffffff;
  background-color: #A2C977;
}
button:active .material-symbols-outlined {
  color: #3F4F45;
}
button .material-symbols-outlined {
  color: #C7FC9A;
  font-size: 1.2rem;
  margin-top: -1px;
}
button div + span {
  margin-left: 8px;
}
button span + div {
  margin-left: 8px;
}

.falsoboton {
  margin: 8px 0 8px 0;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #8BBB58;
  border: none;
  height: 29px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  width: -moz-fit-content;
  width: fit-content;
}
.falsoboton p {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0px;
  font-weight: 700;
}
.falsoboton div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.falsoboton:hover {
  border: none;
  background-color: #D1E4BB;
}
.falsoboton:hover .material-symbols-outlined {
  color: #B2B9B4;
}
.falsoboton:active {
  box-shadow: inset 0 0 2px #3F4F45;
  color: #ffffff;
  background-color: #A2C977;
}
.falsoboton:active .material-symbols-outlined {
  color: #3F4F45;
}
.falsoboton .material-symbols-outlined {
  color: #C7FC9A;
  font-size: 1.2rem;
  margin-top: -1px;
}
.falsoboton p + span {
  margin-left: 8px;
}
.falsoboton span + p {
  margin-left: 8px;
}

.botonverde {
  padding: 9px 24px 7px 24px;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #8BBB58;
  border: none;
  font-weight: 700;
  height: 29px;
}
.botonverde:visited {
  color: #ffffff;
}
.botonverde:link {
  border-radius: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #8BBB58;
  border: none;
}
.botonverde:link .material-symbols-outlined {
  color: #C7FC9A;
}
.botonverde:hover {
  border: none;
  background-color: #D1E4BB;
}
.botonverde:hover .material-symbols-outlined {
  color: #B2B9B4;
}
.botonverde:active {
  box-shadow: inset 0 0 2px #3F4F45;
  color: #ffffff;
  background-color: #A2C977;
}
.botonverde:active .material-symbols-outlined {
  color: #3F4F45;
}
.botonverde .material-symbols-outlined {
  color: #C7FC9A;
}

.botonverde-secundario {
  padding: 9px 24px 7px 24px;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #8BBB58;
  background-color: #ffffff;
  border: solid 1px #8BBB58;
  height: 29px;
}
.botonverde-secundario:visited {
  color: #8BBB58;
}
.botonverde-secundario:link {
  border-radius: 16px;
  text-transform: uppercase;
  color: #8BBB58;
  background-color: #ffffff;
  border: solid 1px #8BBB58;
}
.botonverde-secundario:hover {
  border: solid 1px #8BBB58;
  background-color: #D1E4BB;
  color: #ffffff;
}
.botonverde-secundario:hover .material-symbols-outlined {
  color: #B2B9B4;
}
.botonverde-secundario:active {
  border: solid 1px #3F4F45;
  color: #ffffff;
  background-color: #A2C977;
}
.botonverde-secundario:active .material-symbols-outlined {
  color: #3F4F45;
}
.botonverde-secundario .material-symbols-outlined {
  color: #B2B9B4;
}

.botonazul {
  padding: 9px 24px 7px 24px;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #4B81D3;
  border: none;
  height: 29px;
}
.botonazul:visited {
  color: #ffffff;
}
.botonazul:link {
  border-radius: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #4B81D3;
  border: none;
}
.botonazul:hover {
  border: none;
  background-color: #C1D9FC;
}
.botonazul:hover .material-symbols-outlined {
  color: #B2B9B4;
}
.botonazul:active {
  box-shadow: inset 0 0 2px #3F4F45;
  color: #ffffff;
  background-color: #6C98DC;
}
.botonazul:active .material-symbols-outlined {
  color: #3F4F45;
}
.botonazul .material-symbols-outlined {
  color: #8AD0FF;
}

.botonazul-secundario {
  padding: 9px 24px 7px 24px;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #4B81D3;
  background-color: #ffffff;
  border: solid 1px #4B81D3;
  height: 29px;
}
.botonazul-secundario:visited {
  color: #4B81D3;
}
.botonazul-secundario:link {
  border-radius: 16px;
  text-transform: uppercase;
  color: #4B81D3;
  background-color: #ffffff;
  border: solid 1px #4B81D3;
}
.botonazul-secundario:hover {
  border: solid 1px #4B81D3;
  background-color: #C1D9FC;
  color: #ffffff;
}
.botonazul-secundario:hover .material-symbols-outlined {
  color: #B2B9B4;
}
.botonazul-secundario:active {
  border: solid 1px #3F4F45;
  color: #ffffff;
  background-color: #6C98DC;
}
.botonazul-secundario:active .material-symbols-outlined {
  color: #3F4F45;
}
.botonazul-secundario .material-symbols-outlined {
  color: #B2B9B4;
}

.botonrojo {
  padding: 9px 24px 7px 24px;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #CC5C5C;
  border: none;
  height: 29px;
}
.botonrojo:visited {
  color: #ffffff;
}
.botonrojo:link {
  border-radius: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #CC5C5C;
  border: none;
}
.botonrojo:hover {
  border: none;
  background-color: #F0C2C2;
}
.botonrojo:hover .material-symbols-outlined {
  color: #B2B9B4;
}
.botonrojo:active {
  box-shadow: inset 0 0 2px #3F4F45;
  color: #ffffff;
  background-color: #DB7F7F;
}
.botonrojo:active .material-symbols-outlined {
  color: #3F4F45;
}
.botonrojo .material-symbols-outlined {
  color: #FFABA1;
}

.botonrojo-secundario {
  padding: 9px 24px 7px 24px;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #CC5C5C;
  background-color: #ffffff;
  border: solid 1px #CC5C5C;
  height: 29px;
}
.botonrojo-secundario:visited {
  color: #CC5C5C;
}
.botonrojo-secundario:link {
  border-radius: 16px;
  text-transform: uppercase;
  color: #8BBB58;
  background-color: #ffffff;
  border: solid 1px #CC5C5C;
}
.botonrojo-secundario:hover {
  border: solid 1px #CC5C5C;
  background-color: #F0C2C2;
  color: #ffffff;
}
.botonrojo-secundario:hover .material-symbols-outlined {
  color: #B2B9B4;
}
.botonrojo-secundario:active {
  border: solid 1px #3F4F45;
  color: #ffffff;
  background-color: #DB7F7F;
}
.botonrojo-secundario:active .material-symbols-outlined {
  color: #3F4F45;
}
.botonrojo-secundario .material-symbols-outlined {
  color: #B2B9B4;
}

.botonamarillo {
  padding: 9px 24px 7px 24px;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #000000;
  background-color: #FFF500;
  border: none;
  height: 29px;
}
.botonamarillo:visited {
  color: #000000;
}
.botonamarillo:link {
  border-radius: 16px;
  text-transform: uppercase;
  color: #000000;
  background-color: #FFF500;
  border: none;
}
.botonamarillo:hover {
  border: none;
  background-color: #FFFEDC;
  color: rgba(0, 0, 0, 0.4470588235);
}
.botonamarillo:hover .material-symbols-outlined {
  color: #B2B9B4;
}
.botonamarillo:active {
  box-shadow: inset 0 0 2px #3F4F45;
  color: rgba(0, 0, 0, 0.5725490196);
  background-color: #FFFA81;
}
.botonamarillo:active .material-symbols-outlined {
  color: #3F4F45;
}
.botonamarillo .material-symbols-outlined {
  color: #ffffcf;
}

.botonamarillo-secundario {
  padding: 9px 24px 7px 24px;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #FFF500;
  height: 29px;
}
.botonamarillo-secundario:visited {
  color: #000000;
}
.botonamarillo-secundario:link {
  border-radius: 16px;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #FFF500;
}
.botonamarillo-secundario:hover {
  border: solid 1px #DB9F47;
  background-color: #FFFEDC;
  color: rgba(0, 0, 0, 0.4470588235);
}
.botonamarillo-secundario:hover .material-symbols-outlined {
  color: #B2B9B4;
}
.botonamarillo-secundario:active {
  border: solid 1px #3F4F45;
  color: rgba(0, 0, 0, 0.5725490196);
  background-color: #FFFA81;
}
.botonamarillo-secundario:active .material-symbols-outlined {
  color: #3F4F45;
}
.botonamarillo-secundario .material-symbols-outlined {
  color: #B2B9B4;
}

.botoninactivo {
  padding: 9px 24px 7px 24px;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #E1E1E1;
  border: none;
  height: 29px;
}
.botoninactivo:visited {
  padding: 9px 24px 7px 24px;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #E1E1E1;
  border: none;
}
.botoninactivo:link {
  padding: 9px 24px 7px 24px;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #E1E1E1;
  border: none;
}
.botoninactivo:hover {
  padding: 9px 24px 7px 24px;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #E1E1E1;
  border: none;
}
.botoninactivo:hover .material-symbols-outlined {
  color: #B2B9B4;
}
.botoninactivo:active {
  padding: 9px 24px 7px 24px;
  padding: 9px 24px 7px 24px;
  border-radius: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #E1E1E1;
  border: none;
  box-shadow: inset 0 0 0px #3F4F45;
}

.grande {
  padding: 16px 64px 16px 64px;
  height: 42px;
}

/** rejillas */
.rejilla1x3 {
  width: 100%;
  padding: 32px;
  display: grid;
  grid-template-columns: calc(33% - 21.33px) calc(33% - 21.34px) calc(33% - 21.34px);
  grid-gap: 32px;
}
@media screen and (max-width: 800px) {
  .rejilla1x3 {
    display: flex;
    flex-flow: column nowrap;
  }
}

.rejilla1x4 {
  width: 100%;
  padding: 32px;
  display: grid;
  grid-template-columns: calc(25% - 24px) calc(25% - 24px) calc(25% - 24px) calc(25% - 24px);
  grid-gap: 32px;
}
@media screen and (max-width: 800px) {
  .rejilla1x4 {
    display: flex;
    flex-flow: column nowrap;
  }
}

.rejilla2x3 {
  width: 100%;
  padding: 32px;
  display: grid;
  grid-template-columns: calc(33% - 21.33px) calc(33% - 21.34px) calc(33% - 21.34px);
  grid-template-rows: calc(50% - 16px) calc(50% - 16px);
  grid-gap: 32px;
}
@media screen and (max-width: 800px) {
  .rejilla2x3 {
    display: flex;
    flex-flow: column nowrap;
  }
}

.rejilla2x4 {
  width: 100%;
  padding: 32px;
  display: grid;
  grid-template-columns: calc(25% - 24px) calc(25% - 24px) calc(25% - 24px) calc(25% - 24px);
  grid-template-rows: calc(50% - 16px) calc(50% - 16px);
  grid-gap: 32px;
}
@media screen and (max-width: 800px) {
  .rejilla2x4 {
    display: flex;
    flex-flow: column nowrap;
  }
}

/** componente cards */
.rejilla-card_vertical {
  background-color: #EFFFEA;
  width: 100%;
  text-align: left;
  display: flex;
  flex-flow: column;
  padding: 8px;
  border-radius: 16px;
  padding: 20px;
  border: solid 1px #3B7722;
  max-width: 736px;
}
.rejilla-card_vertical img {
  width: 100%;
  margin-bottom: 20px;
}
.rejilla-card_vertical h2 {
  color: #3F4F45;
  margin: 0;
}
.rejilla-card_vertical h3 {
  color: #B2B9B4;
}
.rejilla-card_vertical p {
  color: #3F4F45;
}
.rejilla-card_vertical a:link {
  color: #8B958F;
}
.rejilla-card_vertical button {
  margin-bottom: 32px;
  margin-right: auto;
  margin-left: auto;
}

.flex-card_horizontal {
  background-color: #EFFFEA;
  width: 100%;
  text-align: left;
  display: flex;
  flex-flow: row;
  border-radius: 16px;
  padding: 20px;
  border: solid 1px #3B7722;
  max-width: 600px;
  margin: 16px;
}
.flex-card_horizontal img {
  width: 30%;
  height: 30%;
  margin-right: 32px;
}
.flex-card_horizontal h2 {
  color: #3F4F45;
  margin: 0;
}
.flex-card_horizontal h3 {
  color: #B2B9B4;
}
.flex-card_horizontal p {
  color: #3F4F45;
}
.flex-card_horizontal a:link {
  color: #8B958F;
}
@media screen and (max-width: 700px) {
  .flex-card_horizontal {
    background-color: #EFFFEA;
    width: 100%;
    text-align: left;
    display: flex;
    flex-flow: column;
    border-radius: 16px;
    padding: 20px;
    border: solid 1px #3B7722;
    max-width: 736px;
  }
  .flex-card_horizontal img {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex-card_horizontal h2 {
    color: #3F4F45;
    margin: 0;
  }
  .flex-card_horizontal h3 {
    color: #B2B9B4;
  }
  .flex-card_horizontal p {
    color: #3F4F45;
  }
  .flex-card_horizontal a:link {
    color: #8B958F;
  }
  .flex-card_horizontal button {
    margin-bottom: 32px;
    margin-right: auto;
    margin-left: auto;
  }
}

/** imagenes */
.menu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px 0 28px;
  height: 80px;
  border-bottom: solid 1px #3B7722;
}
.menu .logo {
  width: 75px;
}
.menu .logo:hover {
  opacity: 0.5;
}
.menu .hamburguer {
  width: 50px;
  padding: 4px;
  border: solid 1px #B9D698;
  border-radius: 8px;
}
.menu .hamburguer:hover {
  opacity: 0.5;
}
@media screen and (max-width: 799px) {
  .menu .movil ul {
    display: none;
  }
  .menu .movil:hover {
    position: relative;
    text-justify: right;
    text-align: right;
  }
  .menu .movil:hover ul {
    display: flex;
    flex-flow: column;
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    right: 0%;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 240px;
    align-items: flex-end;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
    text-justify: right;
    text-align: right;
  }
  .menu .movil:hover ul li {
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px;
    text-justify: right;
    text-align: right;
  }
  .menu .movil:hover ul li:hover .desplegado {
    display: block;
    position: absolute;
    background-color: #ffffff;
    top: 0%;
    right: 50%;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
    min-width: 240px;
    z-index: 2;
    text-justify: right;
  }
  .menu .movil:hover ul li:hover .desplegado ul {
    display: flex;
    flex-flow: column;
    width: -moz-fit-content;
    width: fit-content;
    text-justify: right;
    background-color: #ffffff;
  }
  .menu .movil:hover ul li:hover .desplegado ul li {
    padding: 16px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    text-align: right;
  }
}
@media screen and (min-width: 799.2px) {
  .menu .nodesktop {
    display: none;
  }
}
.menu ul {
  list-style: none;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.menu ul li {
  position: relative;
  margin: 0 0 0 32px;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.menu ul li a .material-symbols-outlined {
  font-size: 2rem;
  margin-top: 3px;
}
.menu ul li .desplegado {
  display: none;
}
.menu ul li:hover .desplegado {
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  right: 0%;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  min-width: 200px;
}
.menu ul li:hover .desplegado ul {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.menu ul li:hover .desplegado ul li {
  margin: 16px;
}

/** utiliddades varias como flex, colores, margenes, paddings,... */
/** FLEX */
.columnacentrada {
  display: flex;
  flex-flow: column nowrap;
  padding: 32px;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.filas {
  display: flex;
  flex-flow: row wrap;
  padding: 32px;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  text-align: center;
}

/** Colores */
.fondo_menta {
  background-color: #EFFFEA;
}

.fondo_cacahuete {
  background-color: #F0D8B3;
}

.fondo_gris {
  background-color: #F7F7F7;
}

.fondo_cacao {
  background-color: #DBDAD9;
}

.fondo_melon {
  background-color: #D8DCDA;
}

.fondo_pera {
  background-color: #D1E4BB;
}

.fondo_almendra {
  background-color: #FFF7E7;
}

.fondo_blanco {
  background-color: #ffffff;
}

.colortexto_pera {
  color: #8BBB58;
}

.colortexto_melon {
  color: #3F4F45;
}

.colortexto_menta {
  color: #8EFE7E;
}

.colortexto_cacahuete {
  color: #DB9F47;
}

.colortexto_cacao {
  color: #4C4540;
}

.colortexto_negro {
  color: #000000;
}

.colortexto_almendra {
  color: #3F4F45;
}

.colortexto_blanco {
  color: #ffffff;
}

/** varios */
.esquinasredondeadas_8 {
  border-radius: 8px;
}

.esquinasredondeadas_16 {
  border-radius: 16px;
}

.esquinasnormales {
  border-radius: 0px;
}

.borde_fino {
  border: solid 0.5px #3F4F45;
}

.borde_grueso {
  border: solid 2px #3F4F45;
}

.borde_no {
  border: solid 0px #3F4F45;
}

.sombra_sutil {
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
}

.sombra_fuerte {
  box-shadow: 0px 2px 13px 5px rgba(0, 0, 0, 0.25);
}

.opacidad_50 {
  opacity: 0.5;
}

.opacidad_10 {
  opacity: 0.1;
}

/** Margenes y padding */
.margenes-todos_grande {
  margin: 64px;
}

.margenes-todos_mediano {
  margin: 32px;
}

.margenes-todos_pequeno {
  margin: 16px;
}

.margenes-todos_cero {
  margin: 0px;
}

.margenes-izq_grande {
  margin-left: 64px;
}

.margenes-izq_mediano {
  margin-left: 32px;
}

.margenes-izq_pequeno {
  margin-left: 16px;
}

.margenes-izq_cero {
  margin-left: 0px;
}

.margenes-der_grande {
  margin-right: 64px;
}

.margenes-der_mediano {
  margin-right: 32px;
}

.margenes-der_pequeno {
  margin-right: 16px;
}

.margenes-der_cero {
  margin-right: 0px;
}

.margenes-arr_grande {
  margin-top: 64px;
}

.margenes-arr_mediano {
  margin-top: 32px;
}

.margenes-arr_pequeno {
  margin-top: 16px;
}

.margenes-arr_cero {
  margin-top: 0px;
}

.margenes-abj_grande {
  margin-bottom: 64px;
}

.margenes-abj_mediano {
  margin-bottom: 32px;
}

.margenes-abj_pequeno {
  margin-bottom: 16px;
}

.margenes-abj_cero {
  margin-bottom: 0px;
}

.padding-todos_grande {
  padding: 64px;
}

.padding-todos_mediano {
  padding: 32px;
}

.padding-todos_pequeno {
  padding: 16px;
}

.padding-todos_cero {
  padding: 0px;
}

.padding-izq_grande {
  padding-left: 64px;
}

.padding-izq_mediano {
  padding-left: 32px;
}

.padding-izq_pequeno {
  padding-left: 16px;
}

.padding-izq_cero {
  padding-left: 0px;
}

.padding-der_grande {
  padding-right: 64px;
}

.padding-der_mediano {
  padding-right: 32px;
}

.padding-der_pequeno {
  padding-right: 16px;
}

.padding-der_cero {
  padding-right: 0px;
}

.padding-arr_grande {
  padding-top: 64px;
}

.padding-arr_mediano {
  padding-top: 32px;
}

.padding-arr_pequeno {
  padding-top: 16px;
}

.padding-arr_cero {
  padding-top: 0px;
}

.padding-abj_grande {
  padding-bottom: 64px;
}

.padding-abj_mediano {
  padding-bottom: 32px;
}

.padding-abj_pequeno {
  padding-bottom: 16px;
}

.padding-abj_cero {
  padding-bottom: 0px;
}

@media screen and (max-width: 800px) {
  .movilnomargen {
    margin: 0;
  }
}

@media screen and (max-width: 800px) {
  .movilnopadding {
    padding: 0;
  }
}

/** formulario */
.formulario {
  background-color: #FFF7E7;
  border-radius: 16px;
  display: flex;
  flex-flow: column nowrap;
  min-width: 300px;
  max-width: 1000px;
  padding: 32px;
  margin: 32px;
}
.formulario h3 {
  margin: 20px 0 60px 0;
}
@media screen and (max-width: 800px) {
  .formulario {
    min-width: none;
    max-width: none;
    width: 100%;
    margin: 0px;
    border-radius: 0px;
  }
}
.formulario input[type=text], .formulario textarea {
  width: 100%;
  margin-bottom: 16px;
  color: #999999;
  border: none;
  padding: 16px;
  border-radius: 16px;
}
.formulario input[type=submit], .formulario input[type=reset] {
  padding: 3px 24px 8px 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 8px 0 8px;
}
.formulario input[type=checkbox] {
  margin: 32px 0 32px 0;
}
.formulario label {
  text-align: left;
}
.formulario select {
  border: none;
  display: flex;
  flex-flow: row;
  padding: 8px;
  border-radius: 8px;
  margin: 16px 0 16px 0;
}
.formulario .acciones {
  margin: 32px 0 32px 0;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-around;
}

section {
  padding: 32px;
}/*# sourceMappingURL=style.css.map */