@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*@import url('https://fonts.cdnfonts.com/css/beyond-wonderland');*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Spartan", sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* Global Styles */

h1 {
  font-size: 50px;
  line-height: 64px;
  color: #222;
}

h2 {
  font-size: 46px;
  line-height: 54px;
  color: #222;
}

h4 {
  font-size: 20px;
  color: #222;
}

h6 {
  font-weight: 700;
  font-size: 12px;
}

p {
  font-size: 16px;
  color: #465b52;
  margin: 40px 0 20px 0;
}


.section-p1 {
  padding: 0px 0px;
}
.section-p1news {
  padding: 40px 80px;
}
button.normal {
font-size: 14px;
font-weight: 600;
padding: 15px 30px;
color: black;
background-color: #fff;
border-radius: 4px;
cursor: pointer;
border: none;
outline: none;
transition: 0.2s;
}
button.white {
  font-size: 13px;
  font-weight: 600;
  padding: 11px 18px;
  color:#fff;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #fff;
  outline: none;
  transition: 0.2s;
  }

.section-m1 {
  margin: 40px 0;
}

body {
  width: 100%;
}

 /* header start parte del menu*/ 
#header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:  20px 20px;
  background: #E3E6F3;
  box-shadow:  0 5px 15px rgba(0, 0, 0, 0.06);
  z-index:999;
  position: sticky;
  top:0;
  left: 0;
 }
 #bodymain {
  width:75%;
  margin: auto;
 }
 #header a{
  height: auto;
  width: 30%;
 }

 #header img {
  width: 100%;
  height: auto;
 }

#navbar{
  display: flex;
  align-items: center;
  justify-content: center;

 }
#navbar li {
  list-style: none;
  padding: 0 20px;
  position: relative;
 }


 
#navbar li a{
text-decoration: none;
font-size: 20px;
font-weight: 600;
color: #1a1a1a;
transition: 0.3s ease;
}
#navbar li a:hover, 
#navbar li a.active{
  color:#088178;
}
#navbar li a.active::after,
#navbar li a:hover::after {

  content:"";
  width: 30%;
  height: 2px;
  background: #088178;
  position: absolute;
  bottom: -4px;
  left: 20px;

}

#mobile{
  display: none;
  align-items: center;
}

#close{ 
  display: none;
  }

/* Home Page */

/*Loading page*/
.jm-loadingpage {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #088178;
  animation: spin 1s ease infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*Loading page*/

#hero{
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: center;

}

#hero img{
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;

}

#hero h4{
  padding-bottom: 15px;
}
#hero h4{
 color :#088178;
}
#hero button{
  background-image:  url("img/button.png");
  background-color: transparent;
  color: #088178;
  border: 0;
  padding: 14px 80px 14px 65px;
background-repeat: no-repeat;
cursor:pointer;
font-weight: 700;
font-size: 15px;
}

/*#feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#feature .fe-box{
  width: 180px;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
  border: 1px solid #cce7d0;
  border-radius: 4PX;
  margin: 15px 0;
}

#feature .fe-box:hover{
  box-shadow: 10px 10px 54px #ec5d20;
}

#feature .fe-box img {
  width: 100%;
  margin-bottom: 10px;
}

#feature .fe-box h6{
  display: inline-block;
  padding: 9px 8px 6px 8px;
  line-height: 1;
  border-radius: 4px;
  color: #088178;
  background-color: #fddde4;
}

#feature .fe-box:nth-child(2){
  background-color: #cdebbc;
}

#feature .fe-box:nth-child(2) h6{
  background-color: #E3E6F3;
}

#feature .fe-box:nth-child(3) h6{
  background-color: #E3E6F3;
}

#feature .fe-box:nth-child(4) h6{
  background-color: #E3E6F3;
}

#feature .fe-box:nth-child(5) h6{
  background-color: #E3E6F3;
}

#feature .fe-box:nth-child(6) h6{
  background-color: #E3E6F3;
}*/

#product0 {
  align-items: center;
  display: block;
  justify-content: space-between;
  /*background-color: #088178;*/
  padding-bottom: 0px;
  text-align: center;
}

#product0 img{
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#product0 .fa-circle-chevron-left {
  font-size: 44px; /* Tamaño del icono */
  margin: 0 5px;
  cursor: pointer;
  color: #810808;
  width: 30px;
  height: 30px;
  display: inline block;
  line-height: 19px;  
  text-align: center;
  border-radius: 3px;
  padding: 0px 40px 0px 0px;
}

#product0 .fa-circle-chevron-left:hover {
  color: #070707;
}

#product0 .fa-circle-chevron-right {
  font-size: 44px; /* Tamaño del icono */
  margin: 0 5px;
  cursor: pointer;
  color: #810808;
  width: 30px;
  height: 30px;
  display: inline block;
  line-height: 19px;  
  text-align: center;
  border-radius: 3px;
}

#product0 .fa-circle-chevron-right:hover {
  color: #070707;
}

#product1 {
  align-items: center;
  text-align: center;
  display: flex;
}

#product1 .pro-container{
  display: flex;
  padding-top: 0px; 
  overflow-x: auto;
  gap: 1px;
  justify-content: space-between;
  max-width: 100%;
  flex-wrap: nowrap;
  margin-left: 10px;
  margin-right: 10px;
}

#product1 .pro-container::-webkit-scrollbar{
  display: none;
}

#product1 .pro{
  min-width: auto;
  min-height: 10%;
  padding: 10px 12px;
  border: 1px solid #E3E6F3;
  border-radius: 20px;
  left: 0;
  cursor: pointer;
  /*box-shadow: 20px 20px 30px #E3E6F3;*/
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
  width: min-content;
  flex:0 0 auto;
  height: auto;
} 

#product1 .pro:hover{
  box-shadow: 20px 20px 30px #7d84a7;
}

#product1 .pro .imgcont {
  width: 250px; /* Ajusta el ancho según tus necesidades */
  height: 250px; /* Ajusta la altura según tus necesidades */
  overflow: hidden; /* Oculta cualquier contenido que se desborde */
  display: flex;
  align-items: center;
  justify-content: center;
}

#product1 .pro .imgcont img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Mantiene la proporción de la imagen y la recorta si es necesario */
  border-radius: 20px; /* Mantiene el borde redondeado */
}

#product1 .pro .des{
  text-align: center;
  padding: 10px 0;
}

#product1 .pro .des span{
  color: #606063;
  font-size: 12px;
}

#product1 .pro .des h5 {
  padding-top: 7px;
  color: #000000;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif; /* Agrega la fuente Work Sans */
}

#product1 .pro .des i{
  margin-top: 10px;
  color: #e6d816;
  font-size: 14px;
  
}

#product1 .pro .des h4{
  padding-top: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #088178;
  font-family: 'Work Sans', sans-serif; /* Agrega la fuente Work Sans */
}

#product1 .pro .des p {
  padding-top: 7px;
  color: #000000;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif; /* Agrega la fuente Work Sans */
  position: relative;
}


#product1 .pro .fa-whatsapp {
  font-size: 44px; /* Tamaño del icono */
  width: 38px;
  height: 38px;
  line-height: 37px;
  /* border-radius: 40px; */
  /* background-color: #e8f6ea; */
  font-weight: 500;
  color: #088178;
  /* border: 1px solid #cce7d0;  */ 
  position: static;
  bottom: 20px;
  right: 10px;
}

/* Convention Prices */

#product2 {
  align-items: center;
  display: block;
  justify-content: space-between;
  /*background-color: #088178;*/
  padding-bottom: 0px;
  text-align: center;
}

#product2 img{
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#product2 .fa-circle-chevron-left {
  font-size: 44px; /* Tamaño del icono */
  margin: 0 5px;
  cursor: pointer;
  color: #810808;
  width: 30px;
  height: 30px;
  display: inline block;
  line-height: 19px;  
  text-align: center;
  border-radius: 3px;
  padding: 0px 40px 0px 0px;
}

#product2 .fa-circle-chevron-left:hover {
  color: #070707;
}

#product2 .fa-circle-chevron-right {
  font-size: 44px; /* Tamaño del icono */
  margin: 0 5px;
  cursor: pointer;
  color: #810808;
  width: 30px;
  height: 30px;
  display: inline block;
  line-height: 19px;  
  text-align: center;
  border-radius: 3px;
}

#product2 .fa-circle-chevron-right:hover {
  color: #070707;
}

#product3 {
  align-items: center;
  text-align: center;
  display: flex;
}

#product3 .pro-containercon{
  display: flex;
  padding-top: 0px; 
  overflow-x: auto;
  gap: 1px;
  justify-content: space-between;
  max-width: 100%;
  flex-wrap: nowrap;
  margin-left: 10px;
  margin-right: 10px;
}

#product3 .pro-containercon::-webkit-scrollbar{
  display: none;
}

#product3 .pro{
  min-width: auto;
  min-height: 10%;
  padding: 10px 12px;
  border: 1px solid #E3E6F3;
  border-radius: 20px;
  left: 0;
  cursor: pointer;
  /*box-shadow: 20px 20px 30px #E3E6F3;*/
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
  width: min-content;
  flex:0 0 auto;
  height: auto;
} 

#product3 .pro:hover{
  box-shadow: 20px 20px 30px #7d84a7;
}

#product3 .pro .imgcont {
  width: 250px; /* Ajusta el ancho según tus necesidades */
  height: 250px; /* Ajusta la altura según tus necesidades */
  overflow: hidden; /* Oculta cualquier contenido que se desborde */
  display: flex;
  align-items: center;
  justify-content: center;
}

#product3 .pro .imgcont img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Mantiene la proporción de la imagen y la recorta si es necesario */
  border-radius: 20px; /* Mantiene el borde redondeado */
}

#product3 .pro .des{
  text-align: center;
  padding: 10px 0;
}

#product3 .pro .des span{
  color: #606063;
  font-size: 12px;
}

#product3 .pro .des h5 {
  padding-top: 7px;
  color: #000000;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif; /* Agrega la fuente Work Sans */
}

#product3 .pro .des i{
  margin-top: 10px;
  color: #e6d816;
  font-size: 14px;
  
}

#product3 .pro .des h4{
  padding-top: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #088178;
  font-family: 'Work Sans', sans-serif; /* Agrega la fuente Work Sans */
}

#product3 .pro .des p {
  padding-top: 7px;
  color: #000000;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif; /* Agrega la fuente Work Sans */
  position: relative;
}


#product3 .pro .fa-whatsapp {
  font-size: 44px; /* Tamaño del icono */
  width: 38px;
  height: 38px;
  line-height: 37px;
  /* border-radius: 40px; */
  /* background-color: #e8f6ea; */
  font-weight: 500;
  color: #088178;
  /* border: 1px solid #cce7d0;  */ 
  position: static;
  bottom: 20px;
  right: 10px;
}


/* Exclusive Prices */

#product4 {
  align-items: center;
  display: block;
  justify-content: space-between;
  /*background-color: #088178;*/
  padding-bottom: 0px;
  text-align: center;
}

#product4 img{
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#product4 .fa-circle-chevron-left {
  font-size: 44px; /* Tamaño del icono */
  margin: 0 5px;
  cursor: pointer;
  color: #810808;
  width: 30px;
  height: 30px;
  display: inline block;
  line-height: 19px;  
  text-align: center;
  border-radius: 3px;
  padding: 0px 40px 0px 0px;
}

#product4 .fa-circle-chevron-left:hover {
  color: #070707;
}

#product4 .fa-circle-chevron-right {
  font-size: 44px; /* Tamaño del icono */
  margin: 0 5px;
  cursor: pointer;
  color: #810808;
  width: 30px;
  height: 30px;
  display: inline block;
  line-height: 19px;  
  text-align: center;
  border-radius: 3px;
}

#product4 .fa-circle-chevron-right:hover {
  color: #070707;
}

#product5 {
  align-items: center;
  text-align: center;
  display: flex;
}

#product5 .pro-containerexc{
  display: flex;
  padding-top: 0px; 
  overflow-x: auto;
  gap: 1px;
  justify-content: space-between;
  max-width: 100%;
  flex-wrap: nowrap;
  margin-left: 10px;
  margin-right: 10px;
}

#product5 .pro-containerexc::-webkit-scrollbar{
  display: none;
}

#product5 .pro{
  min-width: auto;
  min-height: 10%;
  padding: 10px 12px;
  border: 1px solid #E3E6F3;
  border-radius: 20px;
  left: 0;
  cursor: pointer;
  /*box-shadow: 20px 20px 30px #E3E6F3;*/
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
  width: min-content;
  flex:0 0 auto;
  height: auto;
} 

#product5 .pro:hover{
  box-shadow: 20px 20px 30px #7d84a7;
}

#product5 .pro .imgcont {
  width: 250px; /* Ajusta el ancho según tus necesidades */
  height: 250px; /* Ajusta la altura según tus necesidades */
  overflow: hidden; /* Oculta cualquier contenido que se desborde */
  display: flex;
  align-items: center;
  justify-content: center;
}

#product5 .pro .imgcont img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Mantiene la proporción de la imagen y la recorta si es necesario */
  border-radius: 20px; /* Mantiene el borde redondeado */
}

#product5 .pro .des{
  text-align: center;
  padding: 10px 0;
}

#product5 .pro .des span{
  color: #606063;
  font-size: 12px;
}

#product5 .pro .des h5 {
  padding-top: 7px;
  color: #000000;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif; /* Agrega la fuente Work Sans */
}

#product5 .pro .des i{
  margin-top: 10px;
  color: #e6d816;
  font-size: 14px;
  
}

#product5 .pro .des h4{
  padding-top: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #088178;
  font-family: 'Work Sans', sans-serif; /* Agrega la fuente Work Sans */
}

#product5 .pro .des p {
  padding-top: 7px;
  color: #000000;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif; /* Agrega la fuente Work Sans */
  position: relative;
}


#product5 .pro .fa-whatsapp {
  font-size: 44px; /* Tamaño del icono */
  width: 38px;
  height: 38px;
  line-height: 37px;
  /* border-radius: 40px; */
  /* background-color: #e8f6ea; */
  font-weight: 500;
  color: #088178;
  /* border: 1px solid #cce7d0;  */ 
  position: static;
  bottom: 20px;
  right: 10px;
}


/* Stock Prices */

#product6 {
  align-items: center;
  display: block;
  justify-content: space-between;
  /*background-color: #088178;*/
  padding-bottom: 0px;
  text-align: center;
}

#product6 img{
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#product6 .fa-circle-chevron-left {
  font-size: 44px; /* Tamaño del icono */
  margin: 0 5px;
  cursor: pointer;
  color: #810808;
  width: 30px;
  height: 30px;
  display: inline block;
  line-height: 19px;  
  text-align: center;
  border-radius: 3px;
  padding: 0px 40px 0px 0px;
}

#product6 .fa-circle-chevron-left:hover {
  color: #070707;
}

#product6 .fa-circle-chevron-right {
  font-size: 44px; /* Tamaño del icono */
  margin: 0 5px;
  cursor: pointer;
  color: #810808;
  width: 30px;
  height: 30px;
  display: inline block;
  line-height: 19px;  
  text-align: center;
  border-radius: 3px;
}

#product6 .fa-circle-chevron-right:hover {
  color: #070707;
}

#product7 {
  align-items: center;
  text-align: center;
  display: flex;
}

#product7 .pro-containersto{
  display: flex;
  padding-top: 0px; 
  overflow-x: auto;
  gap: 1px;
  justify-content: space-between;
  max-width: 100%;
  flex-wrap: nowrap;
  margin-left: 10px;
  margin-right: 10px;
}

#product7 .pro-containersto::-webkit-scrollbar{
  display: none;
}

#product7 .pro{
  min-width: auto;
  min-height: 10%;
  padding: 10px 12px;
  border: 1px solid #E3E6F3;
  border-radius: 20px;
  left: 0;
  cursor: pointer;
  /*box-shadow: 20px 20px 30px #E3E6F3;*/
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
  width: min-content;
  flex:0 0 auto;
  height: auto;
} 

#product7 .pro:hover{
  box-shadow: 20px 20px 30px #7d84a7;
}

#product7 .pro .imgcont {
  width: 250px; /* Ajusta el ancho según tus necesidades */
  height: 250px; /* Ajusta la altura según tus necesidades */
  overflow: hidden; /* Oculta cualquier contenido que se desborde */
  display: flex;
  align-items: center;
  justify-content: center;
}

#product7 .pro .imgcont img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Mantiene la proporción de la imagen y la recorta si es necesario */
  border-radius: 20px; /* Mantiene el borde redondeado */
}

#product7 .pro .des{
  text-align: center;
  padding: 10px 0;
}

#product7 .pro .des span{
  color: #606063;
  font-size: 12px;
}

#product7 .pro .des h5 {
  padding-top: 7px;
  color: #000000;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif; /* Agrega la fuente Work Sans */
}

#product7 .pro .des i{
  margin-top: 10px;
  color: #e6d816;
  font-size: 14px;
  
}

#product7 .pro .des h4{
  padding-top: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #088178;
  font-family: 'Work Sans', sans-serif; /* Agrega la fuente Work Sans */
}

#product7 .pro .des p {
  padding-top: 7px;
  color: #000000;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif; /* Agrega la fuente Work Sans */
  position: relative;
}


#product7 .pro .fa-whatsapp {
  font-size: 44px; /* Tamaño del icono */
  width: 38px;
  height: 38px;
  line-height: 37px;
  /* border-radius: 40px; */
  /* background-color: #e8f6ea; */
  font-weight: 500;
  color: #088178;
  /* border: 1px solid #cce7d0;  */ 
  position: static;
  bottom: 20px;
  right: 10px;
}



#banner3 {
  text-align: center;
  /* padding: 0 80px;
  margin: 50px;*/ 

  
}

#banner3 img{
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#banner3 .fa-circle-chevron-left {
  font-size: 44px; /* Tamaño del icono */
  margin: 0 5px;
  cursor: pointer;
  color: #810808;
  width: 30px;
  height: 30px;
  display: inline block;
  line-height: 19px;  
  text-align: center;
  border-radius: 3px;
  padding: 0px 40px 0px 0px;
}

#banner3 .fa-circle-chevron-left:hover {
  color: #070707;
}

#banner3 .fa-circle-chevron-right {
  font-size: 44px; /* Tamaño del icono */
  margin: 0 5px;
  cursor: pointer;
  color: #810808;
  width: 30px;
  height: 30px;
  display: inline block;
  line-height: 19px;  
  text-align: center;
  border-radius: 3px;
}

#banner3 .fa-circle-chevron-right:hover {
  color: #070707;
}

#banner3 .banner-grid::-webkit-scrollbar{
  display: none;
}

#banner3 .banner-grid {
  display: flex;
  gap: 50px;
  margin-top: 15px;
  margin-bottom: 60px;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-left: 20px;
  margin-right: 20px;
}

#banner3 .banner-grid .banner-box {
  min-width: auto;
  border: 1px solid #E3E6F3;
  border-radius: 20px;
  left: 0;
  cursor: pointer;
  transition: 0.2s ease;
  position: relative;
  width: min-content;
  flex: 0 0 auto;
  height: 280px;
  background-size: auto;
  background-position: center;
  padding-left: 200px;
}

#newsletter{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-image: url(img/banner/b3.webp);
  background-size: contain;
  background-position: 20% 30%;
}
#newsletter h4{
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

#newsletter p{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 10px 0;
}

#newsletter .form{
  display: flex;
  width: 40%;
}

#newsletter input{
  height: 3.125rem;
  padding: 0 1.25rem;
  font-size: 14px;
  width: 100%;
  border: 1px solid transparent;
  border-radius:  4px;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  
}

#newsletter button{
  background-color: #088178;
  color: #fff;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #E3E6F3;
  }
  footer .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 100px;
    margin-right: 20px;
  }
  footer .logo{
    margin-bottom:30px;
    margin-top: 30px;
    width: 60%;
    height: auto;
  }
  footer h4{
    font-size: 14px;
    padding-bottom: 20px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif; /* Agrega la fuente Work Sans */
  }
  footer p{
    font-size: 13px;
    margin: 0 0 18px 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif; /* Agrega la fuente Work Sans */
  }

  footer p strong{
    font-size: 13px;
    margin: 0 0 18px 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif; /* Agrega la fuente Work Sans */
  }

  footer a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif; /* Agrega la fuente Work Sans */
  }
  footer .follow{
  color:#465b52;
  padding-right: 4px;
  cursor: pointer;
  }
  
  footer .install .row img{
    border: 1px solid #088178;
    border-radius: 6px;
  }
  footer .install img{
    margin: 10px 0 15px 0;
  }

  footer .follow i {
    font-size: 60px;
  }

  footer .follow i:hover,
  footer a:hover {
    color: #088178;
  }
  footer .copyright{
    width: 100%;
    text-align: center;
    margin-top: 560px;
  }




/* Start Media Query */

/* Start Media Query */



  @media (max-width:1025px){


    #bodymain {
    width:100%;
    margin: auto;
   }
  
  
   #header a{
    height: auto;
    width: 55%;
   }
    html, body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
     }

     p {
      font-size: 16px;
      color: #465b52;
      margin: 20px 0 20px 0;
    }

    #navbar {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      position: fixed;
      top: 0;
      right: -300px;
      height: 100vh;
      width: 180px;
      background-color: #E3E6F3;
      box-shadow: 0 40PX 60PX rgba(0, 0, 0, 0.01);
      padding: 80PX 0 0 10PX;
      transition: 0.3s;
    }
  
    #navbar.active {
    right: 0px;
    }

    #navbar li{
    margin-bottom: 25px;
    }

    #mobile{
    display: flex;
    align-items: center;
    }

    #close{ 
    display: initial;
    position: absolute;
    top: 30px;
    left: 30px; color: #222;
    font-size: 24px;
    }

    /* Precios Bajos */
  
    #product0 .fa-circle-chevron-right {
      font-size: 28px;
      margin: 0px 5px;
      cursor: pointer;
      color: rgb(129, 8, 8);
      width: 30px;
      height: 30px;
      line-height: 19px;
      text-align: center;
      border-radius: 3px;
      display: none;
    }
    
    #product0 .fa-circle-chevron-left {
      font-size: 28px;
      margin: 0 5px;
      cursor: pointer;
      color: #810808;
      width: 30px;
      height: 30px;
      display: inline block;
      line-height: 19px;
      text-align: center;
      border-radius: 3px;
      padding: 0px 40px 0px 0px;
      display: none;
    }
    
    /* Precios Convencion*/

    #product2 .fa-circle-chevron-right {
      font-size: 28px;
      margin: 0px 5px;
      cursor: pointer;
      color: rgb(129, 8, 8);
      width: 30px;
      height: 30px;
      line-height: 19px;
      text-align: center;
      border-radius: 3px;
      display: none;
    }
    
    #product2 .fa-circle-chevron-left {
      font-size: 28px;
      margin: 0 5px;
      cursor: pointer;
      color: #810808;
      width: 30px;
      height: 30px;
      display: inline block;
      line-height: 19px;
      text-align: center;
      border-radius: 3px;
      padding: 0px 40px 0px 0px;
      display: none;
    }

    /* Precios Exclusives*/

    #product4 .fa-circle-chevron-right {
      font-size: 28px;
      margin: 0px 5px;
      cursor: pointer;
      color: rgb(129, 8, 8);
      width: 30px;
      height: 30px;
      line-height: 19px;
      text-align: center;
      border-radius: 3px;
      display: none;
    }
    
    #product4 .fa-circle-chevron-left {
      font-size: 28px;
      margin: 0 5px;
      cursor: pointer;
      color: #810808;
      width: 30px;
      height: 30px;
      display: inline block;
      line-height: 19px;
      text-align: center;
      border-radius: 3px;
      padding: 0px 40px 0px 0px;
      display: none;
    }
    

    /* Precios Stocks*/

    #product6 .fa-circle-chevron-right {
      font-size: 28px;
      margin: 0px 5px;
      cursor: pointer;
      color: rgb(129, 8, 8);
      width: 30px;
      height: 30px;
      line-height: 19px;
      text-align: center;
      border-radius: 3px;
      display: none;
    }
    
    #product6 .fa-circle-chevron-left {
      font-size: 28px;
      margin: 0 5px;
      cursor: pointer;
      color: #810808;
      width: 30px;
      height: 30px;
      display: inline block;
      line-height: 19px;
      text-align: center;
      border-radius: 3px;
      padding: 0px 40px 0px 0px;
      display: none;
    }


    #banner3 .fa-circle-chevron-right {
      font-size: 28px;
      margin: 0 5px;
      cursor: pointer;
      color: #810808;
      width: 30px;
      height: 30px;
      display: inline block;
      line-height: 19px;
      text-align: center;
      border-radius: 3px;
      display: none;
    }
    
    #banner3 .fa-circle-chevron-left {
      font-size: 28px;
      margin: 0 5px;
      cursor: pointer;
      color: #810808;
      width: 30px;
      height: 30px;
      display: inline block;
      line-height: 19px;
      text-align: center;
      border-radius: 3px;
      padding: 0px 40px 0px 0px;
      display: none;
    }

    #newsletter .form {
      width: 70%;
  }

  /* Precios Bajos */

  #product1 .pro {
    min-width: auto;
    min-height: 10%;
    padding: 10px 12px;
    border: 1px solid #E3E6F3;
    border-radius: 20px;
    left: 0;
    cursor: pointer;
    /* box-shadow: 20px 20px 30px #E3E6F3; */
    margin: 15px 0;
    transition: 0.2s ease;
    position: relative;
    width: min-content;
    flex: 0 0 auto;
    height: auto;
    
}
  #product1 .pro img {
    border-radius: 20px;
    max-width: 80%;
    height: auto;
    
}
#product1 .pro .imgcont {
  width: 120px; /* Ajusta el ancho según tus necesidades */
  height: 150px; /* Ajusta la altura según tus necesidades */
  overflow: hidden; /* Oculta cualquier contenido que se desborde */
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Precios Convencion */

#product3 .pro {
  min-width: auto;
  min-height: 10%;
  padding: 10px 12px;
  border: 1px solid #E3E6F3;
  border-radius: 20px;
  left: 0;
  cursor: pointer;
  /* box-shadow: 20px 20px 30px #E3E6F3; */
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
  width: min-content;
  flex: 0 0 auto;
  height: auto;
  
}
#product3 .pro img {
  border-radius: 20px;
  max-width: 80%;
  height: auto;
  
}
#product3 .pro .imgcont {
  width: 120px; /* Ajusta el ancho según tus necesidades */
  height: 150px; /* Ajusta la altura según tus necesidades */
  overflow: hidden; /* Oculta cualquier contenido que se desborde */
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Precios Exclusives */

#product5 .pro {
  min-width: auto;
  min-height: 10%;
  padding: 10px 12px;
  border: 1px solid #E3E6F3;
  border-radius: 20px;
  left: 0;
  cursor: pointer;
  /* box-shadow: 20px 20px 30px #E3E6F3; */
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
  width: min-content;
  flex: 0 0 auto;
  height: auto;
  
}
#product5 .pro img {
  border-radius: 20px;
  max-width: 80%;
  height: auto;
  
}
#product5 .pro .imgcont {
  width: 120px; /* Ajusta el ancho según tus necesidades */
  height: 150px; /* Ajusta la altura según tus necesidades */
  overflow: hidden; /* Oculta cualquier contenido que se desborde */
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Precios Stock */

#product7 .pro {
  min-width: auto;
  min-height: 10%;
  padding: 10px 12px;
  border: 1px solid #E3E6F3;
  border-radius: 20px;
  left: 0;
  cursor: pointer;
  /* box-shadow: 20px 20px 30px #E3E6F3; */
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
  width: min-content;
  flex: 0 0 auto;
  height: auto;
  
}
#product7 .pro img {
  border-radius: 20px;
  max-width: 80%;
  height: auto;
  
}
#product7 .pro .imgcont {
  width: 120px; /* Ajusta el ancho según tus necesidades */
  height: 150px; /* Ajusta la altura según tus necesidades */
  overflow: hidden; /* Oculta cualquier contenido que se desborde */
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner3 .banner-grid .banner-box {
  min-width: auto;
  border-radius: 20px;
  left: 0;
  cursor: pointer;
  /* box-shadow: 20px 20px 30px #E3E6F3; */
  /* margin: 15px 0; */
  transition: 0.2s ease;
  position: relative;
  width: min-content;
  flex: 0 0 auto;
  height: 280px;
  background-size: auto;
  background-position: center;
  padding-left: 200px;
  /* margin-right: 20px; */
}

footer .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-top: 30px;
  margin-right: 20px;
}

footer .copyright {
  width: 100%;
  text-align: center;
  margin-top: 500px;
}
.fa-solid, .fas {
  font-weight: 900;
  font-size: 45px;
}
}

@media (max-width:480px){
 
  #bodymain {
    width:100%;
    margin: auto;
   }
  
  
   #header a{
    height: auto;
    width: 55%;
   }
  html, body {
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
  }

  .section-p1news {
    padding: 20px;
  }

  p {
    font-size: 16px;
    color: #465b52;
    margin: 00px 0 0px 0;
  }

  /* Precios Bajos */

  #product1 .pro {
    min-width: auto;
    min-height: 10%;
    padding: 10px 12px;
    border: 1px solid #E3E6F3;
    border-radius: 20px;
    left: 0;
    cursor: pointer;
    /* box-shadow: 20px 20px 30px #E3E6F3; */
    margin: 15px 0;
    transition: 0.2s ease;
    position: relative;
    width: min-content;
    flex: 0 0 auto;
    height: auto;
}
  #product1 .pro img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

#product1 .pro .des h5 {
  padding-top: 7px;
  color: #000000;
  font-size: 10px;
  font-family: 'Work Sans', sans-serif;
}

#product1 .pro .des h4 {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #088178;
  font-family: 'Work Sans', sans-serif;
}

#product1 .pro .des p {
padding-top: 7px;
color: #000000;
font-size: 12px;
font-family: 'Work Sans', sans-serif;
position: relative;
}

#product1 .pro .fa-whatsapp {
  font-size: 25px;
  width: 38px;
  height: 38px;
  line-height: 37px;
  border-radius: 40px;
  font-weight: 500;
  color: #088178;
  position: static;
  bottom: 20px;
  right: 10px;
  padding-left: 20px;

}

#product0 .fa-circle-chevron-right {
  font-size: 28px;
  margin: 0px 5px;
  cursor: pointer;
  color: rgb(129, 8, 8);
  width: 30px;
  height: 30px;
  line-height: 19px;
  text-align: center;
  border-radius: 3px;
  display: none;
}

#product0 .fa-circle-chevron-left {
  font-size: 28px;
  margin: 0 5px;
  cursor: pointer;
  color: #810808;
  width: 30px;
  height: 30px;
  display: inline block;
  line-height: 19px;
  text-align: center;
  border-radius: 3px;
  padding: 0px 40px 0px 0px;
  display: none;
}

/* Precios Convencion */

#product3 .pro {
  min-width: auto;
  min-height: 10%;
  padding: 10px 12px;
  border: 1px solid #E3E6F3;
  border-radius: 20px;
  left: 0;
  cursor: pointer;
  /* box-shadow: 20px 20px 30px #E3E6F3; */
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
  width: min-content;
  flex: 0 0 auto;
  height: auto;
}
#product3 .pro img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

#product3 .pro .des h5 {
padding-top: 7px;
color: #000000;
font-size: 10px;
font-family: 'Work Sans', sans-serif;
}

#product3 .pro .des h4 {
padding-top: 10px;
font-size: 14px;
font-weight: 700;
color: #088178;
font-family: 'Work Sans', sans-serif;
}

#product3 .pro .des p {
padding-top: 7px;
color: #000000;
font-size: 12px;
font-family: 'Work Sans', sans-serif;
position: relative;
}

#product3 .pro .fa-whatsapp {
font-size: 25px;
width: 38px;
height: 38px;
line-height: 37px;
border-radius: 40px;
font-weight: 500;
color: #088178;
position: static;
bottom: 20px;
right: 10px;
padding-left: 20px;

}

#product2 .fa-circle-chevron-right {
font-size: 28px;
margin: 0px 5px;
cursor: pointer;
color: rgb(129, 8, 8);
width: 30px;
height: 30px;
line-height: 19px;
text-align: center;
border-radius: 3px;
display: none;
}

#product2 .fa-circle-chevron-left {
font-size: 28px;
margin: 0 5px;
cursor: pointer;
color: #810808;
width: 30px;
height: 30px;
display: inline block;
line-height: 19px;
text-align: center;
border-radius: 3px;
padding: 0px 40px 0px 0px;
display: none;
}

/* Precios Exclusives */

#product5 .pro {
  min-width: auto;
  min-height: 10%;
  padding: 10px 12px;
  border: 1px solid #E3E6F3;
  border-radius: 20px;
  left: 0;
  cursor: pointer;
  /* box-shadow: 20px 20px 30px #E3E6F3; */
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
  width: min-content;
  flex: 0 0 auto;
  height: auto;
}
#product5 .pro img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

#product5 .pro .des h5 {
padding-top: 7px;
color: #000000;
font-size: 10px;
font-family: 'Work Sans', sans-serif;
}

#product5 .pro .des h4 {
padding-top: 10px;
font-size: 14px;
font-weight: 700;
color: #088178;
font-family: 'Work Sans', sans-serif;
}

#product5 .pro .des p {
padding-top: 7px;
color: #000000;
font-size: 12px;
font-family: 'Work Sans', sans-serif;
position: relative;
}

#product5 .pro .fa-whatsapp {
font-size: 25px;
width: 38px;
height: 38px;
line-height: 37px;
border-radius: 40px;
font-weight: 500;
color: #088178;
position: static;
bottom: 20px;
right: 10px;
padding-left: 20px;

}

#product4 .fa-circle-chevron-right {
font-size: 28px;
margin: 0px 5px;
cursor: pointer;
color: rgb(129, 8, 8);
width: 30px;
height: 30px;
line-height: 19px;
text-align: center;
border-radius: 3px;
display: none;
}

#product4 .fa-circle-chevron-left {
font-size: 28px;
margin: 0 5px;
cursor: pointer;
color: #810808;
width: 30px;
height: 30px;
display: inline block;
line-height: 19px;
text-align: center;
border-radius: 3px;
padding: 0px 40px 0px 0px;
display: none;
}

/* Precios Stock */

#product7 .pro {
  min-width: auto;
  min-height: 10%;
  padding: 10px 12px;
  border: 1px solid #E3E6F3;
  border-radius: 20px;
  left: 0;
  cursor: pointer;
  /* box-shadow: 20px 20px 30px #E3E6F3; */
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
  width: min-content;
  flex: 0 0 auto;
  height: auto;
}
#product7 .pro img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

#product7 .pro .des h5 {
padding-top: 7px;
color: #000000;
font-size: 10px;
font-family: 'Work Sans', sans-serif;
}

#product7 .pro .des h4 {
padding-top: 10px;
font-size: 14px;
font-weight: 700;
color: #088178;
font-family: 'Work Sans', sans-serif;
}

#product7 .pro .des p {
padding-top: 7px;
color: #000000;
font-size: 12px;
font-family: 'Work Sans', sans-serif;
position: relative;
}

#product7 .pro .fa-whatsapp {
font-size: 25px;
width: 38px;
height: 38px;
line-height: 37px;
border-radius: 40px;
font-weight: 500;
color: #088178;
position: static;
bottom: 20px;
right: 10px;
padding-left: 20px;

}

#product6 .fa-circle-chevron-right {
font-size: 28px;
margin: 0px 5px;
cursor: pointer;
color: rgb(129, 8, 8);
width: 30px;
height: 30px;
line-height: 19px;
text-align: center;
border-radius: 3px;
display: none;
}

#product6 .fa-circle-chevron-left {
font-size: 28px;
margin: 0 5px;
cursor: pointer;
color: #810808;
width: 30px;
height: 30px;
display: inline block;
line-height: 19px;
text-align: center;
border-radius: 3px;
padding: 0px 40px 0px 0px;
display: none;
}


#banner3 .fa-circle-chevron-right {
  font-size: 28px;
  margin: 0 5px;
  cursor: pointer;
  color: #810808;
  width: 30px;
  height: 30px;
  display: inline block;
  line-height: 19px;
  text-align: center;
  border-radius: 3px;
  display: none;
}

#banner3 .fa-circle-chevron-left {
  font-size: 28px;
  margin: 0 5px;
  cursor: pointer;
  color: #810808;
  width: 30px;
  height: 30px;
  display: inline block;
  line-height: 19px;
  text-align: center;
  border-radius: 3px;
  padding: 0px 40px 0px 0px;
  display: none;
}

#banner3 .banner-grid {
  display: flex;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-left: 10px;
  margin-right: 10px;
}

#banner3 .banner-grid .banner-box {
  min-width: auto;
  border-radius: 20px;
  left: 0;
  cursor: pointer;
  /* box-shadow: 20px 20px 30px #E3E6F3; */
  /* margin: 15px 0; */
  transition: 0.2s ease;
  position: relative;
  width: min-content;
  flex: 0 0 auto;
  height: 26vh;
  background-size: cover;
  background-position: center;
  padding-left: 200px;
  /* margin-right: 20px; */
}

#newsletter {
  padding: 40px 20px;
}


#newsletter .form {
  width: 100%;
}

.fa-solid, .fas {
  font-weight: 900;
  font-size: 25px;
}


footer .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-top: 30px;
  margin-right: 20px;
}

footer .follow i {
  font-size: 30px;
}

footer .copyright {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}

  }


