/*reset*/
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

/*header*/
.hf-logo {
  height: 150px;
  width: auto;
}

header {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  padding: 30px;
}
header nav ul {
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
header nav ul li {
  margin: 0px 15px;
}
header nav a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
}
header nav a:hover {
  color: #ffb300;
}
header nav .navbar-toggler {
  border-color: #ffb300;
  border-radius: 10px;
  background-color: #3f220f;
}
header nav .navbar-toggler-icon {
  filter: invert(72%) sepia(74%) saturate(1454%) hue-rotate(359deg) brightness(101%) contrast(105%);
}
header nav .navbar-nav {
  color: #ffffff;
}
header nav .navbar-nav :hover {
  color: #ffb300;
}
header nav .nav-link {
  color: #ffffff;
}
header nav .nav-link :hover {
  color: #ffb300;
}

/*home*/
/* ----------------------------------------------
 * Generated by Animista on 2026-3-30 20:6:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@keyframes scale-in-top {
  0% {
    transform: scale(0);
    transform-origin: 50% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0;
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2026-3-30 20:13:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@keyframes slit-in-vertical {
  0% {
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    transform: translateZ(0) rotateY(0);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2026-3-30 20:15:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.hero {
  background-image: url("../media/fondo-hero.jpg");
  background-size: cover;
  background-position: top;
  height: 100vh;
  align-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -220px;
  text-align: center;
}
.hero .boton {
  display: flex;
  justify-content: center;
}
.hero .boton button {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  font-family: "rubik", sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffb300;
  border: 0px;
}
.hero h1 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 64px;
  color: #ffffff;
  text-shadow: 1px 1px 10px rgb(79, 69, 69);
  animation: scale-in-top 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.hero p {
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #ffffff;
}

.formulario {
  display: grid;
  background-color: #3f220f;
  grid-template-columns: repeat(2, 1fr);
  padding: auto;
}
.formulario .columna {
  grid-column: 2;
  background-color: #ffb300;
  padding: 50px;
  margin-top: -80px;
  border-radius: 20px 0px 0px 20px;
}
.formulario .columna h2 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 48px;
  color: #ffffff;
}
.formulario .columna p {
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
}
.formulario .columna .btn-primary {
  background-color: #3f220f;
  border: 0px;
  border-radius: 0px;
  font-family: "rubik", sans-serif;
  font-weight: 600;
}
.formulario .columna .form-control {
  border: 0px;
  border-radius: 0px;
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  color: #3f220f;
}

.bloque-uno {
  display: flex;
  background-color: #3f220f;
  align-items: center;
  padding: 80px 40px 20px;
  gap: 60px;
}
.bloque-uno .carousel-inner .carousel-item {
  height: 450px;
  width: 450px;
  object-fit: cover;
}
.bloque-uno .carousel-inner .carousel-item img {
  border-radius: 20px;
}
.bloque-uno .seccion-uno h2 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
}
.bloque-uno .seccion-uno p {
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
}

.bloque-dos {
  padding: 100px 150px;
  background-color: #3f220f;
  background-image: url(../media/granos-de-cafe.webp);
  background-size: cover;
  text-align: center;
}
.bloque-dos .seccion-dos {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
}
.bloque-dos p {
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.bloque-dos .valores {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  gap: 30px;
  text-align: center;
  padding: 20px;
}
.bloque-dos .valores li {
  background-color: rgba(255, 255, 255, 0.7882352941);
  padding: 30px;
  border-radius: 20px;
}
.bloque-dos .valores li img {
  height: 60px;
  margin-bottom: 20px;
}
.bloque-dos .valores li h3 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #3f220f;
}
.bloque-dos .valores li p {
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #3f220f;
}
.bloque-dos .valores :hover {
  background-color: #ffffff;
}

.bloque-tres {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #3f220f;
  padding-top: 180px;
  padding-right: 50px;
  padding-bottom: 180px;
  column-gap: 50px;
}
.bloque-tres .seccion-tres {
  text-align: right;
  padding: 50px;
  margin: 40px 0px 40px;
}
.bloque-tres .seccion-tres h2 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
}
.bloque-tres .seccion-tres p {
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
}
.bloque-tres .seccion-tres button {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  font-family: "rubik", sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffb300;
  border: 0px;
}
.bloque-tres .galeria {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  height: auto;
}
.bloque-tres .galeria img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}

.bloque-cuatro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 140px;
  background-image: url(..//media/contadores-cafe.jpg);
  background-size: cover;
}
.bloque-cuatro div {
  text-align: center;
  padding: 20px;
  color: #ffffff;
}
.bloque-cuatro div img {
  width: 100px;
  margin-bottom: 40px;
  border: 2px solid #ffffff;
  border-radius: 20px;
  padding: 25px;
}
.bloque-cuatro div h2 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 50px;
  color: #ffffff;
}
.bloque-cuatro div p {
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #ffffff;
}

.bloque-cinco {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.bloque-cinco img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.bloque-seis {
  background-color: #ffb300;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  color: #3f220f;
}
.bloque-seis h2 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
}
.bloque-seis h3 {
  font-family: "rubik", sans-serif;
  margin-top: -10px;
}
.bloque-seis p {
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  color: #ffffff;
}

/*productos*/
.hero-productos {
  background-image: url("../media/hero-producto-2s.jpg");
  background-size: cover;
  background-position: top;
  height: 100vh;
  align-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -220px;
  text-align: center;
}
.hero-productos h1 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 64px;
  color: #ffffff;
  text-shadow: 1px 1px 10px rgb(79, 69, 69);
  animation: scale-in-top 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.hero-productos p {
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #ffffff;
}
.hero-productos .boton button {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  font-family: "rubik", sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffb300;
  border: 0px;
}

.bloque-productos {
  display: flex;
  align-items: stretch;
  padding-left: 180px;
  padding-right: 180px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #3f220f;
}
.bloque-productos img {
  width: 50%;
  object-fit: cover;
  object-position: center;
  animation: slit-in-vertical 0.65s ease-out both;
}
.bloque-productos .descripcion {
  display: flex;
  flex-direction: column;
  padding: 50px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.978), rgba(255, 255, 255, 0.79)), url(../media/granos-de-cafe-tres.png);
  background-size: contain;
  align-items: flex-start;
  font-family: "nitti-typewriter-normal", sans-serif;
}
.bloque-productos .descripcion h2 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #3f220f;
}
.bloque-productos .descripcion li {
  margin-bottom: 10px;
}
.bloque-productos .descripcion .boton button {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  font-family: "rubik", sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffb300;
  border: 0px;
}

.banner-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 300px;
  background-image: url(../media/contadores-cafe.jpg);
  background-size: cover;
  background-position: center;
  padding-right: 30px;
  padding-left: 30px;
  animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.banner-cta h2 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
}
.banner-cta .boton button {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  font-family: "rubik", sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffb300;
  border: 0px;
}

/*contacto*/
.hero-contacto {
  background-image: url("../media/hero-contacto-1.jpg");
  background-size: cover;
  background-position: top;
  height: 100vh;
  align-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 220px;
  padding-right: 220px;
  margin-top: -220px;
  text-align: center;
}
.hero-contacto h1 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 64px;
  color: #ffffff;
  text-shadow: 1px 1px 10px rgb(79, 69, 69);
  animation: scale-in-top 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.hero-contacto p {
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #ffffff;
}

.contacto {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  background-image: url(../media/granos-de-cafe.webp);
  background-size: cover;
  background-color: #3f220f;
  padding-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
}
.contacto .b1-contacto {
  display: flex;
  gap: 40px;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 80px;
  padding-bottom: 150px;
}
.contacto .b1-contacto ul {
  flex: 0 1 40%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  align-content: center;
}
.contacto .b1-contacto ul h2 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #3f220f;
  text-align: left;
}
.contacto .b1-contacto ul li {
  list-style: none;
  margin-bottom: 5%;
  font-size: 18px;
  font-family: "nitti-typewriter-normal", sans-serif;
}
.contacto .b1-contacto ul li img {
  width: 7%;
  margin-right: 3%;
}
.contacto .b1-contacto .formulario-contacto {
  flex: 0 1 60%;
}
.contacto .b1-contacto .formulario-contacto .form-label {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
}
.contacto .b1-contacto .formulario-contacto .form-control {
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #3f220f;
}
.contacto .b1-contacto .formulario-contacto .btn-primary {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  font-family: "rubik", sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffb300;
  border: 0px;
}
.contacto h2 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}
.contacto .boton {
  text-align: center;
}
.contacto .boton button {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  font-family: "rubik", sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffb300;
  border: 0px;
}

/*footer*/
footer .ft {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.2fr 2fr;
  grid-template-rows: 1;
  padding: 60px 40px 0px 40px;
  background-color: #3f220f;
}
footer .ft .col-uno {
  text-align: center;
  padding-right: 80px;
}
footer .ft .col-uno img {
  width: 150px;
}
footer .ft .col-dos h2 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
}
footer .ft .col-dos ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}
footer .ft .col-dos ul li {
  font-family: "nitti-typewriter-normal", sans-serif;
}
footer .ft .col-dos ul li a {
  text-decoration: none;
  color: #ffffff;
}
footer .ft .col-dos ul li a:hover {
  color: #ffb300;
}
footer .ft .col-tres h2 {
  font-family: "rubik", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
}
footer .ft .col-tres ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}
footer .ft .col-tres ul li {
  font-family: "nitti-typewriter-normal", sans-serif;
}
footer .ft .col-tres ul li a {
  text-decoration: none;
  color: #ffffff;
}
footer .ft .col-tres ul li a:hover {
  color: #ffb300;
}
footer .ft .col-cuatro {
  padding-right: 50px;
}
footer .ft .col-cuatro .btn-primary {
  background-color: #ffb300;
  border: 0px;
  border-radius: 0px;
  font-family: "rubik", sans-serif;
  font-weight: 600;
}
footer .ft .col-cuatro .form-control {
  border-width: 1px;
  border-color: #3f220f;
  border-radius: 10px;
  font-family: "nitti-typewriter-normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3f220f;
}
footer .ft .col-cuatro .redes {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
footer .ft .col-cuatro .redes img {
  width: 30px;
}
footer .fin {
  background-color: #3f220f;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  font-family: "nitti-typewriter-normal", sans-serif;
  margin-bottom: 0px;
  border-top: 0.5px solid rgba(224, 224, 224, 0.2352941176);
}

/*Mq- Tablet*/
/*resposive -header*/
@media (max-width: 991.99px) {
  header .container,
  header .container-fluid {
    padding: 0;
  }
  header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #3f220f;
    border-bottom: 2px solid #ffb300;
  }
}
/*home - tablet*/
@media (max-width: 991px) {
  .hero {
    background-image: url("../media/fondo-hero.jpg");
    background-size: cover;
    background-position: top;
    height: 70vh;
    align-content: center;
    padding-top: 180px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -220px;
    text-align: center;
  }
  .hero .boton {
    display: flex;
    justify-content: center;
  }
  .hero .boton button {
    padding: 15px 40px 15px 40px;
    border-radius: 10px;
    font-family: "rubik", sans-serif;
    font-weight: bold;
    color: #ffffff;
    background-color: #ffb300;
    border: 0px;
  }
  .hero h1 {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #ffffff;
  }
  .hero p {
    font-family: "nitti-typewriter-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
  }
  .formulario {
    display: grid;
    background-color: #3f220f;
    grid-template-columns: repeat(1, 1fr);
    padding: 40px;
  }
  .formulario .columna {
    grid-column: 1;
    background-color: #ffb300;
    padding: 50px;
    margin-top: 0px;
    border-radius: 20px;
  }
  .formulario .columna h2 {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #ffffff;
  }
  .formulario .columna p {
    font-family: "nitti-typewriter-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
  }
  .bloque-uno {
    display: flex;
    background-color: #3f220f;
    align-items: center;
    padding: 30px 40px 20px;
    gap: 30px;
  }
  .bloque-uno .carousel-inner .carousel-item {
    height: 300px;
    width: 300px;
    object-fit: cover;
  }
  .bloque-uno .seccion-uno h2 {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #ffffff;
  }
  .bloque-dos {
    padding: 40px 40px;
    background-color: #3f220f;
    background-image: url(../media/granos-de-cafe.webp);
    background-size: cover;
    text-align: center;
  }
  .bloque-dos .seccion-dos {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #ffffff;
  }
  .bloque-dos .valores {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    gap: 20px;
    text-align: center;
    padding: 10px;
  }
  .bloque-tres {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #3f220f;
    padding-top: 80px;
    padding-right: 20px;
    padding-bottom: 80px;
    column-gap: 10px;
  }
  .bloque-tres .seccion-tres {
    padding: 20px;
  }
  .bloque-tres .seccion-tres h2 {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #ffffff;
  }
  .bloque-tres .seccion-tres button {
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    font-family: "rubik", sans-serif;
    font-weight: bold;
    color: #ffffff;
    background-color: #ffb300;
    border: 0px;
  }
  .bloque-tres .galeria {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    height: 310px;
    width: 310px;
  }
  .bloque-tres .galeria img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
  }
  .bloque-cuatro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 40px;
    background-image: url(..//media/contadores-cafe.jpg);
    background-size: cover;
  }
  .bloque-cuatro div h2 {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #ffffff;
  }
  .bloque-cinco img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bloque-seis p {
    font-family: "nitti-typewriter-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    color: #ffffff;
  }
}
/*Productos - Tablet*/
@media (max-width: 991px) {
  .hero-productos {
    background-image: url("../media/hero-producto-2s.jpg");
    background-size: cover;
    background-position: top;
    height: 70vh;
    align-content: center;
    padding-top: 150px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -220px;
    text-align: center;
  }
  .hero-productos h1 {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #ffffff;
    text-shadow: 1px 1px 10px rgb(79, 69, 69);
  }
  .bloque-productos {
    display: flex;
    align-items: stretch;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #3f220f;
  }
  .bloque-productos .descripcion {
    display: flex;
    flex-direction: column;
    padding: 35px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.978), rgba(255, 255, 255, 0.79)), url(../media/granos-de-cafe-tres.png);
    background-size: contain;
    align-items: flex-start;
    font-family: "nitti-typewriter-normal", sans-serif;
  }
  .banner-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 300px;
    background-image: url(../media/contadores-cafe.jpg);
    background-size: cover;
    background-position: center;
    padding-right: 60px;
    padding-left: 60px;
  }
  .bloque-seis p {
    font-family: "nitti-typewriter-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 148px;
    color: #ffffff;
  }
}
/*Contacto - Tablet*/
@media (max-width: 991px) {
  .hero-contacto {
    background-image: url("../media/hero-contacto-1.jpg");
    background-size: cover;
    background-position: top;
    height: 70vh;
    align-content: center;
    padding-top: 150px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: -220px;
    text-align: center;
  }
  .hero-contacto h1 {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #ffffff;
    text-shadow: 1px 1px 10px rgb(79, 69, 69);
  }
  .hero-contacto p {
    font-family: "nitti-typewriter-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
  }
  .contacto {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    background-image: url(../media/granos-de-cafe.webp);
    background-size: cover;
    background-color: #3f220f;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contacto .b1-contacto {
    display: flex;
    gap: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .contacto .b1-contacto ul li {
    list-style: none;
    margin-bottom: 5%;
    font-size: 16px;
    font-family: "nitti-typewriter-normal", sans-serif;
  }
}
/*Footer tablet*/
@media (max-width: 991px) {
  footer .ft {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 60px 40px 0px 40px;
    background-color: #3f220f;
    text-align: center;
    row-gap: 35px;
  }
  footer .ft .col-uno {
    text-align: center;
    padding-right: 0px;
  }
  footer .ft .col-uno img {
    width: 120px;
    margin-top: -10px;
  }
  footer .ft .col-uno p {
    font-family: "nitti-typewriter-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
  }
  footer .ft .col-dos h2 {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
  }
  footer .ft .col-dos ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
  }
  footer .ft .col-cuatro {
    padding-right: 0px;
  }
  footer .ft .col-cuatro h2 {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
  }
  footer .ft .col-cuatro .redes {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    display: flex;
    justify-content: center;
  }
  footer .ft .col-cuatro .redes img {
    width: 25px;
  }
}
/*Mq- Mobile*/
/*home - mobile*/
@media (max-width: 576px) {
  .hero {
    background-image: url("../media/fondo-hero.jpg");
    background-size: cover;
    background-position: top;
    height: 70vh;
    align-content: center;
    padding-top: 150px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -220px;
    text-align: center;
  }
  .hero h1 {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 38px;
    color: #ffffff;
  }
  .hero p {
    font-family: "nitti-typewriter-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
  }
  .formulario {
    display: grid;
    background-color: #3f220f;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }
  .bloque-uno {
    display: flex;
    background-color: #3f220f;
    align-items: center;
    padding: 30px;
    gap: 5px;
    flex-direction: column;
  }
  .bloque-uno .seccion-uno {
    text-align: center;
  }
  .bloque-dos {
    padding: 20px;
    background-color: #3f220f;
    background-image: url(../media/granos-de-cafe.webp);
    background-size: cover;
    text-align: center;
  }
  .bloque-dos .valores {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    list-style: none;
    gap: 20px;
    text-align: center;
    padding: 10px;
  }
  .bloque-dos .valores li img {
    height: 50px;
    margin-bottom: 20px;
  }
  .bloque-tres {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background-color: #3f220f;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    column-gap: 10px;
    height: auto;
  }
  .bloque-tres .seccion-tres {
    text-align: center;
  }
  .bloque-tres .galeria {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    height: 450px;
    width: 100%;
    padding: 20px;
  }
  .bloque-tres .galeria img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
  }
  .bloque-cuatro {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 40px;
    background-image: url(..//media/contadores-cafe.jpg);
    background-size: cover;
  }
  .bloque-cuatro div {
    padding: 10px;
  }
  .bloque-cinco {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .bloque-cinco img {
    width: 100%;
    height: 80px;
    object-fit: cover;
  }
}
.bloque-seis {
  padding-left: 20px;
  padding-right: 20px;
}
.bloque-seis p {
  font-size: 20px;
}

/*Productos - Mobile*/
@media (max-width: 576px) {
  .hero-productos {
    background-image: url("../media/hero-producto-2s.jpg");
    background-size: cover;
    background-position: top;
    height: 70vh;
    align-content: center;
    padding-top: 150px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -220px;
    text-align: center;
  }
  .hero-productos h1 {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 38px;
    color: #ffffff;
    text-shadow: 1px 1px 10px rgb(79, 69, 69);
  }
  .hero-productos p {
    font-family: "nitti-typewriter-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
  }
  .bloque-productos {
    display: flex;
    align-items: stretch;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: #3f220f;
    flex-direction: column;
    width: 100%;
  }
  .bloque-productos img {
    width: 100%;
  }
  .bloque-productos:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
/*Contacto - Mobile*/
@media (max-width: 576px) {
  .hero-contacto {
    background-image: url("../media/hero-contacto-1.jpg");
    background-size: cover;
    background-position: top;
    height: 70vh;
    align-content: center;
    padding-top: 150px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -220px;
    text-align: center;
  }
  .hero-contacto h1 {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #ffffff;
    text-shadow: 1px 1px 10px rgb(79, 69, 69);
  }
  .hero-contacto p {
    font-family: "nitti-typewriter-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 1px 10px rgb(41, 35, 35);
  }
  .contacto {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    background-image: url(../media/granos-de-cafe.webp);
    background-size: cover;
    background-color: #3f220f;
    padding-bottom: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contacto .b1-contacto {
    display: flex;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 80px;
    flex-direction: column;
  }
}
/*Footer mobile*/
@media (max-width: 576px) {
  footer .ft {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 40px;
  }
  footer .ft .col-uno {
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
  }
  footer .ft .col-dos h2 {
    font-family: "rubik", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
  }
  footer .ft .col-dos ul {
    text-align: center;
  }
  footer .ft .col-cuatro {
    padding-right: 0px;
    padding-bottom: 20px;
  }
}

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