@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}


body {font-family: "Poppins", sans-serif;

}


.container {
    max-width: 1200px;
    margin: 0 auto;

}

.header {
    background-image: linear-gradient(
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.7)),
        url(Inicio.JPG);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 70vh;
        display: flex;
        align-items: center;

}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    color: yellow;
    font-size: 25PX;
    font-weight: 800;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 18px;
    padding: 20px;
    color: #FFFDFC;
    display: block;
    font-weight: 600;
}

.menu .navbar ul li a:hover{
    color: #CE967B;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-content {
    text-align: center;
}

.header-content h1 {
    font-size: 75px;
    line-height: 80px;
    color: #F9FAFC;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.header-content p {
    font-size: 16px;
    color: #C5C5C5;
    padding: 0 250px;
    margin-bottom: 25px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
  }
  
  .about-section {
    padding: 50px;
  }
  
  .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .image-container {
    flex: 1;
  }
  
  .about-image {
    max-width: 100%;
    height: 450px;
    border-radius: 5px;
  }
  
  .text-container {
    flex: 1;
  }
  
  h1 {
    color: #111;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
  }
  
  p {
    margin-bottom: 10px;
  }
  
  strong {
    color: #007bff;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
  }
  
  .philosophy-section {
    padding: 50px;
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
  }
  
  .text-container {
    flex: 1;
  }
  
  .image-container {
    flex: 1;
  }
  
  .philosophy-image {
    max-width: 100%;
    height: 300px;
    border-radius: 5px;
    position: relative;
    left: 130px; /* La mueve 20px desde su posición original */
  }
  
  h1, h2 {
    color: #111;
    margin-bottom: 15px;
  }
  
  p {
    margin-bottom: 10px;
  }
  
  .choose-us-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
  }
  
  .choose-us-text {
    flex: 1;
  }
  
  .image-placeholder {
    flex: 2;
    display: flex;
    justify-content: center;
  }
  
  .benefits-image {
    max-width: 100%;
    height: auto;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
  }
  
  h1, h2 {
    color: #111;
  }
  
  .quality-policy {
    padding: 50px;
    text-align: center;
    background-color: #f5f6f7;
  }
  
  .quality-policy p {
    max-width: 900px;
    margin: 20px auto;
    font-size: 16px;
  }
  
  .mission-vision {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 50px;
    background-color: #ffffff;
  }
  
  .card {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 40%;
    text-align: center;
  }
  
  .card h2 {
    margin-bottom: 15px;
  }
  
  .card p {
    font-size: 15px;
    color: #555;
  }
  
  .company-values {
    background-color: #f8f9fa;
    padding: 40px;
    text-align: center;
  }
  
  .company-values h2 {
    font-size: 28px;
    color: #111;
    margin-bottom: 20px;
  }
  
  .values-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
  
  .value-item {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    text-align: left;
  }
  
  .value-item h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .value-item p {
    color: #555;
    font-size: 14px;
  }
  