/*! 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;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  background-color: #f2eee3;
}

p {
  color: #000;
}

.contenedor {
  width: 90%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, .heading-blanco, h3 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 3rem 0;
  text-transform: uppercase;
  text-align: center;
}

h1 {
  font-size: 3rem;
}

h2, .heading-blanco {
  font-size: 2.5rem;
  color: #5e311e;
}
h2 span, .heading-blanco span {
  color: #c39c63;
  font-size: 1.5rem;
  display: block;
}
h2::after, .heading-blanco::after {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  background-image: url(../../src/img/cafe.svg);
  background-size: 10rem;
}

h3 {
  font-size: 2rem;
}

.heading-blanco {
  color: #fff;
}
.heading-blanco span {
  color: #fff;
}
.heading-blanco::after {
  display: none;
}

.animate-on-scroll {
  opacity: 0;
  visibility: hidden;
}

.animate__animated {
  visibility: visible;
}

.animate__flipInX {
  animation-duration: 2s;
}

.header {
  padding: 5rem 0;
  position: relative;
  height: 67rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 480px) {
  .header {
    height: 75rem;
  }
}
@media (min-width: 768px) {
  .header {
    height: 45rem;
  }
}
.header::before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.header .contenido-header {
  position: relative;
}
.header .contenido-header h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 3rem;
}

.header-inicio {
  background-image: url(../../src/img/header_inicio.jpg);
}

.header-nosotros {
  background-image: url(../../src/img/header_nosotros.jpg);
}

.header-proceso {
  background-image: url(../../src/img/header_proceso.jpg);
}

.header-menu {
  background-image: url(../../src/img/header_menu.jpg);
}

.header-galeria {
  background-image: url(../../src/img/header_galeria.jpg);
}

.header-contacto {
  background-image: url(../../src/img/header_contacto.jpg);
}

.nav-principal {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .nav-principal {
    flex-direction: row;
  }
}
.nav-principal a {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.nav-principal a:hover {
  color: #c39c63;
}
.nav-principal a.activo {
  color: #c39c63;
}

.barra {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .barra {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.barra .logo {
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .barra .logo {
    width: 20rem;
    margin: 0;
  }
}

.contenido-principal {
  background-color: #fff;
  padding: 5rem 2rem;
}
@media (min-width: 768px) {
  .contenido-principal {
    padding: 8rem;
    margin-top: -10rem;
    position: relative;
  }
}

.iconos {
  margin-top: 5rem;
}
.iconos .listado-iconos li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iconos .listado-iconos li p {
  font-family: "Bona Nova", serif;
  font-size: 2rem;
  color: #5e311e;
}
@media (min-width: 768px) {
  .iconos .listado-iconos {
    display: flex;
    justify-content: space-between;
  }
}

.experiencia h2 {
  margin-top: 5rem;
}

.galeria {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .galeria {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.galeria .imagen img {
  width: 30rem;
  height: 30rem;
  object-fit: cover;
}
@media (min-width: 768px) {
  .galeria .imagen:nth-child(1) {
    grid-row: 1/3;
  }
  .galeria .imagen:nth-child(1) img {
    height: 62rem;
    object-position: center;
  }
  .galeria .imagen:nth-child(2) {
    grid-column: 2/4;
  }
  .galeria .imagen:nth-child(2) img {
    width: 62rem;
    object-position: center;
  }
  .galeria .imagen:nth-child(4) {
    grid-row: 2/4;
  }
  .galeria .imagen:nth-child(4) img {
    height: 62rem;
    object-position: center;
  }
  .galeria .imagen:nth-child(5) {
    grid-column: 3/5;
  }
  .galeria .imagen:nth-child(5) img {
    width: 62rem;
    object-position: center;
  }
  .galeria .imagen:nth-child(6) {
    grid-column: 3/5;
  }
  .galeria .imagen:nth-child(6) img {
    width: 62rem;
    object-position: center;
  }
  .galeria .imagen:nth-child(7) {
    grid-row: 3/5;
  }
  .galeria .imagen:nth-child(7) img {
    height: 62rem;
    object-position: center;
  }
  .galeria .imagen:nth-child(8) {
    grid-column: 2/5;
  }
  .galeria .imagen:nth-child(8) img {
    width: 94rem;
    object-position: center;
  }
  .galeria .imagen:nth-child(9) {
    grid-column: 1/3;
  }
  .galeria .imagen:nth-child(9) img {
    width: 62rem;
    object-position: center;
  }
  .galeria .imagen:nth-child(10) {
    grid-column: 3/5;
  }
  .galeria .imagen:nth-child(10) img {
    width: 62rem;
    object-position: center;
  }
}

.nuestro-menu {
  background-image: url(../../src/img/menu_arriba.svg), url(../../src/img/menu_abajo.svg), linear-gradient(to top, #5e311e, #5e311e);
  background-repeat: no-repeat;
  padding: 9rem 3rem 24rem 3rem;
  background-position: center 3%, center 95%;
  background-size: 180%;
}
@media (min-width: 480px) {
  .nuestro-menu {
    background-size: 130%;
  }
}
@media (min-width: 768px) {
  .nuestro-menu {
    background-size: 80%, 80%, 100%;
  }
}

.menu h3 {
  color: #fff;
}
.menu li {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.menu li p {
  color: #fff;
  line-height: 1.5;
}
.menu li p span {
  display: block;
  color: #c39c63;
}
.menu li .precio {
  font-size: 2rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .grid-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.testimoniales {
  padding: 6rem 3rem;
  background-color: #fff;
  margin-top: -5rem;
}
.testimoniales .testimonial {
  background-color: #f2eee3;
  padding: 3rem;
  max-width: 50rem;
  margin: 0 auto;
  border-radius: 2rem;
  line-height: 2rem;
  text-align: justify;
}
.testimoniales .testimonial .autor {
  text-align: right;
  font-weight: bold;
  color: #5e311e;
  font-family: "Bona Nova", serif;
}

.footer {
  background-color: #5e311e;
}
.footer .footer-contenido {
  background-color: #fff;
  padding: 6rem 3rem;
}
@media (min-width: 768px) {
  .footer .footer-contenido {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.footer-box {
  font-family: "Bona Nova", serif;
  color: #5e311e;
  text-align: center;
  margin-bottom: 3rem;
}
.footer-box h3 {
  font-family: "Bona Nova", serif;
  color: #c39c63;
}
.footer-box a {
  color: #5e311e;
}
@media (min-width: 768px) {
  .footer-box {
    margin-bottom: 0;
  }
}

.copyright {
  text-align: center;
  margin: 0;
  padding: 3rem;
  color: #f2eee3;
}

.main-nosotros {
  background-color: #fff;
  padding: 6rem 3rem;
}

@media (min-width: 768px) {
  .contenido-nosotros {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    align-items: center;
  }
}
.contenido-nosotros .imagen {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .contenido-nosotros .imagen {
    margin-bottom: 0;
  }
}
.contenido-nosotros .imagen img {
  transform: rotate(-5deg);
  border: 3rem solid #fff;
  box-shadow: 1rem 1rem 0.5rem -0.7rem #5e311e;
}
.contenido-nosotros .texto p {
  text-align: justify;
  line-height: 2rem;
}
.contenido-nosotros blockquote {
  margin: 0;
  padding: 1rem;
  border-left: 0.5rem solid #5e311e;
}

.proceso-cafe {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .proceso-cafe {
    display: flex;
    gap: 3rem;
    align-items: center;
  }
}
.proceso-cafe:last-of-type {
  margin-bottom: 0;
}
.proceso-cafe:nth-child(2n+1) .texto {
  order: -1;
}
.proceso-cafe .imagen, .proceso-cafe .texto {
  flex: 1;
}
.proceso-cafe .texto {
  margin-top: 1rem;
  text-align: justify;
}
.proceso-cafe .texto h3 {
  margin: 0;
  text-align: left;
  color: #5e311e;
}
.proceso-cafe .texto h3::after {
  content: "";
  display: block;
  width: 50%;
  height: 5px;
  background-color: #c39c63;
}

.contenido-menu {
  background-image: url(../../src/img/cafe.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  aspect-ratio: 3/4.5;
}
@media (min-width: 480px) {
  .contenido-menu {
    aspect-ratio: 3.5/4;
  }
}
@media (min-width: 768px) {
  .contenido-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    aspect-ratio: 16/8;
    background-position: center right;
    background-size: 40%;
    align-items: center;
  }
}
.contenido-menu p {
  text-align: justify;
}

@media (min-width: 768px) {
  .contenido-contacto {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    background-image: url(../../src/img/granos_cafe.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 40%;
  }
}

.forms-contacto .campo {
  margin-bottom: 2rem;
}
.forms-contacto .campo:last-child {
  margin-bottom: 0;
}
.forms-contacto .campo label {
  text-transform: uppercase;
  color: #5e311e;
  display: block;
  font-weight: bold;
}
.forms-contacto .campo input[type=submit] {
  background-color: #5e311e;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.forms-contacto .campo input[type=submit]:hover {
  background-color: #c39c63;
  color: #000;
  cursor: pointer;
}
.forms-contacto .campo input, .forms-contacto .campo select {
  width: 100%;
  padding: 0.5rem;
  border: 0.3rem solid #5e311e;
}

.text-center {
  text-align: center;
}

.bg-primario {
  background-color: #5e311e;
}

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

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