body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #FCF5EB;
}
a {
  text-decoration: none;
  display: grid;
  border-color: transparent;
  justify-items: center;
  align-items: center;
}

button {
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
}
/********************************HERO AREA**************************/
.scroll-offset {
  scroll-margin-top: 80px; /* Ajusta este valor según el tamaño de tu menú fijo */
}

@media (min-width: 1px) {
.scroll-offset {
 scroll-margin-top: calc(75px + 1vw);
}
}

@media (min-width: 1920px) {
.scroll-offset {
 scroll-margin-top: calc(80px + 2vw);
}
}

.heroarea{
   display: grid;
  grid-template-rows: .8fr 1fr 1fr ;
  grid-template-columns: 1fr;
  width: 100%;
   background-repeat: no-repeat;
  background-size: 100% 110%;
  opacity: 100%;
  
}


@media (min-width: 1px) {
.heroarea {
 height: 550px;
 position: relative;
}

@media (min-width: 900px) {
.heroarea {
 height: 600px;
}
}

@media (min-width: 1920px) {
.heroarea{
 min-height: 900px;
 height: 90vw;
 max-height: 1100px;
}
}


.hero-text
{
  display: grid;
  align-self: center;
  justify-self: center;
  position: absolute;
  min-width: 230px;
width: 100%;
  background-color: transparent;
  opacity: 100%;
 margin-left: auto;
 margin-right: auto;
 margin-top: auto;
 margin-bottom: auto;
 font-size: calc(8px + 0.1vw);
 padding: 20px 0px;
 text-align: center;
}

@media (max-width: 410px) {
.hero-text  { margin-top: 20px;

  }
}



/********************************HEADERS**************************/

.h1 {
   background-color: transparent;
  font-size: calc(22px + 4.9vw);
font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
    color: white;
    text-transform: uppercase;
    text-align: left;
   display: grid;
  grid-column: 1/2;
  justify-items: center;
  margin: 5px;
  align-self: center;
  top: 40vh;
    max-width: 100vw;
   justify-self: center;
}


.h2 {background-color: transparent;
  display: grid;
  grid-column: 1/2;
  font-size: calc(10px + 1vw);
font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
    color: #94a593;
  justify-items: center;
  margin: 5px;
    max-width: 100%;
}




/********************** TOP MENU  *****************/

.icons-top-menu
{
 width: 100vw; /* Usa el ancho de la ventana del navegador */
  max-width: 100%; /* Evita que se desborde más allá del contenedor */
display: grid;
grid-template-columns: repeat(3, 1fr);
align-content: center;
justify-content: space-between;
align-content: center;
padding: 0px 5px;
position: fixed;
 top: 0; /* Asegura que esté anclado arriba */
  left: 0; /* Asegura que empiece desde el borde izquierdo */
 z-index: 900 ;
 background-color: rgb(229, 225, 215, 0.85);
overflow-x: hidden; /* Previene desbordamientos horizontales */
  box-sizing: border-box; /* Asegura que padding no afecte el tamaño */
}


.btn-float-left
{
  display: grid;
  align-items: center;
  justify-items: center;
  float: center;
  background-color: transparent;
  border-color: transparent;
  padding: 10px;
  cursor: pointer;
}

@media (min-width: 1px) {
.btn-float-left
{
  padding: 1px 0px;
 }
}



@media (min-width: 410px) {
.btn-float-left
{
  padding: 2px 10px;
 }
}


@media (min-width: 768px) {
.btn-float-left
{
  padding: 5px 20px;
 }
}

@media (min-width: 2400px) {
.btn-float-left
{
  padding: calc(5px + 1vh) 20px;
 }
}


.btn-float-left-height
{
 height: calc(40px + 1.3vw);
}



.btn-float-right
{
  display: flex;
  float: right;
  position: relative;
  padding: 0px 20px;
}


.btn-top-menu {
  display: grid;
  grid-template-rows: 1fr;
  font-weight: 600;
  text-transform: uppercase;
  font-size: calc(16px + 2vw);
  color: white; 
  cursor: pointer;
  max-height: 80px;
  padding: 0px 15px 15px 15px;
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
under
}

/********************** MENU 3 LINES  *****************/

.btn-top
{
  display: grid;
  align-items: center;
  align-content: center;
}

.btn-top:hover {
background: red;
}

.btn-top-menu {
  margin: 0;
  padding: 0;
  height: 100%;
  display: grid;
 align-items: center;
font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: calc(20px + 3vw);
  color: white; 
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
   align-self: end;
  cursor: pointer;
  text-align: center;
}

@media (min-width: 1400px) {
.btn-top-menu {
 font-size: calc(25px + 3vw);
}
}

.btn-top-menu:hover {
  color: orange;
  background-color: transparent;
}

.top-menu-3lines
{
  display: grid;
  justify-items: left;

}



.top-menu-productos
{
  display: grid;
  justify-items: center;
    justify-content: center; /* centra horizontalmente */
  align-items: center;     /* centra verticalmente */

}

.list-style:hover{
color: orange;
}

.a {
  color: white;
  font-weight: 700;
  font-size: 12px;
  display: grid;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}

.button-hover {
  display: grid;
 grid-template-columns: 1fr .5fr;
 justify-items: center;
 align-items: center;
 padding: 20px 0px 0px 0px;
}

.button-hover:hover
{
  background-color: #darkred;
  border-radius: 0px;
  opacity: .9;
}

.menu-title-3{
  font-family: raleway;
  font-weight: 200;
  font-size: 12px;
  color: white;
  padding: 0px 0px;
}

/********************** DROP DOWN MENU*****************/


.menu-small
{
  display: grid;
  flex-direction: row;
  align-items: center;
  justify-items: right;
  width: 100%;
  height: 100%;
}
.logo-small
{
  width: 25px;
  padding: 16px;
  cursor: pointer;
  display: grid;
    justify-items: center;
align-items: center;
}

.logo-big-index{
cursor: pointer;
}



.dropdown {
  display: grid;
  align-content: center;
  align-items: center;
  justify-items: right;
}

.dropdown-content {
  display: none;
float: right;
  position: relative;
  min-width: 160px;
  overflow: auto;
  background-image: url("background-menu.jpg");
  background-size: 100% 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100%;
  height: 100vh;
  transition: maxheight 0.5s;
}

.dropdown-content a {
  color: WHITE;
  padding: 8px 0px;
  text-decoration: none;
  display: grid;
}

.dropdown a:hover {background-color: transparent;
}

.show {
  display: grid;
  grid-template-rows: 1fr;
  position: fixed;
  top: 0%;
  right: 0%;
  height: 100vh;
  align-items: center;
}

ul
{
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: .5fr, repeat(6, 1fr);
  margin: 0px;
  padding: 0px;
  height: 80%;
}

li {
  align-items: center;
  list-style: none;

}

li:hover {
  background-color: transparent;
}

.dropbtn-container {
 border-radius: 5px;
background: #16A69B;
 border-color: transparent;
display: flex;
width: calc(40px + 1vw);
height: calc(40px + 1vw);
padding: .2vw;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
}





.dropbtn {
  padding: 24px 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: transparent;
}

.buttons-right {
  display: inline-grid;
  flex-direction: row;
  align-items: center;
  justify-items: right;
  justify-content: right;
  grid-template-columns: repeat(3, 1fr);
  width: calc(120px  + 2vw);
  justify-self: right;
}

@media (min-width: 1px) {
.buttons-right {
  gap: 5px;
}
}

@media (min-width: 768px) {
.buttons-right {
  gap: 10px;
}
}

.button-whatsapp {
padding: 1px;
border-radius: 5px;
background: transparent;
height:calc(30px + 1vw);
justify-content: center;
align-items: center;
}

.icon-whatsapp {
  height: calc(20px + 1vw);
  padding: 2px;

}

.button-top-texto {
    display: inline-grid;
background: transparent;
color: #000;
text-align: center;
justify-items: center;
font-family: 'Plus Jakarta Sans', sans-serif;
font-size: calc(12px + .5vw);
font-style: bold;
font-weight: 800;
line-height: normal;
border-color: transparent;
    height: calc(30px + 1vw);
    gap: 8px;
      cursor: pointer;
}


@media (min-width: 1px) {
.button-top-texto {
  gap: 0px;
      flex-direction: column;
     grid-template-columns: 1fr;
}
}

@media (min-width: 768px) {
.button-top-texto {
  gap: 10px;
      flex-direction: column;
     grid-template-columns: repeat(2, 1fr);
}
}


.button-top-texto-producto {
    display: inline-grid;
background: transparent;
color: #000;
text-align: center;
justify-items: center;
font-family: 'Plus Jakarta Sans', sans-serif;
font-size: calc(12px + .5vw);
font-style: bold;
font-weight: 800;
line-height: normal;
border-color: transparent;
    height: calc(30px + 1vw);
    gap: 8px;
      cursor: pointer;
}


@media (min-width: 700px) {
.button-top-texto-producto {
  gap: 10px;
      flex-direction: column;
     grid-template-columns: 1fr
}
}

.subtitulo-nuestros-productos {
  font-family: 'Plus Jakarta Sans', sans-serif;
font-size: calc(18px + 1vw);
padding: calc(18px + 1vw);
font-weight: 800;

  }


  /* Ocultar por defecto */
.button-text {
  display: none;
}

/* Mostrar desde 600px en adelante */
@media (min-width: 768px) {
  .button-text {
    display: inline;
  }
}


/***********************BOTTOM*************************/

footer
{
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-bottom: 0%;
  background: #ffffff;
  padding: 10px 0px;
}


@media (min-width: 1px) {
footer{
  display: flex;
  flex-direction: column;
  width: 100vw;
  max-width: 100%;
  background: #000;
}
}

@media (min-width: 1921px) {
footer{
 display: grid;
  grid-template-rows:.5fr .2fr .2fr ;
  grid-template-columns: 1fr;
  max-width: 100%;
  min-width: 300px;
  background: #000;
}
}
}


.icons
{
  align-self: center;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  flex-direction: row;
  justify-content: space-between;
 background-color: transparent;
 max-width: 900px;
 min-width: 260px;
 float: right;
 padding: 20px 10px;

}

@media (min-width: 1px) {
.icons{
padding: 0px;
 max-width: 250px;
}
}

@media (min-width: 501px) {
.icons{
 min-width: 300px;
}
}

@media (max-width: 700px) {
.icons{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-self: center;
  justify-content: center;
  justify-items: center;
height: 100px;
width: 100%;
max-width: 300px;
justify-content: space-around;
}
}


.icon-bottom-image {
  height: calc(60px + 1.2vw);
  cursor: pointer;
}

.split-right
{
  display: grid;
  float: right;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: transparent;
}

@media (min-width: 300px) {
.split-right{
 padding: 20px 0px;
}
}

@media (min-width: 410px) {
.split-right{
 padding: 20px 20px;
}
}



.bottom-icons {
background-color:transparent;
display: grid;
flex-direction: column;
justify-content: center;
justify-items: center;
width: 100%;
}


@media (min-width: 1px) {
.bottom-icons{
  background-color:transparent;
width: 100%;
display: flex;
flex-direction: column;
}
}



.bottom-menu
{
    display: grid;
    align-items: center;
  max-width: 100%;
  font-size: .8rem;
   font-family: 'Raleway', sans-serif;
  font-weight: 1000;
    color: white;
    background-color: transparent;
    text-transform: uppercase;
    text-align: center;
    justify-content: space-between;
  padding: 5px 5px;
border-radius: 2px;
justify-items: center;
margin: 0px;
}

@media (min-width: 1px) {
.bottom-menu{
  display: grid;
   grid-template-columns: repeat(2, 1fr);
height: .2vh;
min-height: 50px;
width: 100%;
justify-content: space-around;
justify-items: center;
padding: 0px;

}
}



@media (min-width: 300px) {
.bottom-menu{
  display: flex;
  flex-direction: row;
   grid-template-columns: repeat(2, 1fr);
height: 100px;
width: 100%;
justify-content: space-around;
justify-items: center;
padding: 0px;

}
}

@media (min-width: 410px) {
.bottom-menu{
 display: flex;
  flex-direction: row;
height: 100px;
width: 100%;
justify-content: space-around;
justify-items: center;
padding: 0px;

}
}

@media (min-width: 768px) {
.bottom-menu{
 display: flex;
  flex-direction: row;
height: 100px;
width: 100%;
justify-content: space-around;
justify-items: center;
padding: 0px;

}
}

@media (min-width: 2400px) {
.bottom-menu{
  width: 80%;
  justify-self: center;
  }
}

.btn-bottom
{
  font-size: calc(10px + 0.6vw);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  color: white;
  background-color: transparent;
  text-decoration: none;
  border-color: transparent;
  cursor: pointer;
}


.bottom-text
{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-self: center;
  align-self: center;
    font-size: calc(16px + 0.3vw);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  color: white;
  background-color: transparent;
    text-transform: none;
    text-align: center;
  justify-items: center;
  padding: 10px 0px;
  border-top-style: solid;
  border-top-color: white;
  border-top-width: 1px;
   width: 90vw;
}


@media (min-width: 1px) {
.bottom-text {
font-size: calc(12px + 0.2vw);
padding: 10px 0px;
color: white;
font-weight: 500;
border-top-style: solid;
  border-top-color: white;
  border-top-width: 1px;
  width: 90vw;
  text-align: center;
  min-height: 30px;
}

@media (min-width: 410px) {
.bottom-text {
  font-size: calc(14px + 0.2vw);
  color: white;
  padding: 10px 0px;
  font-weight: 500;
  border-top-style: solid;
  border-top-color: white;
  border-top-width: 1px;
   width: 90vw;
  min-height: 50px;
}


@media (min-width: 1920px) {
.bottom-text {
  font-size: calc(14px + 0.2vw);
  color: white;
  padding: 10px 0px;
  font-weight: 500;
  border-top-style: solid;
  border-top-color: white;
  border-top-width: 1px;
  width: 90vw;
  min-height: 60px;
}