body {
  margin: 0 auto;
  padding: 0;
    
  }
  
  main {
  max-width: 1170px;
  margin: 0 auto;
  width:100%;
  }
  
  
  .header1 {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  background-color: #496ac9;
  padding: 25px;
  top: 0;
  align-items: center;
  z-index: 1000;
  
  }
  
  h1 {
    color: white;
    font-family: "Lobster", sans-serif;
    font-size: 32px;
    margin: 0;
    margin-left: 80px; /* Decrease margin-left to move left */
  }
  
  
  .nav-item.active {
  background-color: #0a3edd;
  color: #ffffff;
  }
  
  
  
  .nav-item {
  display: flex;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  margin-right: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #496ac9;
  border: 3px solid #a3baff;
  border-radius: 7px;
  
  
  }
  .navigationbar{
  display: flex;
  justify-content: center;
  max-width: 100%;
  position: fixed; 
  top: 10px;
  width:100%; 
  align-items: center;
  margin: 0 auto;
  padding-right: 20px;
  left:90px;
  }   
  
  .navigation a {
  text-decoration: none;
  color: inherit;
  }
  
  .navigation {
  display: flex; 
  list-style: none; 
  padding: 0; 
     
  }
  
  .nav-item:hover {
  text-decoration: none;
  background-color: #0a3edd;
  color: #ffffff;
  background-position: 20px 0;
  }
  
  
  .headerContainer {
  background-image: url("images/cabecera_int.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -37px;
  padding: 0;
  filter: brightness(0.9); 
    }
  
  .titulo h2 {
  font-family: "Lobster", sans-serif;
  font-size: 32px;
  margin-top: 70px;
  color: #ffffff;
  padding: 20px;
  left: 200px;
  position: absolute;
  top: 60px;
  }
  
  .logo2 {
  position: absolute;
  top: 145px; 
  left: 11%; 
  width: 50px;
  height: auto;
  z-index: 2; 
    
  }
  
  

.header1, .headerContainer, .footer11, .footer2, .termsprivacy {
  width: 100%;
  }




.main-content {
  max-width: 900px;
  height:500px;
  display: flex;
  gap: 0px; 
  box-sizing: border-box;	
  justify-content: space-between;
  margin-left: auto;
  margin-right: 200px;
  
  }
    
  .news-column {
  width:70%;
  float: left; 
  max-width: 1500px; 
  margin-left: auto;
  height: 600px;
  box-sizing: border-box; 
  margin-top: 35px;
 
  }
  
  
  .news-heading {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 20px; 
  top: -20px; 
  left:-10%;
  color: black;
  margin-left: 20px; 
  }
    
  .article-container {
  display: flex;
  align-items: center;
  margin-top: 0px;
  position: relative;
  }
  
    
  
  .small {
    border: none; 
    border-top: 3px solid #a3baff; 
    height: 0; 
    margin-bottom: 10px; 
  }
  
  
  .imagenes{
  width: 120px; 
  height: 120px; 
  }
  
  
  .news2 {
  flex: 1; 
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  }
  
  
  .news-text{
  flex: 1; 
  padding-left: 20px; 
  }
  
  
  .news-text h3  a {
    text-decoration: none;
    color:#707172;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    }
    
  .news-text h3 a:hover {
    text-decoration: underline;
    color:#0a3edd;
      
    }
  
  .news-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-top: 20px;
  color: #666;
  }
  
  

  .social-media {
    width:100px;
    height:100px;
    display: flex;
    flex-direction: column;
    width: 15%; 
    position:absolute;
    bottom:-470px;
    left:15%;
    padding: 10px;
    z-index: 5; 
    }

  .socialmediaheading {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: black;
  text-align: left;
  left:50%;
  z-index: 5; 
  left:20px;
  bottom:90px;
  padding-bottom: 10px;
  position:absolute;
  }
  
.socialmedia1 {
  display: flex;
  justify-content: center;
  margin-top: -10px;
  max-width: 250px;
  width:100%;
  }
  
.socialmedia1 ul {
  list-style-type: none;
  display: flex;
  background-color: #496ac95e;
  padding: 5px 20px;
  height: 60px;
  width: auto;
  justify-content: space-around;
  border-radius: 25px;
  }
  
.socialmedia1 li {
  margin: 0px 10px;
  }
  
.socialmedia1 a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: black;
  text-decoration: none;
  }
  
.socialmedia1 a i {
  font-size: 24px;
  margin-top: 7px;
} 
    
.circle-icon1 {
  background: #e1306c;
  padding:8px;
  border-radius: 50%;
  width: 25px; 
  height: 25px; 
  display: inline-block; 
}
    
    
.circle-icon2 {
  background: #3B5998;
  padding:8px;
  border-radius: 50%;
  width: 25px; 
  height: 25px; 
  display: inline-block; 
     
  }
    
.circle-icon3 {
  background: #111111;
  padding:8px;
  border-radius: 50%;
  width: 25px; 
  height: 25px; 
  display: inline-block; 
    
  }
    
.circle-icon4 {
  background:#0E76A8;
  padding:8px;
  border-radius: 50%;
  width: 25px; 
  height: 25px;
  display: inline-block; 
  
}
    
.circle-icon5 {
  background:#00ACEE;
  padding:8px;
  border-radius: 50%;
  width: 25px; 
  height: 25px;
  display: inline-block; 
  }
    
      
.instagram1 i {
  color: #fff; 
  margin-left: 0px; 
  }
    
.facebook1 i{
  color: #fff; 
  margin-left: 0px; 
    
  }
    
.tiktok1 i{
  color: #fff; 
  margin-left: 0px;  
    }
    
.linkedin1 i{
  color: #fff; 
  margin-left: 0px;
  
   }
    
.twitter1 i{
  color: #fff; 
  margin-left: 0px; 
  
   }
      
.instagram1 .circle-icon1:hover {
  background-color:#ffffff; 
  color: #000000; 
  }
  
a.facebook1 .circle-icon2:hover {
  background-color:#ffffff; 
  color: #000000; 
    }
    
a.tiktok1 .circle-icon3:hover {
  background-color:#ffffff; 
  color: #000000; 
    }
    
a.linkedin1 .circle-icon4:hover {
  background-color:#ffffff; 
  color: #000000; 
    }
    
a.twitter1 .circle-icon5:hover {
  background-color:#ffffff;
  color: #000000;
    }
     

.titulo5{
  font-family: "Lobster", sans-serif;
  font-size: 29px;
  color:#496ac9;
  margin-top: -90px; 
  margin-left: 75px;
}
    


.move{
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
  margin-left: 30px;
  margin-right:0;
  width: 80%;
  max-width: 800px;
  height: 560px;
}


.titulo2{
  font-family: "Lobster", sans-serif;
  font-size: 26px;
  color:#496ac9;
  margin-top: 10px; 
  margin-left: 10px;
  text-align: left;

}

.containercolumns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  width: 100%; 
  margin-left: auto;
  margin-right: 20px;
}

.column1 {
  background-color:#DD1874; 
  padding: 20px;
}


.containercolumns p{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color:#ffffff; 
}


.column1 i{
  font-size: 30px; 
  margin-bottom: 0px;
  margin-right: 180px;
  margin-left: 0px;
  position: relative;
  top:15px;
  color:#ffffff;

}


.heading2, .heading3, .heading4, .heading5, .heading6, .heading7 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color:#ffffff; 
  margin-top: -20px;
  margin-left: 36px;
}


.productssection {
  float: right;
  margin-top: -5px;
  padding: 40px 20px;
  text-align: left;
  max-width: 800px;
  margin-right: -50px;

}

.products1 {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;

}
.productssection h2{
  font-family: "Lobster", sans-serif;
  font-size: 30px;
  color:#496ac9;
  margin-bottom:20px ;
}


.productssection p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;

}






.tablecontainer1 {
  display: flex;
  justify-content: flex-end; 
  width: 100%; 
  margin-bottom: 70px;

}


.tablecontainer1 table {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  max-width:800px;
  border-collapse: collapse;
  margin: 0px;
  width: auto; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width:75%;

}


caption {
  caption-side: top; 
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: -50px;
  text-align: center;
  font-style: italic;
}


th, td {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

th {
    background-color:#0a3edd;
    color: white;
}

td img {
    width: 100px;
    height: auto;
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

p {
    text-align: center;
 
}


.lab,.natural,.fruits,.juices{
  background-color: #496ac9;
  color:#ffffff;
  font-weight: bold;

}

.juices1, .vit{
  background-color: #0a3edd;
  color:#ffffff;
  font-weight: bold;
}







 
footer {
  background-color: #333;
  color: white;
  padding: 20px;
  
  
    }
    
  .footer11 {
  height:300px;
  max-width: 1170px;
  margin: 0 auto; 
  display: flex;
  justify-content: center; 
  align-items: center; 
    }
    
  
    
  .titulo3 {
  width: 280px;
  font-size:26px;
  font-weight: bold;
  margin-left: 100px;
  text-align: left;
  margin-top: -150px;
  color: #ffffff;
  font-family: "Lobster", sans-serif;
  
    }
    
  .footer-section a,
  .footer-section2 a,
  .contactinformation a {
  text-decoration: none; 
  color:#C1C2C4; 
  display: inline-block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
    }
    
  a:hover {
  text-decoration: underline;
    }
    
    
  .footercontent {
  display: flex; 
  justify-content: flex-end; 
  width: 100%; 
  max-width: 350px; 
  align-items: center; 
  margin-left: -20px; 
    }
    
  .menu-services {
  display: flex;
  flex-direction: row; 
  align-items: center; 
    }
  
  .footer-section {
   flex: 1; 
  margin-right: 20px; 
  text-align: right;
  
  }
  
  .footer-section2 {
  flex: 1; 
  text-align: left;
  }
  
  .contactinformation {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-align: right; 
  flex: 1; 
  max-width: 300px; 
  margin-top: -40px; 
  margin-left: 15px; 
    }
    
  .contactinformation ul {
   list-style-type: none; 
   padding: 0;
  }
  
  .contactinformation ul li {
  color: #C1C2C4;
  margin-bottom: 10px; 
    }
    
    
  
  .contactinformation a:hover {
  text-decoration: underline;
    }
    
    
  .time{
  color: #C1C2C4;
  margin-right: 33px;     
  }
    
  
  .footer-line {
  border: none; 
  border-top: 5px solid white; 
  margin-bottom: 0;
  margin-top: -30px;
  width:75%;
  }
    
  .footer2 {
  color:#C1C2C4;
  text-align: left;
  margin-left: 160px; 
  padding: 10px; 
  padding-left: 20px; 
  max-width: 1170px; 
  
  }
  
  
  .termsprivacy {
  color:#C1C2C4;
  text-align: left; 
  padding: 5px 0; 
  margin-left: -180px;
  }
  
   .footer3 {
  max-width: 1500px;
  margin-top: -25px;
  display: block; 
  padding: 5px; 
  text-align: right; 
  margin-left: 60px;
  
  }
  
  .footer3 a {	
   color: #ccc; 
  text-decoration: none; 
  }
  
  .footer3 a:hover {
  color: white; 
  text-decoration: underline; 
  }
  
  .link1 {
  color: #ccc;
  }
  
  .link1:hover {
  color: white;
  text-decoration: underline;
  }
  
  .footer2 p {
  margin-top: 0px; 
  margin-bottom: 0px; 
  text-align: left;
  }
  
  
  ul {
  list-style: none;
  padding: 0;
  }
  
  li {
  margin-bottom: 10px;
  }
  
  i {
  margin-right: 10px;
  }
  
  .footer2 a{
  text-decoration: none;
  
  }
  .footer2 a.link1:hover {
  color: #ffffff;
  text-decoration: underline;
    }
    
    
    .footer3 a.link1:hover {
    color: #ffffff; 
    text-decoration: underline; 
    }
    
    .footer-section ul li a:hover {
    color:#ffffff;
    text-decoration: underline;
    
    }
    
    .footer-section2 ul li a:hover {
    color:#ffffff;
    text-decoration: underline;
    
    }
    .white{
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    color:#C1C2C4;
    
    }
  
    .white1{
    padding-top: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    color:#C1C2C4;
    
    }
  
    .white2{
    margin-right:10px;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    color:#C1C2C4;
    padding-top: 0;
    
    
    }
    abbr {
    text-decoration: none;
    }