@charset "UTF-8";
/*colores*/
/*colores adicionales*/
/*tipografía*/
/*base para rem*/
header {
  padding: 10px 0;
  color: #004d40;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}
body.scroll header {
  background-color: rgba(15, 87, 69, 0.7);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
body:not(.home):not(.conocenos) header {
  background-color: #FCF5EE;
}
header .container {
  justify-content: space-between;
}
header .wrap-logo .logo img {
  height: 44px;
  width: auto;
}
header .burger {
  display: none;
}
header .nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 200px);
  margin: 0 auto;
}
header .nav-wrap nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
  margin: 0 auto;
}
header .nav-wrap nav a {
  color: #0B785D;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
header .nav-wrap nav a:hover {
  color: #F4DF97;
}
body:not(.home):not(.conocenos) header .nav-wrap nav a {
  color: #462B0D;
}
header .nav-wrap .lang {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
header .nav-wrap .lang a {
  color: #0B785D;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
header .nav-wrap .lang a.active {
  font-weight: 700;
}

#main-footer {
  background-color: #363330;
  color: #ffffff;
  padding: 4rem 5% 2rem;
  font-family: "Inter", sans-serif;
}
#main-footer a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
#main-footer a:hover {
  opacity: 0.7;
}
#main-footer .footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}
#main-footer .footer-content .footer-brand {
  max-width: 350px;
}
#main-footer .footer-content .footer-brand h3 {
  color: #E2BC8D;
  font-family: "Vollkorn", serif;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
#main-footer .footer-content .footer-brand address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
#main-footer .footer-content .footer-links {
  display: flex;
  gap: 4rem;
}
#main-footer .footer-content .footer-links h4 {
  text-transform: uppercase;
  color: #E2BC8D;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
#main-footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
}
#main-footer .footer-content .footer-links ul li {
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  font-weight: 400;
}
#main-footer .footer-content .footer-social {
  display: flex;
  gap: 1.2rem;
  font-size: 1.2rem;
}
#main-footer .footer-bottom {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
#main-footer .footer-bottom .container {
  justify-content: space-between;
  align-items: center;
}
#main-footer .footer-bottom .logo img {
  height: 58px;
}
#main-footer .footer-bottom .legal {
  font-size: 1rem;
}
#main-footer .footer-bottom .legal a, #main-footer .footer-bottom .legal span {
  margin-right: 0;
  transition: all 0.4s ease;
}
#main-footer .footer-bottom .legal a:last-child, #main-footer .footer-bottom .legal span:last-child {
  margin-right: 0;
}
#main-footer .footer-bottom .legal a:hover {
  color: #F4DF97;
  opacity: 1;
}
#main-footer .footer-bottom .legal a:after {
  content: "•";
  margin: 0 20px;
  display: inline-block;
  color: #F4DF97;
}

@media (max-width: 768px) {
  #main-footer .footer-content,
  #main-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  #main-footer .footer-links {
    gap: 2rem;
  }
}
img, iframe {
  max-width: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", serif;
}

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", serif;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #1B1918;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.col-1 {
  width: 8.3333333333%;
  float: left;
}

.col-2 {
  width: 16.6666666667%;
  float: left;
}

.col-3 {
  width: 25%;
  float: left;
}

.col-4 {
  width: 33.3333333333%;
  float: left;
}

.col-5 {
  width: 41.6666666667%;
  float: left;
}

.col-6 {
  width: 50%;
  float: left;
}

.col-7 {
  width: 58.3333333333%;
  float: left;
}

.col-8 {
  width: 66.6666666667%;
  float: left;
}

.col-9 {
  width: 75%;
  float: left;
}

.col-10 {
  width: 83.3333333333%;
  float: left;
}

.col-11 {
  width: 91.6666666667%;
  float: left;
}

.col-12 {
  width: 100%;
  float: left;
}

.card-portafolio {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  width: 50%;
  max-width: 48%;
  text-align: left;
  transition: transform 0.3s ease;
}
.card-portafolio:hover {
  transform: translateY(-5px);
}
.card-portafolio .image-box {
  width: 100%;
  height: 440px;
  overflow: hidden;
}
.card-portafolio .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-portafolio .info {
  padding: 25px;
}
.card-portafolio .info h3 {
  color: #0e6f52;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.3;
}
.card-portafolio .info p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.5;
}

.card-solucion {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 380px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.card-solucion h3 {
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  color: #0B785D;
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
}
.card-solucion img {
  width: 100%;
  height: calc(100% - 60px);
  object-fit: cover;
}
.card-solucion .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  background: rgba(11, 120, 93, 0.7);
  color: #ffffff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transition: opacity 0.4s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.card-solucion .back .wrap-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  margin-bottom: auto;
}
.card-solucion .back h3 {
  color: #ffffff;
  padding: 0;
  margin-bottom: 20px;
}
.card-solucion .back p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 25px;
}
.card-solucion .back .btn {
  align-self: flex-start;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #f8e7a1;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
}
.card-solucion .back .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.card-solucion:hover .back, .card-solucion.active .back {
  opacity: 1;
}

body {
  margin: 0;
}
body.home header nav a, body.home header .lang a {
  color: #ffffff;
  transition: all 0.3s ease;
}
body.home header nav a:hover, body.home header .lang a:hover {
  color: #F4DF97;
}
body.home header .lang span {
  color: #F4DF97;
}

#hero-simian {
  background-color: #1a8a58;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  color: #ffffff;
  font-family: sans-serif;
  min-height: 88vh;
  padding: 2rem 5%;
  display: flex;
  flex-direction: column;
}
#hero-simian .container {
  flex: 1;
  display: flex;
  align-items: center;
  background: url("ai-chip-bg.png") no-repeat center right;
  background-size: contain;
}
#hero-simian .container .text-box {
  padding-right: 150px;
}
#hero-simian .container .text-box h1 {
  font-size: 3.999rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.1;
  font-family: "Vollkorn", serif;
}
#hero-simian .container .text-box h1 span {
  color: #F4DF97;
}
#hero-simian .container .text-box p {
  margin: 1.5rem 0 2rem;
  line-height: 1.6;
  font-size: 1.4375rem;
  opacity: 0.9;
}
#hero-simian .container .text-box .btn {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  border: 1px solid #ffffff;
  color: #F4DF97;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}
#hero-simian .container .text-box .btn:hover {
  background: #ffffff;
  color: #0B785D;
}
#hero-simian .container .wrap-image {
  z-index: 1;
}
#hero-simian .container .wrap-image img {
  max-width: 100%;
  transform: scale(1.5) translate(12px, 112px);
  transition: all 0.3s ease;
}
#hero-simian .container .wrap-image img:hover {
  transform: scale(1.55) translate(12px, 112px);
}

/*Portfolio Section*/
#portfolio {
  background-color: #f4f4f4;
  padding: 90px 40px;
  text-align: center;
  position: relative;
}
#portfolio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #FCF5EE;
}
#portfolio .container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  position: relative;
}
#portfolio .btn-more {
  display: inline-block;
  background-color: #0e6f52;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.4rem;
  transition: background 0.3s;
}
#portfolio .btn-more:hover {
  background-color: rgb(16.856, 133.644, 98.728);
}

@media (max-width: 768px) {
  #portfolio .grid {
    flex-direction: column;
    align-items: center;
  }
}
#soluciones {
  background-color: #FCF5EE;
  padding: 80px 5%;
  font-family: sans-serif;
}
#soluciones .container {
  flex-direction: column;
  flex-wrap: wrap;
}
#soluciones .wrap-titulo {
  text-align: left;
  margin-bottom: 40px;
  width: 38%;
  margin-left: 0;
  margin-right: auto;
}
#soluciones .wrap-titulo h2 {
  color: #0B785D;
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-family: "Vollkorn", serif;
  font-weight: 400;
}
#soluciones .wrap-titulo p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
#soluciones .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
}

@media (max-width: 600px) {
  #soluciones .grid {
    grid-template-columns: 1fr;
  }
}
#testimonios {
  background-color: #F4DF97;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
#testimonios::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  background: url("../img/home/fondo-testimonios.jpg") no-repeat right center;
  background-size: cover;
  z-index: 1;
}
#testimonios .container {
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}
#testimonios .intro {
  max-width: 500px;
  margin-bottom: 50px;
}
#testimonios .intro h2 {
  font-size: 2.5rem;
  color: #462B0D;
  font-family: "Vollkorn", serif;
  font-weight: 400;
  margin-bottom: 20px;
}
#testimonios .intro p {
  line-height: 1.6;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 400;
}
#testimonios .grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
#testimonios .testimonio-card {
  background-color: #fdfaf2;
  padding: 40px;
  border-radius: 20px;
  flex: 1;
  min-width: 300px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}
#testimonios .testimonio-card:hover {
  background-color: color-mix(in srgb, #fdfaf2, black 2%);
}
#testimonios .testimonio-card blockquote {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  margin: 0 0 30px 0;
  font-style: normal;
}
#testimonios .testimonio-card .autor cite {
  display: block;
  font-style: normal;
  font-size: 1.375rem;
  font-weight: 400;
  color: #666666;
  margin-bottom: 15px;
}
#testimonios .testimonio-card .autor cite strong {
  color: #000;
  font-weight: 700;
}
#testimonios .testimonio-card .autor .logo-cliente {
  height: 25px;
  width: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 992px) {
  #testimonios::after {
    display: none;
  }
  #testimonios .testimonio-card {
    max-width: 100%;
  }
}
/*About Section*/
#about-section {
  background-color: #FCF5EE;
  padding: 80px 5%;
  display: flex;
  justify-content: center;
}
#about-section .container {
  max-width: 1100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
#about-section .info {
  flex: 1;
}
#about-section .info h2 {
  color: #0B785D;
  font-family: "Vollkorn", serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 500;
}
#about-section .info p {
  color: #444;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 400px;
}
#about-section .info .btn-primary {
  display: inline-block;
  background-color: #0B785D;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
  transition: transform 0.2s, background 0.2s;
}
#about-section .info .btn-primary:hover {
  background-color: rgb(13.141221374, 143.358778626, 111.1030534351);
}
#about-section .visual {
  flex: 1;
  display: flex;
  justify-content: center;
}
#about-section .visual img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.05));
}

@media (max-width: 768px) {
  #about-section .container {
    flex-direction: column;
    text-align: center;
  }
  #about-section .container .info p {
    margin-left: auto;
    margin-right: auto;
  }
}
#clientes {
  background-color: #ffffff;
  padding: 5rem 0;
  text-align: center;
}
#clientes .container {
  flex-direction: column;
}
#clientes h2 {
  color: #0B785D;
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  font-family: "Vollkorn", serif;
  font-weight: 400;
}
#clientes p {
  color: #666;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 50rem;
  margin: 0 auto 3.75rem auto;
}
#clientes .logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.5rem 1.25rem;
  align-items: center;
  justify-items: center;
  width: 100%;
}
#clientes .logo-grid img {
  max-width: 100%;
  height: 90px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
#clientes .logo-grid img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
@media (max-width: 1200px) {
  #clientes .logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  #clientes p {
    max-width: 90%;
  }
  #clientes .logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  #clientes h2 {
    font-size: 2rem;
  }
  #clientes p {
    font-size: 1rem;
    margin: 0 auto 2.5rem auto;
  }
  #clientes .logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 0.9375rem;
  }
  #clientes .logo-grid img {
    max-height: 3.75rem;
  }
}