* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: "Outfit", sans-serif;
}
.page-general {
  width: 100%;
  height: auto;
  background: rgba(255,255,255,1);
  opacity: 1;
  overflow: hidden;
}
.page-principal {
  width: 100%;
  height: auto;
  background: rgba(255,248,237,1);
  opacity: 1;

  overflow: hidden;
}
.video-contenedor {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 9/16 = 0.5625 = 56.25% */
  height: 0;
  overflow: hidden;
}
.video-contenedor iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-contenedor video {
  width: 100%;
  height: auto;
  display: block;
}

.imagen-superpuesta {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.boton-superpuesto {
  position: absolute;
  top: 65%;
  left: 42%;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
}

.banner-top-home {
  width: 100%;
  height: 705px;
  background: url("../images/banner-top-home.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 95px;
  left: 5px;
  overflow: hidden;
}

.contenedor-boton-top {
  width: 205px;
  height: 50px;
  background: url("../images/contenedor-boton-top.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 679px;
  left: 594px;
  overflow: hidden;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(82, 37, 4, 0.3);
  z-index: 0;
}
.boton-amarillo {
  display: flex;
  padding: 0.8em;
  background: rgba(251, 194, 54, 1);
  border-radius: 35px;
  overflow: hidden;
  width: max-content;
  color: rgba(0, 0, 0, 1);
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
  font-size: 18px;
  opacity: 1;
  text-align: left;
  text-decoration: none;
  align-items: center;
  border: 1px solid #FCC334;
  height: 49px;
}
.boton-amarillo:hover,  .boton-blanco:hover{
  background-color: #C13727;
  border: 1px solid #C13727;
  color: #fff;
}
.boton-superpuesto .boton-amarillo{
  position: absolute;
  top: 14px;
  left: 14px;
}

.seccion-imagenes {
  width: 100%;
  height: auto;
  background: linear-gradient(rgba(253, 236, 228, 1), rgba(255, 249, 238, 1));
  opacity: 1;
  position: relative;
  overflow: hidden;
  padding: 7em 0em 2em 0em;
}
.primer-contenedor-imagenes {
  display: flex;
  align-items: center;
  gap: 3em;
  justify-content: center;
  margin-bottom: 5em;
}
.marcas-trabajamos {
  width: 100%;
  position: relative;
  background: rgba(255, 249, 238, 1);
  opacity: 1;
  overflow: hidden;
  min-height: 180px;
  display: flex;
  align-items: center;
  gap:0.5em;
  margin-top:120px;
}
/*slide-marcas*/
.marcas-trabajamos .slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 180px;
  display: flex;
}

.marcas-trabajamos .slider-track {
  display: flex;
  gap: 2rem;
  align-items: center;
  will-change: transform;
}

.marcas-trabajamos .slider-track img {
  max-height: 100px;
  max-width: 240px;
  flex-shrink: 0;
  object-fit: contain;
}

.marcas-trabajamos .fade-left,
.marcas-trabajamos .fade-right {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.marcas-trabajamos .fade-left {
  left: 0;
  background: linear-gradient(to right, #FFF9EE 0%, transparent 100%);
}

.marcas-trabajamos .fade-right {
  right: 0;
  background: linear-gradient(to left, #FFF9EE 0%, transparent 100%);
}
/**/
.titulo-marcas {
  color: #000;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  font-size: 36px;
  opacity: 1;
  text-align: left;
  padding-left: 2.5em;
  width: 40%;
}
.imagen-bordeada {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  max-height: 460px;
}
/*slide inferior*/
.slider-img-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
}

.slider-img-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  will-change: transform;
}

.slider-img-track img {
  width: calc(100% / 2.5);
  flex-shrink: 0;
  height: auto;
  object-fit: cover;
  margin: 0 1em;
  max-width: 455px;
}
/**/

.cotizador-1 {
  width: 100%;
  height: auto;
  background: rgba(255, 246, 238, 1);
  opacity: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.name {
  color: #fff;
}
.contenedor-texto {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.2em;
}
.titulo-cotizador {
  color: rgba(82, 37, 4, 1);
  font-family: "Outfit", sans-serif;
  line-height: 70px;
  font-weight: 800;
  font-size: 70px;
  opacity: 1;
  text-align: center;
  margin-bottom: 0;
  width: 65%;
}
img.flores-amarillas {
  position: absolute;
}
img.flores-amarillas {
  max-width: 100%;
}
.subtitulo-cotizador {
  color: rgba(0,0,0,1);
  font-family: "Libre Franklin", sans-serif;
  line-height: 28px;
  margin: 0.8em 0;
  font-weight: 500;
  font-size: 24px;
  opacity: 1;
  text-align: center;
  width: 40%;
}

.form-container {
  background-color: #FFFDF6;
  border: 1px solid #FBC237;
  border-radius: 35px 35px 0 0;
  padding: 2em 5em;
  width: 1100px;
}
.form-container form {
  display: flex;
  flex-direction: column;
  width: 950px;
  align-items: center;
}
.contenedor-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2em;
  width: 100%;
}
.contenedor-fomulario-texto {
  display: flex;
  align-items: center;
  gap:1em;
  margin-bottom: 1em;
}
.boton-siguiente {
  display: flex !important;
  align-items: flex-end !important;
  margin-top: 3em !important;
}
p.titulo-form {
  font-size: 32px;
  color: #222222;
  font-weight: 500;
  margin: 0;
}
p.subtitulo-form {
    margin: 0;
    color: #565F6B;
    font-family: "Libre Franklin", sans-serif;
    font-size: 16px;
}
.contenedor-form .row {
  display: flex;
  justify-content: space-between;
}
.contenedor-form .col-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
  margin: 1.2em 0;
  justify-content: center;
  max-width: 435px;
}
textarea, input, select {
  font-family: inherit;
}
.contenedor-form input, .contenedor-form select {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 9px;
  padding: 1.2em;
}
textarea#proyecto {
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 9px;
  padding: 1.2em;
  width: 100%;
}
.contenedor-form label, .titulo-forms {
  color: rgba(34, 34, 34, 1);
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 20px;
  opacity: 1;
  text-align: center;
}
p.titulo-forms {
  margin: 1.7em 0;
}

.name {
  color: #fff;
}
.name {
  color: #fff;
}

/*slide*/
.slider {
  position: relative;
  width: 100%;
  max-width: 45%;
  overflow: hidden;
  margin: auto;
  margin-right: 0;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 16px; /* Espacio entre slides */
  padding: 0 8px;
}

.slider-track img {
  width: auto;
  margin:0 2em;
  flex-shrink: 0;
  border-radius: 10px;
}

button.slick-next.slick-arrow,
button.slick-prev.slick-arrow{

    position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #CDC4BC;
  height: 40px;
  width: 40px;
  color: #000;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
}

.slider-prev, .slider-next {
/*display: none;*/
}


.button.slick-prev.slick-arrow
.slider-prev {
  left: 10px;
}

button.slick-next.slick-arrow,
.slider-next {
  right: 10px;
}
.sabes-como .slider img {
  padding: 30px 15px;
  max-height: 510px;
  width: auto;
  border-radius: 80px 80px 0px 0;
  margin:0;
}
.contenedor-sabes{
  display: flex;
}
.sabes-como {
  width: 100%;
  height: auto;
  padding: 2em 0 0 0;
  background: rgba(255,240,231,1);
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.titulo-seccion {
  color: rgba(0, 0, 0, 1);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  margin: 0.4em 0;
  font-size: 35px;
  opacity: 1;
  text-align: left;
}
.texto-seccion {
  color: rgba(0, 0, 0, 1);
  font-size: 22px;
  font-weight: 500;
  opacity: 1;
  text-align: left;
}
.texto-seccion span{
  font-weight: 700;
  margin-right:0.2em ;
}
.contenedor-seccion-texto {
  width: 50%;
  padding: 3em 0px 3em 220px;
}
img.cafeto-colorido {
  position: absolute;
  left: -20%;
  height: 78%;
  top: -10px;
  z-index: 0;
}
img.cafe-grano {
  position: absolute;
  left: 78%;
  height: auto;
  top: 73%;
  z-index: 999;
}

.name {
  color: #fff;
}
.name {
  color: #fff;
}
/*slide amarillo*/
.slide-amarillo {
  background-color: #FBC236;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 1.7em 0;
  box-sizing: border-box;
  position: relative;
    z-index: 2;
}
.capa-blur ul {
  padding: 0;
  margin: 0;
}
.capa-blur {
  position: absolute;
  inset: 0;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  border-radius: 0 80px 80px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 3em 2em 3em 5.8em;
  flex-direction: column;
}

li.item-comunidad {
  font-size: 22px;
  list-style: none;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  gap: 1em;
}
.fondo-slider {
  position: relative;
  width: 100%;
  height: 648px;
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
}
.slide-track {
  display: inline-block;
  animation: scroll-left 60s linear infinite;
}

.slide-track span {
  display: inline-block;
  margin-right: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  font-family: "Libre Franklin", sans-serif;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/**/
.social-links {
  width: 100%;
  padding: 0 2em;
}
.social-links img {
  margin: 0;
}
.contact-item img {
  margin-bottom: 0;
  margin-right: 0.6em;
}
.footer-column.modo-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer {
  margin-top: 20px;
  background-color: #FFF9EE;
  border-top: 1px solid rgba(82, 37, 4, 1);
  color: rgba(82, 37, 4, 1);
  padding: 4em 5.5em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 999;
}
.modo-footer p {
  padding: 0 2em;
}

.footer-column {
  flex: 1;
  min-width: 250px;
}

.footer-column img {
  max-width: 150px;
  margin-bottom: 15px;
}

.footer-column p {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(82, 37, 4, 1);
  text-align: left;
}

.social-links a {
  margin-right: 10px;
  color: rgba(82, 37, 4, 1);
  font-size: 20px;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #c38e70;
}

.footer-column h4 {
  margin-bottom: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: rgba(82, 37, 4, 1);
  opacity: 1;
  text-align: left;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.contact-item i {
  margin-right: 10px;
  color: rgba(82, 37, 4, 1);
}

.contact-item a {
  color: rgba(82, 37, 4, 1);
  text-decoration: none;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

.contact-item a:hover {
  color: #c38e70;
}

.info-links a {
  color: rgba(82, 37, 4, 1);
  text-decoration: none;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

.info-links a:hover {
  color: #c38e70;
}
.logo-footer {
  width: 160px;
  height: 145px;
  opacity: 1;
  overflow: hidden;
}


.name {
  color: #fff;
}

.name {
  color: #fff;
}
.name {
  color: #fff;
}
.name {
  color: #fff;
}

.parte-comunidad {
  width: 100%;
  height: auto;
  background: rgba(252, 195, 52, 1);
  opacity: 1;
  position: relative;
  padding: 20px
}

.aclaracion-roja {
  background: rgba(193, 55, 39, 1);
  border-radius: 30px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 22px;
  padding: 0.5em 2em;
  margin: 0 0 0.5em 0;
  text-align: left;
}
.contenedor-botones {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header {
  background-color:black; /* #FFF9EE; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  height: 95px;
}
.logo-principal img {
  height: 90px;
}

.item-nav {
  list-style: none;
  display: flex;
  gap: 2em;
  justify-content: flex-end;
}

.un-item-nav a {
  text-decoration: none;
  color: #522504;
  font-weight: 500;
  transition: color 0.3s;
}
.cafeto-doble {
  position: absolute;
  left: 65%;
  height: 138%;
  top: -71px;
  z-index: 0;
}
.un-item-nav a:hover {
  color: #FBC236;
}
.un-item-nav {
  width: auto;
  color: rgba(82, 37, 4, 1);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  opacity: 1;
  text-align: center;
}

.logo-principal {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

/*Botones flotantes*/
.botones-flotantes {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.botones-flotantes a,
.botones-flotantes button {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
background: #F9E2A9;
}

.btn-arriba img {
  width: 58px;
  height: 58px;
}
.btn-arriba {
  background-color: #555;
  color: white;
  font-size: 20px;
}
/**/

input[type="range"].form-range::-webkit-slider-thumb {
  background-color: #FBC237;
}
input[type="range"].form-range::-webkit-slider-thumb {
  background-color: #FBC237;
}

input[type="range"].form-range::-moz-range-thumb {
  background-color: #FBC237;
}

.cotizador-2 .contenedor-texto {
  margin-top: 6em;
  margin-bottom: 11em;
}
.cotizador-2 .flores-amarillas {
  width: 100%;
}
label.form-label.rage-kilos {
  color: rgba(34, 34, 34, 1);
  font-family: "Libre Franklin", sans-serif;
  font-weight: 600;
  font-size: 20px;
  opacity: 1;
  text-align: center;
}
.cotizador-2 .rage {
  width: 100%;
  margin: 0.5em 0;
}
.range-labels span {
  font-size: 20px;
  font-family: "Libre Franklin", sans-serif;
  color: #888888;
}
.propuesta .form-check {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 9px;
  padding: 1.2em;
  width: 400px;
}
.propuesta label.form-check-label {
  color: #888888;
  font-size: 16px;
  font-weight: 400;
}
.propuesta input#modoBarista {
  width: 10px !important;
  height: 10px;
  margin: 0;
  margin-left: 1em;
  padding: 0.8em;
}
input[type="checkbox"].form-check-input:checked {
  background-color: #FBC237;
  border-color: #FBC237;
}

p.text-precio {
  font-size: 16px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
}
p.numero-precio {
  font-size: 15px;
}
p.numero-precio.diferenciada {
  font-weight: 600;
  color: #01AD38;
}
.comparacion-precios {
  border: 2px solid #FCC334;
  border-radius: 9px;
  background-color: #FFFBEB;
  padding: 1.5em 1.5em;
  display: flex;

  justify-content: space-around;
}

.contenedor-fomulario-info {
  width: 100%;
}
.seccion-medio .contenedor-form {
  margin: 0;
}
.un-precio {
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: center;
  align-items: center;
}
.seccion-medio {
  width: 100%;
  border-top: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
  padding-top: 2em;
  margin-bottom: 2em;
}

.seccion-x-mes {
  display: flex;
  margin-top: 1em;
  flex-direction: column;
  align-items: center;
  padding: 2em;
  width: 100%;
  border: 2px solid #F9BE05;
  border-radius: 9px;
  background: linear-gradient(to right, #FFFBDA, #FFECA8);
  gap:1em;
}
p.bajada-seccion-mes {
  font-size: 20px;
  font-weight: 500;
  font-family: "Libre Franklin", sans-serif;
  margin:0;
  text-align:Center;
}
p.cantidad-seccion-mes {
  font-size: 40px;
  font-weight: 700;
  color: #01AD38;
  font-family: "Libre Franklin", sans-serif;
  margin:0;
}
.seccion-ofrecemos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.8em;
  flex-direction: column;

  padding: 2em;
  width: 100%;
  border: 2px solid #F9BE05;
  border-radius: 9px;
  background: #FFFBEB;
  gap: 1em;
}
.cotizador-3 .seccion-ofrecemos {
  width: 810px;
}
.bajada-seccion-ofrecemos{
  font-size: 20px;
    font-weight: 600;
    font-family: "Libre Franklin", sans-serif;
    margin: 0;
}
.listado-ofrecer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.2em;
}
.item-ofrecer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22%;
  padding: 0 0.8em;
  text-align: center;
}
.item-ofrecer img {
  margin-bottom: 0.5em;
}
p.bajada-ofrecer {
  font-size: 16px;
  color: #222222;
  font-family: "Libre Franklin", sans-serif;
  margin: 0.1em 0;
  height: 120px;
}
.contenedor-botones-cotizador {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}

.boton-blanco{
  display: flex;
  padding: 0.8em;
  background: #fff;
  border-radius: 35px;
  overflow: hidden;
  border: 1px solid #FCC334;
  width: max-content;
  color: rgba(0, 0, 0, 1);
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  font-size: 18px;
  opacity: 1;
  text-align: left;
  text-decoration: none;
  align-items: center;
  height: 49px;
}
.cotizador-3 .contenedor-texto {
  margin-top: 3em;
  margin-bottom: 6em;
  padding: 0 8em;
}
p.titulo-cotizador3 {
  font-size: 60px;
  font-weight: 700;
  width: 80%;
  line-height: 60px;
  text-align: center;
}
.cotizador-3 .form-container {
  margin-top: 15em;
  padding: 2em 0em  0em 0em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cotizador-3 .bajada-seccion-ofrecemos {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}

.gracias{
  margin:1.5em 0;
}
.video-responsive {
  width: 100%;
  height: 100%;
  height: 620px;
}
p.titulo-cotizador3.modo {
  margin: 1.5em 0;
}

.titulo-terminos{
  font-size: 46px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  color:#000;
}
.un-termino{
  font-size: 26px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color:#000;
  text-align: center;
}
.un-termino span{
  font-weight: 700;
}
img.cafeto-arriba {
  position: absolute;
  left: 75%;
  height: 85%;
  top: -7%;
  z-index: 999;
}
.form-container.terminos-condiciones {
  margin-top: 22em;
  padding: 3em 4em;
}
p.titulo-parte-comunidad {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.form-container.terminos-condiciones {
  margin-top: 22em;
  margin-bottom: 2em;
  padding: 3em 4em;
  border-radius: 9px;
}
.contenedor-boton-inicio{
  margin-bottom: 22em;
}
img.cafeto-abajo {
  position: absolute;
  left: -248px;
  height: 85%;
  top: 102%;
  z-index: 1;
}
#terminoscondiciones  img.cafeto-abajo {display: none!important;}
/* Asegurar que el track del slider coincida con los labels */
.form-range {
    width: 100%;
    padding: 0 12px; /* Ajustar según necesidad */
}

.range-labels {
    width: calc(100% - 24px); /* Igual que el padding del slider */
    margin: 0 auto;
    position: relative;
}

.range-labels span {
    position: absolute;
    transform: translateX(-50%);
}
/* Agregar esto a tu main.css */
.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.is-invalid + .invalid-feedback {
    display: block;
}

/* Asegurar que los botones mantengan su estilo */
.boton-amarillo {
    background-color: #FFC107;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.boton-amarillo:hover {
    background-color: #e0a800;
    color: #000;
}
/* Posicionamiento exacto de los labels */
.range-labels span:nth-child(1) { left: 0%; }    /* 25kg */
.range-labels span:nth-child(2) { left: 25%; }   /* 50kg */
.range-labels span:nth-child(3) { left: 50%; }   /* 100kg */
.range-labels span:nth-child(4) { left: 75%; }   /* 150kg */
.range-labels span:nth-child(5) { left: 100%; }  /* 200kg */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .item-nav {
    display: none;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    width: 100%;
    align-items: center;
  }

  .item-nav.active {
    display: flex;
  }
}
/* Por defecto, el botón se muestra */
.menu-toggle {
  display: block;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* A partir de 768px (desktop), lo ocultás */
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

/*
/*MAIL
seccion.mailing {
  background-color: #FFF9EE;
  display: flex;
  justify-content: center;
}

.contenido-mail {
  display: flex;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  text-align: center;
border: 1px solid #FCC334;
}

p.texto-sobre-amarillo {
  background-color: #FCC949;
  width: 100%;
  padding: 1.75em 2em;
  font-size: 42px;
  font-weight: 700;
  color: #000;
margin-bottom: 0;
}

p.texto-medio {
  font-size: 28px;
  padding: 2em;
  font-weight: 400;
  color: #000;
}

.texto-medio span {
  font-weight: 700;
}

.mailing video {
  max-width: 100%;
}

.informacion-importante {
  padding: 2em 10em;
  color: #000;
}

p.titulo-info {
  font-size: 26px;
  font-weight: 700;
}

p.texto-info {
  font-size: 20px;
}

.mailing .seccion-contacto {
  padding: 3em;
  background-color: #FCC949;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mailing .footer-column {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mailing .footer-column img {
  margin: 0 10px;
}
.footer-column h4 {
  margin-bottom: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: rgba(82, 37, 4, 1);
  opacity: 1;
  text-align: left;
}
.contact-item {
  display: flex
;
  align-items: center;
  margin-bottom: 12px;
}
.contact-item a {
  color: rgba(82, 37, 4, 1);
  text-decoration: none;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
.mailing .contact-item a:hover {
  color: #fff;
}
.mailing .social-links {
  margin-top: 1em;
}
/**/



@media (max-width: 450px){
  .page-general {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }
.page-principal {
  width: 390px;
}
header {
  max-width: 390px;
}
nav.navbar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  height: auto;
  padding: 0.5em;
  align-content: center;
}
.navbar-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
}
button.menu-toggle {
  position: absolute;
  left: 5%;
}
.logo-principal {
  position: relative;
  top: 0;
  left: 0;
    transform: none;
}
.video-contenedor {
  margin-top: 72px;
}
.boton-amarillo {
  font-size: 16px;
}
.boton-superpuesto {
  left: 24%;
  top: 60%;
}
.contenedor-sabes {
  display: flex
;
  flex-direction: column;
}
.contenedor-seccion-texto {
  width: 100%;
  padding: 2em;
  padding-bottom: 0;
}
img.cafeto-colorido {
  height: 10%;
  left: -44px;
}
p.titulo-seccion {
  font-size: 30px;
}
p.texto-seccion {
  font-size: 18px;
}
.slide-track span {
  font-size: 20px;
}
.slide-amarillo {
  padding: 1.2em;
}
.slider {
  max-width: 100%;
}
img.cafe-grano {
  top: 88%;
}
img.cafeto-doble {
  display: none;
}
.fondo-slider {
  height: 825px;
}
.capa-blur {
  width: 100%;
  height: 62%;
  border-radius: 0 0px 80px 80px;
  padding: 2em;
}
li.item-comunidad {
  font-size: 18px;
}
p.aclaracion-roja {
  font-size: 20px;
}
p.titulo-parte-comunidad {
  font-size: 22px;
  line-height: 25px;
}
p.titulo-marcas {
  padding-left: 1em;
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 0;
}
.marcas-trabajamos .slider-track img{
  max-width: 200px;
}
.slider-track img{
  margin: 0 1em;
}
.seccion-imagenes{
  padding: 2em 0;
}
.primer-contenedor-imagenes {
  gap: 1em;
  margin-bottom: 2em;
}
img.imagen-bordeada {
  max-height: 130px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.titulo-cotizador {
  font-size: 36px;
  line-height: 38px;
  width: 78%;
}
img.flores-amarillas {
  height: 10%;
}
p.subtitulo-cotizador {
  font-size: 16px;
  width: 70%;
  line-height: 19px;
  margin: 1em;
}
.form-container {
  width: 100%;
  padding: 1em 2em;
}
p.titulo-form {
  font-size: 22px;
  line-height: 24px;
}
p.subtitulo-form {
  font-size: 14px;
  line-height: 18px;
}
.contenedor-form {
  display: flex;
  flex-direction: column;
}
.contenedor-form input, .contenedor-form select, textarea#proyecto{
  width: 330px;
}
.col-12.boton-siguiente {
  display: flex;
  width: 330px;
}
footer {
  max-width: 100%;
  padding:20px;
}
.modo-footer p {margin:20px 0}
.form-container form {
  width: 100%;
}
.boton-superpuesto{
  width: 20%;
}
/**/
html, body {
  overflow-x: hidden;
  width: 100%;
}
.page-general, .page-principal, header, form {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body {
  overflow-x: hidden;
}
.marcas-trabajamos .slider-track img {
  max-width: 200px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.social-links {
  display: flex;
}
ul.item-nav.active {
  display: flex;
  text-align: start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.contenedor-form .col-12 {
  margin: 0.8em 0;
}
.cotizador-2 .contenedor-texto {
  margin-top: 5em;
  margin-bottom: 3em;
}
.contenedor-fomulario-texto img {
  max-width: 60px;
}
.range-labels span {
  font-size: 15px;
}
.contenedor-form label, .titulo-forms {
  text-align: start;
  font-size: 18px;
  line-height: 22px;
}
.propuesta .form-check {
  width: 330px;
}
p.titulo-forms {
  margin: 1.2em 0 0.5em 0;
}
p.bajada-seccion-mes {
  font-size: 18px;
}
p.cantidad-seccion-mes {
  font-size: 35px;
}
.item-ofrecer {
  width: 100%;
  margin: 0.8em 0;
}
.listado-ofrecer {
  display: flex;
  flex-wrap: wrap;
}
p.bajada-ofrecer {
  height: auto;
}

.cotizador-3 .contenedor-texto {
  padding: 0 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}
p.titulo-cotizador3 {
  font-size: 40px;
  line-height: 43px;
  margin-bottom: 0;
}
.cotizador-3 .seccion-ofrecemos {
  width: 85%;
}
.cotizador-3 .bajada-seccion-ofrecemos {
  font-size: 25px;
  padding: 0 1em;
  line-height: 32px;
}
img.cafeto-arriba {
  height: 26%;
  top: 5%;
  left: 72%;
}
img.cafeto-arriba {
  display: none;
}
img.cafeto-abajo {
  height: 26%;
  left: -24%;
  top: 93%;
}
.form-container.terminos-condiciones {
  margin-bottom: 1em;
}
.contenedor-boton-inicio{
  margin-bottom: 11em;
}
p.titulo-terminos {
  font-size: 38px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 0.5em;
}
p.un-termino {
  font-size: 20px;
  line-height: 25px;
}
.footer-column img {
  margin-bottom: 0;
}
/**/
}
@media (max-width: 450px) {
  .headerimage {margin-top: 104px;}
  .page-general,
  .page-principal,
  header,
  form {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  nav.navbar {
    flex-direction: row-reverse;
    justify-content: center;
    height: auto;
    padding: 0.5em;
  }

  .navbar-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  button.menu-toggle {
    position: absolute;
    left: 5%;
  }

  .logo-principal {
    position: relative;
  }

  .video-contenedor {
    margin-top: 72px;
  }

  .boton-amarillo {
    font-size: 16px;
  }

  .boton-superpuesto {
    left: 24%;
    top: 60%;
    width: 20%;
  }

  .contenedor-sabes {
    flex-direction: column;
  }

  .contenedor-seccion-texto {
    width: 100%;
    padding: 2em;
    padding-bottom: 0;
  }

  img.cafeto-colorido {
    height: 10%;
    left: -44px;
  }

  p.titulo-seccion {
    font-size: 30px;
  }

  p.texto-seccion {
    font-size: 18px;
  }

  .slide-track span {
    font-size: 20px;
  }

  .slide-amarillo {
    padding: 1.2em;
  }

  .slider {
    max-width: 100%;
  }

  img.cafe-grano {
    top: 88%;
  }

  img.cafeto-doble {
    display: none;
  }

  .fondo-slider {
    height: 825px;
  }

  .capa-blur {
    width: 100%;
    height: 62%;
    border-radius: 0 0px 80px 80px;
    padding: 2em;
  }

  li.item-comunidad {
    font-size: 18px;
  }

  p.aclaracion-roja {
    font-size: 20px;
  }

  p.titulo-parte-comunidad {
    font-size: 22px;
    line-height: 25px;
  }

  p.titulo-marcas {
    padding-left: 1em;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 0;
  }

  .marcas-trabajamos .slider-track img {
    max-width: 200px;
  }

  .slider-track img {
    margin: 0 1em;
  }

  .seccion-imagenes {
    padding: 2em 0;
  }

  .primer-contenedor-imagenes {
    gap: 1em;
    margin-bottom: 2em;
  }

  img.imagen-bordeada {
    max-height: 130px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .titulo-cotizador {
    font-size: 36px;
    line-height: 38px;
    width: 78%;
  }

  img.flores-amarillas {
    height: 10%;
  }

  p.subtitulo-cotizador {
    font-size: 16px;
    width: 70%;
    line-height: 19px;
    margin: 1em;
  }

  .form-container {
    width: 96%;
    padding: 1em 2em;
  }

  p.titulo-form {
    font-size: 22px;
    line-height: 24px;
  }

  p.subtitulo-form {
    font-size: 14px;
    line-height: 18px;
  }

  .contenedor-form {
    flex-direction: column;
  }

  .contenedor-form input,
  .contenedor-form select,
  textarea#proyecto {
    width: 330px;
  }

  .col-12.boton-siguiente {
    display: flex;
    width: 330px;
  }

  .form-container form {
    width: 100%;
  }

  .contenedor-form .col-12 {
    margin: 0.8em 0;
  }

  .cotizador-2 .contenedor-texto {
    margin-top: 5em;
    margin-bottom: 3em;
  }

  .contenedor-fomulario-texto img {
    max-width: 60px;
  }

  .range-labels span {
    font-size: 15px;
  }

  .contenedor-form label,
  .titulo-forms {
    text-align: start;
    font-size: 18px;
    line-height: 22px;
  }

  .propuesta .form-check {
    width: 330px;
  }

  p.titulo-forms {
    margin: 1.2em 0 0.5em 0;
  }

  p.bajada-seccion-mes {
    font-size: 18px;
  }

  p.cantidad-seccion-mes {
    font-size: 35px;
  }

  .item-ofrecer {
    width: 100%;
    margin: 0.8em 0;
  }

  .listado-ofrecer {
    display: flex;
    flex-wrap: wrap;
  }

  .cotizador-3 .form-container {
           margin: 7em 10px 0;
        width: calc(100% - 20px);
  }

  .cotizador-3 .contenedor-texto {
    padding: 0 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  p.titulo-cotizador3 {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 0;
  }

  .cotizador-3 .seccion-ofrecemos {
    width: 85%;
  }

  .cotizador-3 .bajada-seccion-ofrecemos {

      font-size: 25px;
  padding: 0 1em;
    line-height: 32px;
  }

  img.cafeto-arriba {
    display: none;
  }

  img.cafeto-abajo {
    height: 26%;
    left: -24%;
    top: 93%;
  }

  .form-container.terminos-condiciones {
    margin-bottom: 1em;
  }

  .contenedor-boton-inicio {
    margin-bottom: 11em;
  }

  p.titulo-terminos {
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 0.5em;
  }

  p.un-termino {
    font-size: 20px;
    line-height: 25px;
  }
}

/* =============================
   TABLET (min-width: 451px and max-width: 1024px)
============================= */

@media (min-width: 451px) and (max-width: 1024px) {
  .page-general,
  .page-principal,
  header,
  form {
    max-width: 90%;
    margin: 0 auto;
  }

  .menu-toggle {
    display: block;
    position: absolute;
    left: 1em;
    top: 1em;
  }
  .listado-ofrecer {
    flex-direction: column;
  }
  .contenedor-form {
    flex-direction: column;
  }
  .item-ofrecer{
    width: auto;
  }
  .item-nav {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
  }

  .item-nav.active {
    display: flex;
  }

  .logo-principal {
    width: 150px;
  }

  .contenedor-form input, .contenedor-form select, textarea#proyecto{
  width: 200px;
}

  .form-container {
    padding: 2em;
    max-width: 500px;
  }

  .boton-superpuesto {
    width: 25%;
    left: 35%;
    top: 60%;
  }

  .titulo-cotizador {
    font-size: 40px;
    width: 100%;
  }

  .subtitulo-cotizador {
    font-size: 18px;
    width: 80%;
  }

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

/* =============================
   DESKTOP (min-width: 1025px)
============================= */


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.headerimage{width:100%}


#boton-video {
    position: absolute;
    bottom: 20px; /* o la distancia que quieras del borde inferior */
    left: 50%;
    transform: translateX(-50%);
    z-index: 111111;
}
