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

#servicio-hero {
  background-color: #FCF5EE;
  padding: 7.5rem 0 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("/assets/img/diseno-centrado-en-el-usuario/fondo-servicio.jpg");
  background-size: 30% 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
#servicio-hero .hero-wrapper {
  display: grid;
  grid-template-columns: 1fr 40%;
  align-items: start;
  gap: 3.75rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  position: relative;
  z-index: 1;
}
#servicio-hero .container {
  padding: 0;
}
#servicio-hero .servicio-content {
  max-width: 37.5rem;
}
#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 .servicio-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#servicio-hero .servicio-content .servicio-features li {
  color: #1B1918;
  font-family: "Source Sans Pro", serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 1.25rem;
  position: relative;
}
#servicio-hero .servicio-content .servicio-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1B1918;
  font-size: 1rem;
}
#servicio-hero .servicio-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
#servicio-hero .servicio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.2) hue-rotate(10deg) saturate(0.9);
}
@media (max-width: 992px) {
  #servicio-hero {
    padding: 6.25rem 0 3.75rem;
  }
  #servicio-hero .hero-wrapper {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #servicio-hero .servicio-content {
    max-width: 100%;
    width: 100%;
  }
  #servicio-hero .servicio-content h1 {
    font-size: 2.5rem;
  }
  #servicio-hero .servicio-image {
    position: relative;
    width: 100%;
    height: 25rem;
    order: -1;
  }
}
@media (max-width: 600px) {
  #servicio-hero {
    padding: 5rem 0 2.5rem;
  }
  #servicio-hero .servicio-content h1 {
    font-size: 2rem;
  }
  #servicio-hero .servicio-content > p {
    font-size: 1rem;
  }
}

#servicio-hitos {
  background-color: #ffffff;
  padding: 5rem 0 15.5rem;
}
#servicio-hitos .container {
  padding: 0 1.25rem;
}
#servicio-hitos .hitos-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
#servicio-hitos h2 {
  color: #0B785D;
  font-family: "Vollkorn", serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  margin-top: 0;
  margin-bottom: auto;
  margin-right: 3.4375rem;
  max-width: 15.625rem;
  align-self: center;
}
#servicio-hitos .hitos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3.75rem;
  flex: 1;
}
#servicio-hitos .hitos-grid .hito-item h3 {
  color: #0B785D;
  font-family: "Source Sans Pro", serif;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#servicio-hitos .hitos-grid .hito-item p {
  color: #1B1918;
  font-family: "Source Sans Pro", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 992px) {
  #servicio-hitos {
    padding: 3.75rem 0;
  }
  #servicio-hitos .hitos-wrapper {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #servicio-hitos h2 {
    font-size: 2.25rem;
    max-width: 100%;
    margin-bottom: 1.25rem;
  }
  #servicio-hitos .hitos-grid {
    gap: 1.875rem 2.5rem;
  }
}
@media (max-width: 600px) {
  #servicio-hitos {
    padding: 2.5rem 0;
  }
  #servicio-hitos h2 {
    font-size: 1.75rem;
  }
  #servicio-hitos .hitos-grid {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

#otros-servicios {
  background-color: #0B785D;
  padding-top: 0;
  padding-bottom: 2.1875rem;
}
#otros-servicios .container {
  flex-direction: column;
}
#otros-servicios .container h2 {
  color: #0B785D;
  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;
  margin-top: -190px;
}
#otros-servicios .otros-servicios-grid {
  padding: 3.75rem 0 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  width: 100%;
}
#otros-servicios .otros-servicios-grid .otro-servicio-card {
  background-color: transparent;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-decoration: none;
}
#otros-servicios .otros-servicios-grid .otro-servicio-card:hover {
  transform: translateY(-0.3125rem);
}
#otros-servicios .otros-servicios-grid .otro-servicio-card .otro-servicio-image {
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
}
#otros-servicios .otros-servicios-grid .otro-servicio-card .otro-servicio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#otros-servicios .otros-servicios-grid .otro-servicio-card .otro-servicio-separator {
  width: 100%;
  height: 4.375rem;
  background-color: #ffffff;
  margin: 0;
}
#otros-servicios .otros-servicios-grid .otro-servicio-card h3 {
  color: #0B785D;
  font-family: "Source Sans Pro", serif;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  padding: 1.5rem 1.25rem;
  margin: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
@media (max-width: 992px) {
  #otros-servicios .container {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  #otros-servicios .container h2 {
    font-size: 2.25rem;
  }
  #otros-servicios .otros-servicios-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    padding: 2.5rem 1.25rem 3.75rem;
  }
}
@media (max-width: 600px) {
  #otros-servicios .container {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
  }
  #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;
  }
}