 @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
 body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
  background-color:#fff;
}
.hero-body{
  background: linear-gradient(to top, rgba(255, 255, 255, 1.9) 55%, rgba(0, 0, 0, 0)85%); 
  position: relative; 
  bottom: 0; 
  width: 100%; 
  height: 100%; 
  text-align: center; 
  justify-content: flex-end;
  padding-bottom: 3rem;

}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .titulo h1 {
    font-size: 2rem;
  }

  .logo-hero {
    width: 80px;
  }
}

.icon{
  width: 260px;
  height: 60px;
}


.con{
  padding-left: 275px;

}

.valores-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.valores-box {
  position: relative;
  width: 300px;
  height: 360px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.valores-content {
  color: white;
  padding: 0.7rem;
  width: 100%;
  height: 100%;
  font-family: 'Saira', sans-serif;
  background: rgba(0, 0, 0, 0.5);
}

.valores-titulo {
  color: white;
  background-color: black;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 8px;
  margin-top: 1rem;
  margin-bottom: -1.5rem;
}

.valores-content p,
.valores-content ul {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.valores-content ul {
  padding-left: 1.2rem;
  list-style: none;
}

.valores-content li {
  margin-bottom: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .valores-container {
    flex-direction: column;
    align-items: center;
  }

  .valores-box {
    width: 90%;
    height: auto;
  }
}

.saira h1 {
  font-family: "Saira", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
  "wdth" <width>;
}

.bottom-banner h1 {
  font-family: saira;
  margin: 0;
  font-size: 2.8rem;
  color: black;
}

.bottom-banner p {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: #f0f0f0;
}

.qsomos-one {
  background-size: cover;
  background-position: center;
}

.qsomos-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15rem;
  padding: 3rem;
  max-width: 1000px;
  width: 100%;
}

.qsomos-title h1 {
  font-size: 3rem;
  font-family: 'Saira', sans-serif;
  color: black;
  margin: 0;
  text-align: center;
}

.qsomos-text {
  color: white;
  font-size: 1.1rem;
  max-width: 400px;
  text-align: justify;
}
.qsomos{
  background: linear-gradient(100deg, rgba(255, 255, 255, 1.9) 44%, rgba(0, 0, 0, 0.4) 50%);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qsomos1 {
  background: linear-gradient(100deg, rgba(0, 0, 0, 0.4) 49%, rgba(255, 255, 255, 1.9) 55% );
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qsomos2{
  background: linear-gradient(80deg, rgba(255, 255, 255, 1.9) 44%, rgba(0, 0, 0, 0.4) 50%);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qsomos-content-1 {
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: space-around;
  gap: 15rem;
  padding: 3rem;
  max-width: 1000px;
  width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .qsomos-content,
  .qsomos-content-1 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    text-align: left;
  }

  .qsomos-title {
    flex: 1 1 45%;
    display: flex;
    justify-content: center;
  }

  .qsomos-text {
    flex: 45%;
    font-size: 0.9rem;
    text-align: justify;
    color: white;
  }

  .qsomos,
  .qsomos1,
  .qsomos2 {
    height: 300px;
    padding: 2rem 0;
  }

  .qsomos-title h1 {
    font-size: 1.6rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .bottom-banner h1 {
    font-size: 2rem;
  }

  .bottom-banner p {
    font-size: 1rem;
  }
}
