@charset "UTF-8";
/*colores*/
/*texto y grises*/
/*tarjetas derechos (política de privacidad)*/
/*colores adicionales*/
/*tipografía*/
/*base para rem*/
header {
  padding: 20px 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):not(.detalle-proyecto):not(.not-found) header {
  background-color: #FCF5EE;
}
header .container {
  justify-content: space-between;
}
header .wrap-logo .logo img {
  height: 44px;
  width: auto;
}
header .burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1001;
  transition: opacity 0.2s ease;
}
header .burger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0B785D;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
body:not(.home):not(.conocenos):not(.detalle-proyecto) header .burger span {
  background-color: #462B0D;
}
header .burger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
header .burger.active span:nth-child(2) {
  opacity: 0;
}
header .burger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
body.home header .burger span, body.conocenos header .burger span, body.detalle-proyecto header .burger span, body.not-found header .burger span {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  header .burger {
    display: flex;
    width: 2rem;
  }
}
header .nav-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 200px);
}
header .nav-wrap nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
}
header .nav-wrap nav a {
  color: #0B785D;
  text-decoration: none;
  font-size: 1.1875rem;
  font-weight: 600;
  padding: 4px 13px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  border-radius: 70px;
}
header .nav-wrap nav a:hover {
  color: #F4DF97;
  border-color: #462B0D;
}
header .nav-wrap nav a.current {
  border-color: #ffffff;
}
body:not(.home):not(.conocenos):not(.detalle-proyecto):not(.not-found) header .nav-wrap nav a {
  color: #462B0D;
}
body:not(.home):not(.conocenos):not(.detalle-proyecto):not(.not-found) header .nav-wrap nav a.current {
  border-color: #462B0D;
}
@media (max-width: 992px) {
  header .nav-wrap nav a {
    font-size: 1.125rem;
    color: #462B0D !important;
    border: none !important;
    border-radius: 0 !important;
  }
  header .nav-wrap nav a:hover {
    color: #0B785D !important;
  }
}
@media (max-width: 992px) {
  header .nav-wrap nav {
    column-gap: 30px;
  }
}
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;
}
@media (max-width: 992px) {
  header .nav-wrap {
    position: fixed;
    top: 66px;
    right: 0;
    width: 100%;
    height: calc(100vh - 75px);
    padding: 0.625rem 1.5rem 2.5rem;
    background-color: #FCF5EE;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  header .nav-wrap.active {
    opacity: 1;
    visibility: visible;
  }
  header .nav-wrap nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  header .nav-wrap nav a {
    display: block;
    padding: 1rem 0;
    font-size: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  header .nav-wrap nav a:last-child {
    border-bottom: none;
  }
  header .nav-wrap .lang {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 680px) {
  header {
    padding: 13px 0;
  }
  header .wrap-logo .logo img {
    height: 34px;
  }
}

#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;
  align-items: flex-start;
  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 .nav-group h4 {
  text-transform: uppercase;
  color: #E2BC8D;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
#main-footer .footer-content .nav-group ul {
  list-style: none;
  padding: 0;
}
#main-footer .footer-content .nav-group 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;
  flex-wrap: wrap;
  gap: 20px;
}
#main-footer .footer-bottom .logo img {
  height: 32px;
}
#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 12px;
  display: inline-block;
  color: #F4DF97;
}
@media (max-width: 992px) {
  #main-footer .footer-bottom .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  #main-footer .footer-bottom .legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
  #main-footer .footer-bottom .legal a:nth-child(2):after {
    display: none;
  }
}
@media (max-width: 600px) {
  #main-footer .footer-bottom {
    column-gap: 20px;
  }
  #main-footer .footer-bottom .legal a:nth-child(2):after {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  #main-footer .footer-content {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 600px) {
  #main-footer {
    padding: 4rem 0 2.1875rem;
  }
}

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;
}

[class^=col-], [class*=" col-"] {
  box-sizing: border-box;
}
@media (max-width: 680px) {
  [class^=col-], [class*=" col-"] {
    float: none;
    width: 100%;
  }
}

.hero-img {
  position: relative;
  overflow: hidden;
}
.hero-img .hero-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
@media (max-width: 1200px) {
  .hero-img .hero-img-bg {
    width: 38%;
    height: 100%;
  }
}
@media (max-width: 680px) {
  .hero-img .hero-img-bg {
    width: 100%;
    position: relative;
    height: 325px;
    margin-bottom: 20px;
  }
}

.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: auto;
  object-fit: cover;
  aspect-ratio: 1;
}
.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;
}
@media (max-width: 992px) {
  .card-solucion {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .card-solucion > h3 {
    display: none;
  }
  .card-solucion .back {
    background-color: #0B785D;
    position: relative;
    opacity: 1;
    padding-bottom: 1.375rem;
  }
  .card-solucion .back h3 {
    height: auto;
    line-height: 1.2;
    margin-bottom: 0.625rem;
  }
  .card-solucion .back p {
    line-height: 1.4;
    margin-bottom: 1.0625rem;
  }
  .card-solucion .back .btn {
    margin: 0 auto;
    border-color: #F4DF97;
  }
}

.detalle-servicio {
  padding-top: 5.5625rem;
}
.detalle-servicio .hero-img .hero-img-bg {
  object-position: top;
}
@media (max-width: 680px) {
  .detalle-servicio {
    padding-top: 4.125rem;
  }
}

#servicio-hero {
  background-color: #FCF5EE;
  padding: 11.25rem 0 6rem;
  position: relative;
  overflow: hidden;
}
#servicio-hero .servicio-content {
  max-width: 37.5rem;
  margin-left: auto;
}
#servicio-hero .servicio-content h1 {
  color: #0B785D;
  font-family: "Vollkorn", serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
#servicio-hero .servicio-content > p {
  color: #1B1918;
  font-family: "Source Sans Pro", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#servicio-hero .servicio-content .btn {
  padding: 1rem 2rem;
  background-color: #0B785D;
  color: #ffffff;
  font-family: "Source Sans Pro", serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.3125rem;
  display: inline-block;
  transition: all 0.45s ease;
}
#servicio-hero .servicio-content .btn:hover {
  background-color: #1a8a58;
}
@media (max-width: 1200px) {
  #servicio-hero {
    height: auto;
    min-height: auto;
    padding-top: 3.125rem;
    padding-bottom: 4.5rem;
  }
  #servicio-hero .servicio-content {
    max-width: 100%;
    margin-left: auto;
    width: 50%;
  }
  #servicio-hero .servicio-content h1 {
    font-size: 2rem;
  }
  #servicio-hero .servicio-content > p {
    font-size: 1rem;
  }
  #servicio-hero .servicio-content .servicio-features {
    gap: 0.3125rem;
  }
  #servicio-hero .servicio-content .servicio-features li {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  #servicio-hero {
    padding-top: 0rem;
    padding-bottom: 3.125rem;
  }
  #servicio-hero .servicio-content {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  #servicio-hero .servicio-content h1 {
    font-size: 2rem;
  }
  #servicio-hero .servicio-content > p {
    font-size: 1rem;
  }
  #servicio-hero .servicio-content .servicio-features {
    display: inline-block;
    text-align: left;
  }
}

#detalle-servicio {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#detalle-servicio .container {
  align-items: flex-start;
}
#detalle-servicio .detalle-servicio-headline {
  color: #0B785D;
  font-family: "Vollkorn", serif;
  font-size: 2.5625rem;
  font-weight: 400;
  text-align: right;
  line-height: 1.35;
  margin: 0;
  padding: 0.5rem 1.75rem 0.5rem 0;
  position: relative;
  max-width: 18ch;
}
#detalle-servicio .detalle-servicio-headline::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background-color: #F4DF97;
}
#detalle-servicio .detalle-servicio-block {
  margin-left: 6rem;
  margin-bottom: 3.5rem;
}
#detalle-servicio .detalle-servicio-block:first-child {
  margin-top: 0rem;
}
#detalle-servicio .detalle-servicio-block:last-of-type {
  margin-bottom: 2.5rem;
}
#detalle-servicio .detalle-servicio-block h3 {
  color: #0B785D;
  font-family: "Source Sans Pro", serif;
  font-size: 1.875rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
  line-height: 1.3;
}
#detalle-servicio .detalle-servicio-block p {
  color: #1b1918;
  font-family: "Source Sans Pro", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
  margin: 0 0 1.25rem;
}
#detalle-servicio .detalle-servicio-block p:last-child {
  margin-bottom: 0;
}
#detalle-servicio .detalle-servicio-block ul li {
  line-height: 1.65;
  font-size: 1.125rem;
  font-weight: 400;
}
#detalle-servicio .detalle-servicio-block strong {
  font-weight: 600;
}
#detalle-servicio .detalle-servicio-cta {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.875rem 1.3125rem;
  background-color: #0B785D;
  color: #ffffff;
  font-family: "Source Sans Pro", serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0.3125rem;
  transition: all 0.45s ease;
}
#detalle-servicio .detalle-servicio-cta:hover {
  background-color: #1a8a58;
}
@media (max-width: 1200px) {
  #detalle-servicio {
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
  }
  #detalle-servicio .detalle-servicio-headline {
    font-size: 2rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: none;
  }
  #detalle-servicio .detalle-servicio-headline::after {
    width: 3px;
  }
  #detalle-servicio .detalle-servicio-block {
    margin-left: 4.25rem;
  }
  #detalle-servicio .detalle-servicio-block:first-child {
    margin-top: 0;
  }
  #detalle-servicio .detalle-servicio-block:last-of-type {
    margin-bottom: 2rem;
  }
  #detalle-servicio .detalle-servicio-block h3 {
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
  }
  #detalle-servicio .detalle-servicio-block p {
    font-size: 1rem;
    margin-bottom: 0.875rem;
    line-height: 1.6;
  }
  #detalle-servicio .detalle-servicio-cta {
    margin-left: 0;
    margin-top: 1rem;
    font-size: 1rem;
    padding: 1rem 1.75rem;
  }
}
@media (max-width: 680px) {
  #detalle-servicio {
    padding-bottom: 1.5rem;
  }
  #detalle-servicio .container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #detalle-servicio .detalle-servicio-block {
    margin-left: 0;
  }
}

#otros-servicios {
  background-color: #0B785D;
  padding: 4.0625rem 0;
}
#otros-servicios .container {
  flex-direction: column;
}
#otros-servicios .container h2 {
  color: #F4DF97;
  font-family: "Vollkorn", serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  flex: 1;
  margin-left: 0;
  margin-right: auto;
}
#otros-servicios .otros-servicios-grid {
  padding: 1.875rem 0 0rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  width: 100%;
}
@media (max-width: 1200px) {
  #otros-servicios .container h2 {
    font-size: 2.25rem;
  }
  #otros-servicios .otros-servicios-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    padding-bottom: 0;
  }
  #otros-servicios .card-solucion > h3 {
    display: flex;
  }
}
@media (max-width: 680px) {
  #otros-servicios {
    padding: 3.125rem 0;
  }
  #otros-servicios .container h2 {
    font-size: 1.75rem;
  }
  #otros-servicios .otros-servicios-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.875rem 1.25rem 2.5rem;
  }
  #otros-servicios .otros-servicios-grid .back {
    background-color: #ffffff;
    border-radius: 0 0 12px 12px;
  }
  #otros-servicios .otros-servicios-grid .back h3, #otros-servicios .otros-servicios-grid .back p, #otros-servicios .otros-servicios-grid .back .btn {
    color: #0B785D;
  }
  #otros-servicios .otros-servicios-grid .back .btn {
    border-color: #0B785D;
  }
}