body {
  font-family: "Chivo", sans-serif;
  background-color: #e7e4dc;
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
}

.indexlink:hover {
  color: whitesmoke;
  background-color: #0d4463;
}

.linkrojo:hover {
  color: #b12028;
}

/*Barra de Navegación*/
.navbarstyle {
  background-color: #e7e4dc;
  padding: 0.3vw;
}

.logcompletomd {
  height: 35px;
}

/*Header*/
.header-container {
  margin: 0;
  padding: 1.5% 2% 17% 2%;
  background-image: url(JPG/cafetos2.jpg);
  background-size: cover;
}

.header-container-b {
  margin: 0;
  padding: 1.5% 2% 2%;
  background-image: url(JPG/flor_cafe.jpg);
  background-size: cover;
}

.logo_cuadrado_blanco {
  height: 140px;
}

/*********Página principal sección 1**********/
/***.flex_cont_1{
display: flex;
padding: 10px;
}

***/
.item_1 {
 
  display: flex;
  flex-direction: column; /* Stack the image and text vertically */
  justify-content: flex-start; /* Align everything at the top */
  align-items: flex-start; /* Keep items aligned to the left */
  width: 450px;
  min-width: 400px;
  padding: 10px;
  margin: 10px;
  height: auto; /* Allow items to stretch to equal height */
}
.icono_p1 {
  width: 280px;
  height: auto;
  min-width: 210px;         /* <-- Prevents shrinking too much */
  max-width: 350px;         /* <-- Optional: Keeps it from growing too much */
  /*min-width: 250px; */
}
@media (max-width: 576px) {
  .icono_p1 {
    width: 60px;           /* Slightly larger on very small screens */
  }
}
.icon-wrapper {
  flex-shrink: 0;
  margin-right: 1rem; /* Space between image and text */
}


/*
.icono_p1 {
  transform: scale(1.25); /* 30% larger 
  width: 150%; /* Adjust based on your design 
  max-width: 250px; /* Prevents them from becoming too large 
  height: auto;
}*/

.vl {
  border-left: 6px solid #b12028;
  height: 7vw;
  margin: 0 10px 0 10px;
}

.section1 {
  padding: 10%;
}

.oropendola_encabezado {
  width: 70%;
  margin-bottom: 10px;
}

.internalsection1 {
  background-color: #e6e6e6;
  text-align: center;
  border-radius: 5px;
}
.text_section1 {
  font-size: clamp(1rem, 1.2vw, 1rem);
  line-height: 1.4;
  max-width: 200%; /* <-- Allow full space usage inside .item_1 */
  text-align: left;
  margin: 0;
  width: 100%; /* Increased width */
  display: flex;
  flex-direction: column; /* Stack title and text vertically */
  align-items: flex-start; /* Ensure left alignment */
  padding: 0.5rem 0; /* Optional: Add vertical padding for more space */
  
  /* <-- Justify the paragraph text */
 /* margin-left: 1rem; /* <-- Adds space between image and text */
 /* margin-bottom: 0; /* optional: tighten spacing */
  /*font-size: clamp(1rem, 1.2vw, 1rem); 
  line-height: 1.5;
  max-width: 80%; */
}

/* Bold subtitle styling */
.text_section1 b {
  display: block; /* Make the bold subtitle a block-level element */
  align-items: center;
  margin-bottom: 0.5rem; /* Add space below the bold title */
}
@media (max-width: 576px) {
  .item_1 {
    width: 100%; /* Full width on small screens */
  }
}




.myButton {
  background-color: #b12028;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  color: #fcfcfc;
  font-size: 17px;
  padding: 12px 14px;
  text-decoration: none;
}

.myButton:hover {
  box-shadow: 2px 2px 4px #2c394b;
  color: #fcfcfc;
}

.myButton:active {
  position: relative;
  top: 1px;
}
.linea {
  width: auto;
  margin-left: 10%;
  margin-right: 10%;
  height: 10px;
  background-color: #ff9015;
}
/*cafés en venta */

/* Add a wrapper around all Shopify product components */
.shopify-products-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Exactly 3 columns */

  /*grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Adjusts columns dynamically */
  gap: 20px; /* Space between products */
  max-width: 100%;
  margin: auto;
  background-color: #e7e4dc;
}

/* Style individual Shopify products */
.shopify-products-wrapper .shopify-buy__product {
  padding: 10px;
  border-radius: 5px;
  background-color: #e7e4dc;
}

/* Adjust image spacing */
.shopify-products-wrapper .shopify-buy__product__image-wrapper {
  margin-bottom: 10px; /* Space between image and button */
}

/* Mobile: 1 product per row */
@media (max-width: 600px) {
  .shopify-products-wrapper {
    grid-template-columns: 1fr; /* 1 product per row */
  }
}

/* #product-component-1740416712124,
#product-component-1741892514508 { /* Replace with actual second product ID 
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 2 per row
  gap: 20px; /* Space between products
  max-width: 600px; /* Adjust width 
}

#product-component-1740416712124 .shopify-buy__product,
#product-component-1741892514508 .shopify-buy__product {
  padding: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

#product-component-1740416712124 .shopify-buy__product__image-wrapper,
#product-component-1741892514508 .shopify-buy__product__image-wrapper {
  margin-bottom: 10px; /* Space between image and button /*
}
*/
/**********Página principal sección 2***********/
.only_background_light {
  background-color: #f2ebdf;
}

.pajarofooter {
  width: 35px;
}

.red-background {
  background-color:  #f4f6f7 ;
  text-align: center;
  border-radius: 5px;
}

.hovershadow:hover {
  box-shadow: 2px 2px 4px #2c394b;
}

.hovershadow3:hover {
  box-shadow: 2px 2px 4px #2c394b;
}

/********Sección 3 "Productores"********/
.container_productores {
  color: #fcfcfc;
  padding: 3% 3% 1.5%;
  text-align: center;
}

.only_background_blue {
  background-color: #e7e4dc;
}

.only_background_red {
  background-color: #e7e4dc;
}

.only_background_orange {
  background-color: #ff9015;
}
/*cuadro de nosotros */
/*.only_background_gray .row {
  background-color: #e7e4dc;
  display: flex;
  flex-wrap: wrap; /* Ensures the content wraps on smaller screens */
  /*align-items: left; /* Vertically centers the content */
/*} */  

/* Control text size */
.only_background_gray .col-xl-5 {
  width: 100%;
  padding-left: 20px; /* Adds space between image and text */
}
/* Ensure text alignment inside the text container */
.only_background_gray p {
  text-align: left;
}
.show900 {
  display: none;
}

.myButton2 {
  border-radius: 3px;
  cursor: pointer;
  color: #fcfcfc;
  font-size: 12px;
  padding: 7px;
  text-decoration: none;
}

.myButton2:hover {
  box-shadow: 2px 2px 2px #2c394b;
  color: #fcfcfc;
}

.myButton2:active {
  position: relative;
  top: 1px;
}

/*******sección 4 "Contacto"*********/
.section4 {
  margin-top: 50px;  /* Space above */
  margin-bottom: 50px; /* Space below */
  /* padding: 5% 10%; */
}
/*******sección 9 "Espacio después de productos"*********/
.section9 {
  min-height: 100px; /* Adjust as needed */
  /*margin-bottom: 100px; /* Space below the previous section */
  background-color: #e7e4dc;
  color: #e7e4dc;
}

.next-section {
  margin-top: 100px; /* Space above the next section */
}
  /*margin-top: 50px;  /* Space above */
  /*margin-bottom: 50px; /* Space below */
  /* padding: 5% 10%; */

.internalsection3 {
  padding: 2%;
  border-radius: 5px;
}

.imagen_interna_seccion3 {
  width: 100%;
  border-radius: 10px;
  border: 10px solid #fcfcfc;
}

.light-background {
  background-color: #e7e4dc;
}

.base_red_blackground {
  background-color:  #e7e4dc ;
  padding: 0 2vw 2vw;
}

/**************
Final de página principal
***************/
/***********Guia de preparación*************/
.maincontainer-4 {
  background-image: url(PNG/bg_metodos.png);
  background-repeat: repeat;
  background-color: #0d4463;
  color: #fcfcfc;
  text-align: center;
  padding: 5% 15%;
}

.iconosmetodo {
  background-color: #fcfcfc;
  width: 55%;
  border-radius: 10px;
  padding: 4%;
  margin: 6% auto;
}

.blue-text {
  color: #0d4463;
  font-size: 90%;
}

.white-background {
  background-color: #fcfcfc;
  border-radius: 5px;
}

.base_blue_blackground2 {
  background-image: url(PNG/bg_metodos.png);
  background-repeat: repeat;
  background-color: #0d4463;
  padding: 0 2vw 2vw;
}

/*************footer general***********/
#footer {
  background-image: url(JPG/fondo_footer.jpg);
  background-size: cover;
  padding: 2% 4%;
}

.logo_blanco_footer {
  width: 100px;
}

.icons {
  font-size: 30px;
  margin-right: 10px;
  color: #e6e6e6;
}

.footer_list {
  text-align: right;
  color: #e6e6e6;
  list-style-type: none;
}

.list_item4 {
  margin-bottom: 7px;
}


/***************Linea Base fondo azul logo gris*************/
.baselinegray {
  height: 3px;
  width: 100%;
  background-color: #bfbfbf;
  margin-bottom: 10px;
}
 .flex-container {
  background-color: #e7e4dc; /* Change this to any color you want */
  display: flex;
  justify-content: space-evenly; /* Distribute columns evenly */
  padding: 20px; 
}

/* Row now doesn't need flex; .flex-container takes care of that */
.row {
  display: block; /* Reset Bootstrap row's default grid behavior */
}

.base_blue_blackground {
  width: 100%; /* Ensures full width */
  height: 12vh; /* Optional: full viewport height */
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  /*height: 12vh; /* Adjust height as needed */
  background-color: #0d4463;
  
}

.base_orange_blackground {
  background-color: #ff9015;
  padding: 0 2vw 2vw;
}

.base_gray_blackground {
  background-color: #2c394b;
  padding: 0 2vw 2vw;
}

.base_khaki_blackground {
  background-color: #f2ebdf;
  padding: 2vw;
}

.logo_base_line {
  width: 20%;
  text-align: center;

  
}

.base_brown_blackground {
  background-color: #393b3a;
  padding: 0 2vw 2vw;
}

/***************Linea Base fondo azul logo gris*************/
.baselineblue {
  height: 3px;
  width: 100%;
  background-color: #0d4463;
  margin-bottom: 10px;
}

.base_light_background {
  background-color: #f2ebdf;
  padding: 0 2vw 2vw;
}

/**Preparacion de métodos**/
.preparacionmetodos {
  background-color: #f2ebdf;
}

.maincontainer-metodos {
  padding: 3%;
  background-image: url("PNG/bannermetodo_1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  color: #0d4463;
}

.maincontainer-kalita {
  padding: 3%;
  background-image: url("JPG/metodos_preparacion/banner_kalita.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  color: #f2ebdf;
}

.maincontainer-chemex {
  padding: 3%;
  background-image: url("JPG/metodos_preparacion/banner_chemex.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  color: #b12028;
}

.maincontainer-dripper {
  padding: 3%;
  background-image: url("JPG/metodos_preparacion/banner_dripper.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  color: #f2ebdf;
}

.receta_contenedor {
  background-color: #ffffff;
  padding: 5%;
  border-radius: 5px;
}

.innersection4 {
  margin-top: 15vw;
}

.leftalign {
  text-align: left;
}

.hovershadow2:hover {
  box-shadow: 3px 3px 5px black;
}

/**Dripper**/
.seccion_principal_metodos {
  padding: 3% 10%;
  color: #0d4463;
}

.imagan_guia {
  width: 85%;
  border: 1vw solid #ffffff;
  border-radius: 5px;
  padding: 2vw 1vw;
}

.baseblue {
  height: 3px;
  width: 100%;
  background-color: #0d4463;
  margin-bottom: 10px;
}

/**Pagina descripción de café**/
.darkbody {
  background-color: #393b3a;
}

.header-container2 {
  margin: 0;
  padding: 1.5% 2% 2%;
  background-image: url("JPG/fotocafebanner.jpg");
  background-size: cover;
}

.maincontainer3 {
  padding: 5% 8%;
}

.border-orangeR {
  border: 1px solid #ff9015;
  border-right: 0;
}

.border-orangeL {
  border: 1px solid #ff9015;
  border-left: 0;
}

.orange-text {
  color: #ff9015;
}

.white_text {
  color: #fcfcfc;
}

.blue_text {
  color: #0d4463;
}

.width_adjust {
  width: 85%;
}

/***********Dónde comprar*************/
.maincontainer {
  padding: 3% 8% 5%;
  background-color: #393b3a;
  color: #e7e4dc;
}

.bg-red {
  padding: 4%;
}

.bg-red h4 {
  text-align: center;
}

.bg-red:hover {
  background: #ff9015;
}

.fotoubicacion {
  width: 100%;
  opacity: 1;
  display: block;
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 3px;
}

.middle {
  text-align: center;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.container:hover .fotoubicacion {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #b12028;
  color: white;
  padding: 10px 10px 4px;
}

.position1 {
  position: relative;
}

.map {
  width: 50vw;
  height: 50vw;
  border: 5px solid #fcfcfc;
}

.white_hr {
  border-top: 3px solid #fcfcfc;
}

.innercafeteria {
  background-color: #e7e4dc;
  padding: 4%;
  border: 2vw;
  border-radius: 5px;
}

/********Página Acerca de nosotros***********/
.maincontainer-7 {
  background-color:  #e7e4dc ;
  color: #6a6a6a;
  display: flex;
  flex-wrap: wrap; /* Ensures that the items wrap when needed */
  justify-content: space-between; /* Creates space between image and text */
  align-items: center; /* Vertically centers the image and text */
  flex-wrap: wrap; /* Allow items to wrap if screen is too small */

}

.foto_nuestra_historia {
  
  width: 50%; /* Make sure image is responsive */
  max-width: 500px; /* Set max width of the image */
  height: auto; /* Maintain aspect ratio */
  
  margin-bottom: 40px;
}

/* Image container: flex the image to the left */
.image-container {
  /*flex: 0 0 45%; /* Ensure the image takes up 45% of the space */
  margin-right: 0px; /* Adds spacing between image and text */
}

/* Text container styling */
.text-container {
  flex: 0 0 45%; /* Ensure the text takes up 45% of the space */
}

/* Optionally adjust image and text sizes on smaller screens */
@media (max-width: 767px) {
  /*.only_background_gray .col-xl-5 {
    width: 100%; /* Makes the text container take full width */
    /*padding-left: 0; /* Remove padding on smaller screens */
  /*}*/
  .image-container,
  .text-container {
    flex: 0 0 100%; /* Make both the image and text take up full width on small screens */
    margin-right: 0; /* Remove the margin between image and text */
  }
  .foto_nuestra_historia {
    width: 100%; /* Makes the image full width */
    
  }
  .maincontainer-7 {
    flex-direction: column; /* Stack the items on top of each other */
    align-items: center; /* Center them */
  }
}

.logo_width25 {
  width: 25%;
  margin: 30px;
}


/* texto mision y visión*/
.maincontainer-8 {
  background-color: #e7e4dc;
  color: #6a6a6a;
  padding: 5%;
  text-align: center;
}

.foto_w100 {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.bg-myv {
  background-color: #e7e4dc;
  /*margin-right: 0;
  text-align: left;
  padding: 10% 40% 10% 10%; */
  padding: 1rem;
}

.imagen_finca {
  background-image: url(JPG/myv_01.jpg);
  background-size: cover;
  background-color: #e7e4dc;
  padding: 10% 50% 10% 10%;
  color: #e7e4dc;
  text-align: left;
}

.inner_finca_metlapi {
  background-color: #e7e4dc;
  padding: 2%;
  color: #6a6a6a;
}
/*prueba*/
.container-fluid.imagen_finca {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;  /* Optional: Makes the container take full viewport height */
}

.external_finca_metlapi {
  width: 90vw;  /* 50% of the viewport width */
  height: 90vh; /* 50% of the viewport height */
  min-width: 450px; /* Prevent it from shrinking too much */
  min-height: 400px; /* Prevent it from shrinking too much */
  padding: 65px;
  box-sizing: border-box;
  overflow: auto;
}

.bg_carrusel {
  background-color: #e7e4dc;
  padding: 10% 20%;
}

.cafe_metlapi_main {
  background-color: #e7e4dc;
  padding: 7%;
}

.bg_light {
  background-color: #f2ebdf;
  color: #0d4463;
}

/*********************Beneficio************************/
.background_beneficio {
  background-image: url(JPG/A-19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #b12028;
  padding: 5%;
}

.center_text {
  text-align: center;
  padding: 3%;
}

.red_text {
  color: #9b0000;
}

.red_hr {
  border-top: 3px solid #9b0000;
}

.middle_logo {
  width: 35%;
}

/*********************Media Quiery*********************/
@media screen and (max-width: 1200px) {
  .maintext2 {
    font-size: 85%;
  }

  .icono_p1 {
    width: 12vw;
  }

  .vl {
    height: 12vw;
  }

  .logo_base_line {
    width: 35%;
    margin-left: 65%;
  }

  .bg-myv {
    padding: 10% 20% 10% 10%;
  }

  .imagen_finca {
    background-image: url('JPG/myv_01.jpg'); /* Fix the syntax */
    background-size: cover;
    padding: 10% 35% 10% 10%;
    color: #e7e4dc;
    text-align: left;
}
 /*
  .imagen_finca {
    background-image: url(background-image:url(JPG/myv_01.jpg));
    background-size: cover;
    padding: 10% 35% 10% 10%;
    color: #ffffff;
    text-align: left;
  } */

  .bg_light {
    font-size: 85%;
  }
}


@media screen and (max-width: 900px) {
  .show900 {
    display: inline;
  }

  .container_productores {
    padding: 2% 1.5%;
  }

  .bg-myv {
    padding: 10% 20% 20% 5%;
    font-size: 80%;
  }

  .text_section2 {
    font-size: 85%;
    color: #6a6a6a;
    background-color: #e7e4dc;
    
  }

  .hide900 {
    display: none;
  }

  .bg-red h4 {
    font-size: 100%;
  }

  .section1 {
    padding: 7%;
  }

  .leftalign {
    font-size: 85%;
  }

  .section2 {
    padding: 7%;
  }

  .middle_logo {
    width: 55%;
  }
}
/*Página de contacto*/
#Contacto {
  width: 300%;
  max-width: 650px;
  margin: 50px auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Form styling */
form {
  display: flex;
  flex-direction: column;
  gap: 20px; /* Space between form elements */
}

label {
  font-size: 1rem;
  color: #333;
}

/* Input and textarea styling */
input, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem; /* Make font size consistent */
}

textarea {
  resize: vertical; /* Allow vertical resizing of textarea */
  height: 150px; /* Default height */
}

/* Button styling */
button {
  margin-top: 15px;
  padding: 12px;
  background-color: #dc5a3d;
  color: #fff; /* Lighten button text */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem; /* Consistent font size for button */
}

button:hover {
  background-color: #e04e2a;
}

/* Media query for mobile devices */
@media (max-width: 480px) {
  #Contacto {
    padding: 15px;
  }

  button {
    padding: 12px 0;
    font-size: 1.1rem;
  }
}

/*Aviso de privacidad*/
.aviso-privacidad {
  margin-top: 50px; /* Espacio entre formulario y aviso */
  padding: 20px; /* Reduce padding to make it more responsive */
  background-color: #f8f8f8; /* Color de fondo suave */
  border-radius: 8px;
  font-size: 14px; /* Default font size for desktop */
  color: #333;
  /* Optional: Add responsive text overflow control */
  overflow: hidden; /* Ensure content doesn’t overflow */
  text-overflow: ellipsis; /* Truncate text with '...' if it overflows */
  white-space: normal; /* Allow text to wrap */
}

/* Adjust font size for tablets */
@media (max-width: 768px) {
  .aviso-privacidad {
    font-size: 12px; /* Slightly smaller text for tablet-sized screens */
    padding: 15px;  /* Adjust padding for smaller screens */
  }
}

/* Adjust font size for mobile screens */
@media (max-width: 480px) {
  .aviso-privacidad {
    font-size: 10px; /* Even smaller text for mobile screens */
    padding: 10px;  /* Reduce padding for mobile */
  }
}

.aviso-privacidad h3 {
  margin-bottom: 30px;
  color: #a9a9a9; /* Color llamativo */
  text-align: center;
  font-size: 1.5rem; /* Default size for heading */
}

/* Adjust heading size for smaller screens */
@media (max-width: 768px) {
  .aviso-privacidad h3 {
    font-size: 1.3rem; /* Slightly smaller heading for tablets */
  }
}

@media (max-width: 480px) {
  .aviso-privacidad h3 {
    font-size: 1.1rem; /* Even smaller heading for mobile screens */
  }
}
/*
.aviso-privacidad {
  margin-top: 50px; /* Espacio entre formulario y aviso 
  padding: 150px;
  background-color: #f8f8f8; /* Color de fondo suave 
  border-radius: 8px;
  font-size: 14px;
  color: #333;
}

.aviso-privacidad h3 {
  margin-bottom: 30px;
  color: #a9a9a9; /* Color llamativo 
  text-align: center;
}

.aviso-privacidad p {
  margin: 5px 0;
  line-height: 1.6;
}*/
/*@media screen and (max-width: 768px) {
  .item_1 {
    width: 280px;
  }
  .icono_p1 {
    width: 20vw;
  }

  .vl {
    height: 20vw;
  }

  .innersection4 {
    margin-top: 20vw;
  }

  .hide768 {
    display: none;
  }

  .logo_width25 {
    width: 100%;
  }

  .maincontainer-8 {
    padding: 5% 10%;
  }

  .imagen_finca {
    padding: 10%;
  }

  .productoresL {
    width: 100%;
    padding-right: 0;
    margin-bottom: 7%;
  }

  .productoresR {
    width: 100%;
    padding-right: 0;
    margin-bottom: 7%;
  }

  .logo_cuadrado_blanco {
    height: 80px;
  }

  .logcompletomd {
    height: 22px;
  }

  .navbarstyle {
    background-color: #e7e4dc;
    padding: 0.2vw;
  }

  .iconosmetodo {
    width: 60%;
  }

  .blue-text {
    font-size: 85%;
  }

  .section4 {
    padding: 5%;
  }
  .bg_carrusel {
    background-color: #f2ebdf;
    padding: 5% 10%;
  }
}*/