/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-padding-top: 0rem;
}

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

body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  font-size: 2rem;
}

p {
  color: #000000;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0 0 5rem 0;
}

h1 {
  font-family: "Berkshire Swash", serif;
}

h2 {
  font-family: "Berkshire Swash", serif;
}

h3 {
  font-family: "Berkshire Swash", serif;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media (min-width: 900px) {
  .nav {
    display: flex;
    position: fixed;
    top: 0;
    justify-content: space-between;
    background-color: #628474;
    width: 100%;
    height: 7.5rem;
  }
  .navegacion {
    margin-top: 2.2rem;
    margin-right: 10rem;
  }
  .navegacion__enlace {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.7rem;
    margin: 2rem;
  }
  .navegacion__enlace:hover {
    color: #cccccc;
  }
  .icono {
    text-align: left;
    margin-left: 10rem;
    margin-top: 0.4rem;
  }
  .icono__imagen {
    width: 20rem;
    height: 6rem;
  }
  .icono__btn {
    display: none;
  }
}
@media (max-width: 898px) {
  .nav {
    top: 0;
    background-color: #628474;
    position: fixed;
    width: 100%;
    height: 14rem;
  }
  .navegacion {
    text-align: center;
  }
  .navegacion__enlace {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.7rem;
    margin: 2rem;
  }
  .navegacion__enlace:hover {
    color: #cccccc;
  }
  .icono {
    text-align: center;
    margin-bottom: 2rem;
  }
  .icono__imagen {
    width: 20rem;
    height: 6rem;
    margin-top: 0.4rem;
  }
  .icono__btn {
    display: none;
  }
}
@media (max-width: 600px) {
  .header {
    background-color: #628474;
  }
  .nav {
    width: 100%;
    height: 7.5rem;
    position: fixed;
    top: 0;
  }
  .icono {
    display: flex;
    justify-content: space-between;
  }
  .navegacion {
    display: none;
  }
  .navegacion__enlace:hover {
    color: #cccccc;
  }
  .icono__btn {
    display: flex;
    margin-top: 0.8rem;
    background-color: #628474;
    border: none;
  }
  .icono__btn:hover {
    cursor: pointer;
  }
}
@media (min-width: 900px) {
  .banner__principal {
    display: flex;
  }
  .banner1 {
    background-image: url("../../../img/galeria/banner1.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60rem;
  }
  .banner2 {
    background-image: url("../../../img/galeria/banner.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    text-align: center;
    padding: 2rem;
    width: 100%;
    height: 60rem;
  }
  .prueba {
    margin-top: 8rem;
  }
  .banner__icono {
    margin-top: 5rem;
    width: 35rem;
    height: 40rem;
  }
  .banner__parrafo {
    font-size: 1.5rem;
    color: #FFFFFF;
    text-align: center;
  }
  .banner3 {
    background-image: url("../../../img/galeria/banner2.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60rem;
  }
}
@media (max-width: 898px) {
  .section {
    margin-top: 10rem;
  }
  .banner__principal {
    display: flex;
  }
  .banner1 {
    background-image: url("../../../img/galeria/banner1.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40rem;
  }
  .banner2 {
    background-image: url("../../../img/galeria/banner.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    text-align: center;
    padding: 2rem;
    width: 100%;
    height: 40rem;
  }
  .banner__icono {
    margin-top: 2rem;
    width: 20rem;
    height: 25rem;
  }
  .banner__parrafo {
    font-size: 1rem;
    color: #FFFFFF;
    text-align: center;
  }
  .banner3 {
    background-image: url("../../../img/galeria/banner2.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 40rem;
  }
}
@media (max-width: 600px) {
  .banner__principal {
    display: flex;
    margin-top: -4rem;
  }
  .banner1 {
    display: none;
  }
  .banner2 {
    background-image: url("../../../img/galeria/banner.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    text-align: center;
    padding: 2rem;
    width: 100%;
    height: 40rem;
  }
  .banner__icono {
    margin-top: 2rem;
    width: 20rem;
    height: 25rem;
  }
  .banner__parrafo {
    font-size: 1rem;
    color: #FFFFFF;
    text-align: center;
  }
  .banner3 {
    display: none;
  }
}
@media (min-width: 900px) {
  .nosotros {
    display: flex;
    justify-content: center;
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
  .nosotros__texto {
    width: 50%;
    margin-left: 10rem;
    text-align: left;
    order: 2;
  }
  .nosotros__titulo {
    font-family: "Poppins", sans-serif;
  }
  .nosotros__informacion {
    font-family: "Poppins", sans-serif;
  }
  .nosotros__imagen {
    order: 1;
  }
  .nosotros__imagen--1 {
    margin-top: 10rem;
    width: 100%;
    height: 40rem;
  }
}
@media (max-width: 898px) {
  .nosotros {
    display: flex;
    justify-content: center;
    padding-top: 15rem;
    width: 100%;
    padding-bottom: 10rem;
  }
  .nosotros__texto {
    width: 100%;
    text-align: left;
    margin-left: -5rem;
    padding-right: 2rem;
    order: 2;
  }
  .nosotros__titulo {
    font-family: "Poppins", sans-serif;
    text-align: left;
  }
  .nosotros__informacion {
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
  }
  .nosotros__imagen {
    margin-left: 5rem;
    order: 1;
  }
  .nosotros__imagen--1 {
    margin-top: 12rem;
    width: 70%;
    height: 60%;
  }
}
@media (max-width: 600px) {
  .nosotros {
    display: block;
    justify-content: center;
    width: 100%;
    padding-top: 5rem;
  }
  .nosotros__texto {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 3rem;
  }
  .nosotros__titulo {
    font-size: 2.8rem;
    text-align: center;
  }
  .nosotros__imagen {
    margin: 0;
    margin-top: -12rem;
    width: 100%;
  }
  .nosotros__imagen--1 {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .nuestrosCafes {
    background-image: url("../../../img/galeria/nuestrosCafes.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    text-align: center;
    width: 100%;
    height: 80rem;
    padding-top: 2rem;
  }
  .nuestrosCafes__titulo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    padding-top: 8rem;
  }
  .nuestrosCafes__parrafo {
    color: #FFFFFF;
    padding-left: 20rem;
    padding-right: 20rem;
    margin-bottom: 5rem;
    font-family: "Poppins", sans-serif;
  }
  .nuestrosCafes__boton {
    text-align: center;
    text-decoration: none;
    border: 3px solid #628474;
    border-radius: 1rem;
    background-color: #628474;
    font-weight: 600;
    color: #FFFFFF;
    width: 23rem;
    height: 6rem;
  }
  .nuestrosCafes__boton:hover {
    background-color: #4b6559;
    cursor: pointer;
  }
}
@media (max-width: 898px) {
  .nuestrosCafes {
    background-image: url("../../../img/galeria/nuestrosCafes.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    text-align: center;
    padding-top: 15rem;
    width: 100%;
    height: 95rem;
  }
  .nuestrosCafes__titulo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
  }
  .nuestrosCafes__parrafo {
    color: #FFFFFF;
    padding-left: 10rem;
    padding-right: 10rem;
    margin-bottom: 5rem;
    font-family: "Poppins", sans-serif;
  }
  .nuestrosCafes__boton {
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border: 3px solid #628474;
    border-radius: 1rem;
    background-color: #628474;
    color: #FFFFFF;
    width: 23rem;
    height: 6rem;
  }
  .nuestrosCafes__boton:hover {
    background-color: #4b6559;
    cursor: pointer;
  }
}
@media (max-width: 600px) {
  .nuestrosCafes {
    background-image: url("../../../img/galeria/nuestrosCafes.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    text-align: center;
    margin-top: -12rem;
    width: 100%;
    height: 90rem;
  }
  .nuestrosCafes__titulo {
    font-size: 2.8rem;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
  }
  #ncafe {
    font-size: 2rem;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
  }
  .nuestrosCafes__parrafo {
    color: #FFFFFF;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 5rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
  }
  .nuestrosCafes__boton {
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5rem;
    border: 3px solid #628474;
    border-radius: 1rem;
    background-color: #628474;
    color: #FFFFFF;
    width: 20rem;
    height: 5rem;
  }
  .nuestrosCafes__boton:hover {
    background-color: #4b6559;
    cursor: pointer;
  }
}
@media (min-width: 900px) {
  .nuestraCarta-1 {
    text-align: left;
    width: 100%;
    padding-top: 10rem;
    padding-left: 30rem;
    padding-bottom: 10rem;
  }
  .nuestraCarta__titulo {
    font-family: "Poppins", sans-serif;
  }
  .nuestraCarta__texto {
    margin-left: 2rem;
  }
  .nuestraCarta__parrafo {
    margin-bottom: 4rem;
  }
  .nuestraCarta__boton {
    text-decoration: none;
    border-radius: 1rem;
    border: 1px solid #628474;
    background-color: #628474;
    color: #FFFFFF;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 1.5rem;
    margin-top: 5rem;
  }
  .nuestraCarta__boton:hover {
    background-color: #4b6559;
    cursor: pointer;
  }
  .nuestraCarta-2 {
    display: flex;
    justify-content: center;
  }
  .imagen__carta1,
  .imagen__carta2,
  .imagen__carta3,
  .imagen__carta4 {
    width: 100%;
    height: 40rem;
  }
}
@media (max-width: 898px) {
  .nuestraCarta-1 {
    text-align: left;
    width: 100%;
    padding-top: 10rem;
    padding-left: 5rem;
    padding-bottom: 10rem;
  }
  .nuestraCarta__titulo {
    font-family: "Poppins", sans-serif;
  }
  .nuestraCarta__texto {
    margin-left: 2rem;
  }
  .nuestraCarta__parrafo {
    margin-bottom: 4rem;
  }
  .nuestraCarta__boton {
    text-decoration: none;
    border-radius: 1rem;
    border: 1px solid #628474;
    background-color: #628474;
    color: #FFFFFF;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .nuestraCarta__boton:hover {
    background-color: #4b6559;
    cursor: pointer;
  }
  .nuestraCarta-2 {
    display: flex;
    justify-content: center;
  }
  .imagen__carta1,
  .imagen__carta2,
  .imagen__carta3,
  .imagen__carta4 {
    width: 100%;
    height: 30rem;
  }
}
@media (max-width: 600px) {
  .nuestraCarta-1 {
    text-align: left;
    width: 100%;
    padding-top: 10rem;
    padding-left: 30rem;
    padding-bottom: 10rem;
  }
  .nuestraCarta__titulo {
    font-family: "Poppins", sans-serif;
  }
  .nuestraCarta__parrafo {
    margin-bottom: 4rem;
  }
  .nuestraCarta__texto {
    margin-left: 2rem;
  }
  .nuestraCarta__boton {
    text-decoration: none;
    border-radius: 1rem;
    border: 1px solid #628474;
    background-color: #628474;
    color: #FFFFFF;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .nuestraCarta__boton:hover {
    background-color: #4b6559;
    cursor: pointer;
  }
  .nuestraCarta-2 {
    display: flex;
    justify-content: center;
  }
  .imagen__carta1,
  .imagen__carta2,
  .imagen__carta3,
  .imagen__carta4 {
    width: 100%;
    height: 40rem;
  }
}
@media (max-width: 898px) {
  .carta {
    padding-top: 10rem;
  }
  .nuestraCarta-1 {
    text-align: left;
    width: 100%;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
  .nuestraCarta__titulo {
    font-family: "Poppins", sans-serif;
  }
  .nuestraCarta__texto {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .nuestraCarta__parrafo {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
  .nuestraCarta__boton {
    text-decoration: none;
    border-radius: 1rem;
    border: 1px solid #628474;
    background-color: #628474;
    color: #FFFFFF;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .nuestraCarta__boton:hover {
    background-color: #4b6559;
    cursor: pointer;
  }
  .nuestraCarta-2 {
    display: flex;
    justify-content: center;
  }
  .imagen__carta1,
  .imagen__carta2,
  .imagen__carta3,
  .imagen__carta4 {
    width: 100%;
    height: 15rem;
  }
}
@media (min-width: 900px) {
  .formulario__titulo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
  }
  .sugerencias {
    margin-top: -0.5rem;
    background-image: url("../../../img/galeria/sugerencias.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    padding-left: 50rem;
    text-align: left;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .bloque_1--datos {
    border-radius: 2rem;
    border: 1px solid #000000;
    height: 5rem;
    width: 28%;
    padding: 1rem;
    margin-right: 2rem;
  }
  .bloque_2--datos {
    border-radius: 2rem;
    border: 1px solid #000000;
    height: 5rem;
    width: 60%;
    padding: 1rem;
  }
  #s1 {
    width: 60%;
    height: 20rem;
  }
  .sugerencia__titulo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    margin-top: 8rem;
  }
  .sugerencia__boton {
    margin-left: 18rem;
    margin-top: 4rem;
    text-decoration: none;
    font-weight: 600;
    border: 3px solid #628474;
    border-radius: 1rem;
    background-color: #628474;
    color: #FFFFFF;
    width: 23rem;
    height: 6rem;
  }
  .sugerencia__boton:hover {
    background-color: #4b6559;
    cursor: pointer;
  }
}
@media (max-width: 898px) {
  .formulario__titulo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
  }
  .sugerencias {
    margin-top: -0.5rem;
    background-image: url("../../../img/galeria/sugerencias.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    padding-left: 10rem;
    text-align: left;
    padding-top: 15rem;
    padding-bottom: 10rem;
  }
  .bloque_1--datos {
    border-radius: 2rem;
    border: 1px solid #000000;
    height: 5rem;
    width: 40%;
    padding: 1rem;
    margin-right: 2rem;
  }
  .bloque_2--datos {
    border-radius: 2rem;
    border: 1px solid #000000;
    height: 5rem;
    width: 85%;
    padding: 1rem;
  }
  #s1 {
    width: 85%;
    height: 20rem;
  }
  .sugerencia__titulo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    margin-top: 8rem;
  }
  .sugerencia__boton {
    margin-left: 18rem;
    margin-top: 4rem;
    text-decoration: none;
    font-weight: 600;
    border: 3px solid #628474;
    border-radius: 1rem;
    background-color: #628474;
    color: #FFFFFF;
    width: 23rem;
    height: 6rem;
  }
  .sugerencia__boton:hover {
    background-color: #4b6559;
    cursor: pointer;
  }
}
@media (max-width: 600px) {
  .formulario__titulo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
  }
  .sugerencias {
    margin-top: -0.5rem;
    background-image: url("../../../img/galeria/sugerencias.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    padding-left: 5rem;
    text-align: left;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .bloque_1--datos {
    border-radius: 2rem;
    border: 1px solid #000000;
    height: 5rem;
    width: 40%;
    padding: 1rem;
    margin-right: 2rem;
    font-size: 1.5rem;
  }
  .bloque_2--datos {
    border-radius: 2rem;
    border: 1px solid #000000;
    height: 5rem;
    width: 85%;
    padding: 1rem;
    font-size: 1.5rem;
  }
  #s1 {
    width: 85%;
    height: 15rem;
  }
  .sugerencia__titulo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    margin-top: 4rem;
    font-size: 2rem;
  }
  .sugerencia__boton {
    margin-left: -2.1rem;
    margin-right: rem;
    margin-top: 4rem;
    text-decoration: none;
    font-weight: 600;
    border: 3px solid #628474;
    border-radius: 1rem;
    background-color: #628474;
    color: #FFFFFF;
    width: 100%;
    height: 6rem;
  }
  .sugerencia__boton:hover {
    background-color: #4b6559;
    cursor: pointer;
  }
}
@media (min-width: 900px) {
  .footer {
    margin-top: -0.6rem;
    display: block;
    margin-bottom: -2rem;
    background-color: #628474;
    width: 100%;
    height: 100%;
  }
  .footer_contenido {
    display: flex;
    justify-content: center;
    padding: 5rem;
  }
  .enlaces__titulo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    margin-left: 3.5rem;
  }
  .lista {
    list-style: none;
  }
  .lista__ordenada {
    margin-top: 3rem;
  }
  .enlaces {
    margin-left: 30rem;
  }
  .redes {
    margin-left: 22rem;
  }
  .bloque_contacto {
    display: flex;
  }
  .bloque_redes {
    display: flex;
    margin-top: 2rem;
    margin-left: 5rem;
  }
  .enlace_redes {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    margin-top: 1.5rem;
  }
  .contacto__titulo,
  .contacto__telefono,
  .contacto__correo,
  .contacto__ubicacion {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    margin-left: 2rem;
  }
  .enlace__nosotros,
  .enlace__ncafes,
  .enlace__carta,
  .enlace__sugerencia,
  .enlace__contacto {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
  }
  .redes__icono {
    width: 25rem;
    height: 9rem;
  }
  .copy {
    background-color: #000000;
    text-align: center;
    padding: 0.6rem;
  }
  .copy__parrafo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-size: 1.5rem;
  }
}
@media (max-width: 898px) {
  .footer {
    display: block;
    margin-bottom: -2rem;
    background-color: #628474;
    width: 100%;
    height: 100%;
    margin-top: -0.6rem;
  }
  .footer_contenido {
    display: flex;
    justify-content: space-between;
    padding: 5rem;
  }
  .enlaces__titulo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    margin-left: 3.5rem;
  }
  .lista {
    list-style: none;
  }
  .lista__ordenada {
    margin-top: 3rem;
  }
  .enlaces {
    font-size: 1.5rem;
    order: 3;
  }
  .redes {
    font-size: 1.5rem;
    padding-right: 4rem;
    order: 1;
  }
  .contacto {
    font-size: 1.5rem;
    order: 2;
  }
  .bloque_contacto {
    display: flex;
  }
  .bloque_redes {
    display: flex;
    margin-top: 2rem;
  }
  .enlace_redes {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    margin-top: 1.5rem;
  }
  .contacto__titulo,
  .contacto__telefono,
  .contacto__correo,
  .contacto__ubicacion {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    margin-left: 2rem;
  }
  .enlace__nosotros,
  .enlace__ncafes,
  .enlace__carta,
  .enlace__sugerencia,
  .enlace__contacto {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
  }
  .redes__icono {
    width: 20rem;
    height: 6rem;
  }
  .copy {
    background-color: #000000;
    text-align: center;
    padding: 0.6rem;
  }
  .copy__parrafo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .footer {
    display: block;
    margin-bottom: -2rem;
    background-color: #628474;
    width: 100%;
    height: 100%;
    margin-top: -0.6rem;
  }
  .footer_contenido {
    display: block;
    padding: 5rem;
  }
  .enlaces__titulo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
  }
  .lista {
    list-style: none;
  }
  .lista__ordenada {
    margin-top: 3rem;
  }
  .enlaces {
    font-size: 1.5rem;
    margin-top: 8rem;
    margin-left: -2rem;
  }
  .redes {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-left: 5rem;
  }
  .contacto {
    font-size: 1.5rem;
    margin-top: 8rem;
    margin-bottom: 5rem;
  }
  .bloque_contacto {
    display: flex;
  }
  .bloque_redes {
    display: flex;
    margin-top: 2rem;
    text-align: center;
    margin-left: 2rem;
  }
  .enlace_redes {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    margin-top: 1.5rem;
  }
  .contacto__titulo,
  .contacto__telefono,
  .contacto__correo,
  .contacto__ubicacion {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
  }
  .enlace__nosotros,
  .enlace__ncafes,
  .enlace__carta,
  .enlace__sugerencia,
  .enlace__contacto {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
  }
  .redes__icono {
    width: 20rem;
    height: 6rem;
  }
  .copy {
    background-color: #000000;
    text-align: center;
    padding: 0.6rem;
  }
  .copy__parrafo {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-size: 1.5rem;
  }
}