/*
@font-face {
    font-family: 'Kumbh Sans';
    src: url('../fonts/KumbhSans.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
*/
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3 {
  color: #66257C;
  font-weight: bold;
}

h1 {
  font-size: 70px;
  line-height: 87px;
}
@media screen and (max-width: 750px) {
  h1 {
    font-size: 50px;
    line-height: 67px;
  }
}

h2 {
  font-size: 40px;
  line-height: 49px;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
}

h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 24px;
}

body * {
  font-family: "Montserrat", sans-serif;
}

div#page {
  max-width: 100%;
}

#content .grid-container {
  max-width: 100%;
}
#content .grid-container .site-content {
  padding: 0;
}
#content .container {
  padding: 0 25px;
}
#content .container.space {
  margin-bottom: 72px;
}
#content .container .wrapper,
#content .container .wrapper-small {
  margin: auto;
  width: 100%;
}
#content .container .wrapper {
  max-width: 1320px;
}
#content .container .wrapper-small {
  max-width: 872px;
}

.btn {
  border: 2px solid #66257C;
  border-radius: 50px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 22px;
  transition: 0.3s;
  text-align: center;
  width: fit-content;
  display: inline-block;
}
.btn:hover {
  color: white;
  background: #66257C;
}
.btn.dark {
  background: #66257C;
  color: white;
}
.btn.light {
  background: transparent;
  color: white;
  border-color: white;
}
.btn.light:hover {
  background: white;
  color: #66257C;
}
.btn.orange {
  background-color: #EA691D;
  border-color: #EA691D;
  color: white;
}
.btn.multicolor {
  background: transparent linear-gradient(98deg, #E71668 0%, #B36DAA 30%, #B37A6D 65%, #EA691C 100%) 0% 0% no-repeat padding-box;
  color: white;
  border: none;
}
.btn.center {
  display: block;
  margin: 0 auto;
}

.owl-dots {
  margin: 10px 0;
}
.owl-dots button.owl-dot.active span {
  background: #66267c !important;
}

.wrapper p.intro-text {
  max-width: 896px;
}

footer.site-info {
  display: none;
}

#full-width-template {
  width: 100%;
}
#full-width-template header#header {
  height: calc(100dvh - 100px);
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100%;
  max-height: 752px;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #full-width-template header#header {
    height: unset;
    padding: 72px 25px;
  }
}
#full-width-template header#header .wrapper {
  z-index: 99;
  color: white;
  max-width: 1260px;
  margin: auto;
  width: 100%;
}
#full-width-template header#header .wrapper span.subtitle {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
  display: block;
  font-weight: bold;
  max-width: 733px;
}
@media screen and (max-width: 640px) {
  #full-width-template header#header .wrapper span.subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
#full-width-template header#header .wrapper h1 {
  display: block;
  max-width: 733px;
}
#full-width-template header#header img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#full-width-template header#header img.mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  #full-width-template header#header img.mobile {
    display: block;
  }
  #full-width-template header#header img.desktop {
    display: none;
  }
}

.blog #page.grid-container,
.archive #page.grid-container {
  padding: 0 25px;
}
.blog #page.grid-container div#content,
.archive #page.grid-container div#content {
  max-width: 1320px;
  margin: 0 auto 72px auto;
  margin-top: 52px;
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 62px;
}
@media screen and (max-width: 950px) {
  .blog #page.grid-container div#content,
  .archive #page.grid-container div#content {
    grid-template-columns: 1fr;
  }
}
.blog #page.grid-container div#content .content-area,
.archive #page.grid-container div#content .content-area {
  width: 100%;
}
.blog #page.grid-container div#content #main.site-main,
.archive #page.grid-container div#content #main.site-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .blog #page.grid-container div#content #main.site-main,
  .archive #page.grid-container div#content #main.site-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .blog #page.grid-container div#content #main.site-main,
  .archive #page.grid-container div#content #main.site-main {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog #page.grid-container div#content #main.site-main article .inside-article,
.archive #page.grid-container div#content #main.site-main article .inside-article {
  padding: 0;
}
.blog #page.grid-container div#content #main.site-main article .post-image a,
.archive #page.grid-container div#content #main.site-main article .post-image a {
  display: flex;
  margin-bottom: 16px;
}
.blog #page.grid-container div#content #main.site-main article .post-image a img,
.archive #page.grid-container div#content #main.site-main article .post-image a img {
  height: 140px;
  width: 100%;
  object-fit: cover;
}
.blog #page.grid-container div#content #main.site-main article a.category-link,
.archive #page.grid-container div#content #main.site-main article a.category-link {
  display: block;
  text-decoration: none;
  position: relative;
  margin-bottom: 16px;
}
.blog #page.grid-container div#content #main.site-main article a.category-link:before,
.archive #page.grid-container div#content #main.site-main article a.category-link:before {
  content: "/ ";
}
.blog #page.grid-container div#content #main.site-main article a.category-link:after,
.archive #page.grid-container div#content #main.site-main article a.category-link:after {
  content: " /";
}
.blog #page.grid-container div#content #main.site-main article .entry-header h2,
.archive #page.grid-container div#content #main.site-main article .entry-header h2 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
}
.blog #page.grid-container div#content #main.site-main article a.read-more-link,
.archive #page.grid-container div#content #main.site-main article a.read-more-link {
  font-size: 16px;
  line-height: 26px;
  color: #66257C;
  position: relative;
  font-weight: 600;
  text-decoration: none;
}
.blog #page.grid-container div#content .widget-area,
.archive #page.grid-container div#content .widget-area {
  width: 100%;
}
.blog #page.grid-container div#content .widget-area .inside-right-sidebar,
.archive #page.grid-container div#content .widget-area .inside-right-sidebar {
  margin: 0;
}
.blog #page.grid-container div#content .widget-area .inside-right-sidebar aside,
.archive #page.grid-container div#content .widget-area .inside-right-sidebar aside {
  padding: 24px !important;
  background: #fbf2fd;
}
.blog #page.grid-container div#content .widget-area .inside-right-sidebar aside h2,
.archive #page.grid-container div#content .widget-area .inside-right-sidebar aside h2 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.blog nav#nav-below,
.archive nav#nav-below {
  position: absolute;
  bottom: -42px;
  background: transparent;
  padding: 0;
  margin: auto;
  right: 0;
  left: 0;
  width: fit-content;
}
.blog nav#nav-below .nav-links,
.archive nav#nav-below .nav-links {
  display: flex;
  gap: 12px;
}
.blog nav#nav-below .nav-links a,
.blog nav#nav-below .nav-links span,
.archive nav#nav-below .nav-links a,
.archive nav#nav-below .nav-links span {
  background: transparent;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0 !important;
  border: 2px solid #66257C;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 23px;
}
.blog nav#nav-below .nav-links span.screen-reader-text,
.archive nav#nav-below .nav-links span.screen-reader-text {
  display: none;
}
.blog nav#nav-below .nav-links span.page-numbers.current,
.archive nav#nav-below .nav-links span.page-numbers.current {
  background: #66257c;
  color: white;
}
.blog nav#nav-below .nav-links a:hover,
.archive nav#nav-below .nav-links a:hover {
  background: #66257c;
  color: white;
}
.blog nav#nav-below .nav-links .next,
.blog nav#nav-below .nav-links .prev,
.archive nav#nav-below .nav-links .next,
.archive nav#nav-below .nav-links .prev {
  display: none;
}

.single-post .site-main {
  margin: 0;
}
.single-post .featured-image {
  margin: 0;
}
.single-post .featured-image img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}
.single-post .post-content-container {
  padding: 0 25px;
}
.single-post .post-content-container .post-content-wrapper {
  max-width: 872px;
  margin: 0 auto 72px auto;
}
.single-post header.entry-header h1 {
  font-size: 40px;
  line-height: 49px;
  margin: 24px 0;
}
.single-post header.entry-header .post-meta-info {
  margin-bottom: 24px;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin: 24px 0 16px 0;
}
.post-content h2 {
  font-size: 30px;
  line-height: 40px;
}
.post-content h3 {
  font-size: 25px;
  line-height: 35px;
}
.post-content h4 {
  font-size: 20px;
  line-height: 30px;
}
.post-content img {
  width: 100%;
  margin-bottom: 26px;
}
.post-content span.subtitle {
  display: block;
  margin-bottom: 26px;
  font-weight: bold;
}
.post-content .two-columns-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .post-content .two-columns-image {
    grid-template-columns: 1fr;
  }
}
.post-content .two-columns-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.page-404 {
  min-height: calc(80vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-404 h1 {
  font-size: 10rem;
  color: #040940;
  text-align: center;
  line-height: 11rem;
}
.page-404 h1 span {
  color: #ff0000;
}
.page-404 .subtitle {
  font-size: 1.5rem;
  color: #040940;
  text-align: center;
  margin-top: 1rem;
}
.page-404 form.search-form {
  margin: 32px auto 0 auto;
  display: flex;
  justify-content: center;
}
.page-404 form.search-form input {
  border-radius: 5px;
}
.page-404 form.search-form button {
  border-radius: 0px 5px 5px 0px;
  background: #070b40;
}

#reports {
  overflow: hidden;
}
#reports .section-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 24px;
}
@media screen and (max-width: 475px) {
  #reports .section-header {
    flex-direction: column;
    gap: 16px;
  }
}
#reports .section-header h2 {
  font-size: 40px;
  margin: 0;
}
#reports .section-header .subtitle {
  color: #66257C;
  font-size: 28px;
  font-weight: 600;
}
#reports .section-header .slider-arrows {
  display: flex;
  align-items: end;
  gap: 16px;
  min-width: 95px;
}
#reports .section-header .slider-arrows button {
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
}
#reports .owl-reports-slider .owl-stage-outer {
  overflow: visible !important;
}
#reports .report-popup {
  cursor: pointer;
}
#reports .report-popup img {
  display: block;
  margin-bottom: 16px;
}
#reports .report-popup .title {
  font-weight: bold;
  margin-bottom: 8px;
}
#reports .report-popup .description,
#reports .report-popup .title {
  font-size: 16px;
  display: block;
}
#reports .modal-informes {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8117647059);
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#reports .modal-informes .wrapper {
  text-align: center;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
#reports .modal-informes .wrapper .close-modal {
  border: 2px solid;
  margin: 0 auto 12px auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#reports .modal-informes .wrapper img {
  max-height: 70dvh;
  width: auto;
  margin: auto;
}
#reports .modal-informes .wrapper span.report-img-nav {
  display: block;
  width: 100%;
  margin: 12px 0 0 0;
}

header#masthead {
  padding: 32px 25px;
}
header#masthead .inside-header {
  padding: 0;
  max-width: 1320px;
  margin: auto;
}
header#masthead .inside-header nav#site-navigation {
  width: 100%;
}
header#masthead .inside-header nav#site-navigation .inside-navigation {
  display: flex;
  flex-wrap: wrap;
}
header#masthead .inside-header nav#site-navigation .inside-navigation section#pre-header-ingenero {
  order: 1;
  margin-bottom: 28px;
  width: 100%;
  display: block;
}
header#masthead .inside-header nav#site-navigation .inside-navigation section#pre-header-ingenero .wrapper {
  max-width: 1320px;
  margin: auto;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}
header#masthead .inside-header nav#site-navigation .inside-navigation section#pre-header-ingenero .wrapper .left img {
  max-width: 220px;
  height: 75px;
  object-fit: contain;
}
header#masthead .inside-header nav#site-navigation .inside-navigation section#pre-header-ingenero .wrapper .right {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  header#masthead .inside-header nav#site-navigation .inside-navigation section#pre-header-ingenero .wrapper .right {
    display: none;
  }
}
header#masthead .inside-header nav#site-navigation .inside-navigation div#primary-menu {
  order: 2;
}
header#masthead .inside-header nav#site-navigation .inside-navigation div#primary-menu ul[aria-hidden=false] {
  display: flex;
}
header#masthead .inside-header nav#site-navigation .inside-navigation div#primary-menu ul {
  gap: 20px;
}
header#masthead .inside-header nav#site-navigation .inside-navigation div#primary-menu ul a {
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #66257C;
  font-weight: 500;
  line-height: 24px;
}
header#masthead .inside-header nav#site-navigation .inside-navigation .rrss-grid {
  display: flex;
  gap: 20px;
  align-items: center;
  order: 5;
}
header#masthead .inside-header nav#site-navigation .inside-navigation .rrss-grid a {
  display: flex;
}

@media screen and (max-width: 1340px) {
  header#masthead .rrss-grid {
    width: 100%;
    margin: 24px auto 0 auto;
    justify-content: center;
  }
  header#masthead div#primary-menu {
    margin: auto;
  }
  header#masthead div#primary-menu #menu-menu-principal {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #menu-menu-principal[aria-hidden=false] {
    margin-top: 32px;
  }
  nav#site-navigation, #pre-header-ingenero {
    margin: 0 !important;
  }
  .rrss-grid {
    display: none !important;
  }
  nav#mobile-menu-control-wrapper {
    position: absolute;
    z-index: 9999;
    right: 25px;
    display: flex;
    height: 75px;
    top: 32px;
  }
  nav#mobile-menu-control-wrapper button {
    padding: 0;
  }
  #site-navigation.toggled .rrss-grid {
    display: flex !important;
  }
}
section#hero {
  position: relative;
  padding: 140px 25px !important;
}
section#hero img.hero-background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
section#hero .wrapper {
  z-index: 99;
  position: relative;
}
section#hero .wrapper h1,
section#hero .wrapper .subtitle {
  color: #66257C;
  max-width: 812px;
}
section#hero .wrapper h1 {
  font-size: 70px;
  font-weight: bold;
  line-height: 87px;
  margin-bottom: 16px;
}
section#hero .wrapper .subtitle {
  display: block;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 80px;
  font-weight: 300;
}

@media screen and (max-width: 640px) {
  section#hero {
    padding: 72px 25px !important;
  }
  section#hero .wrapper h1 {
    font-size: 50px;
    line-height: 62px;
  }
  section#hero .wrapper .subtitle {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 590px) {
  section#hero .wrapper h1 {
    font-size: 40px;
    line-height: 50px;
  }
  section#hero .wrapper .subtitle {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
#our-mission .owl-mission-grid {
  margin-bottom: 40px;
}
#our-mission .owl-mission-grid article.mission img {
  width: 100%;
}
#our-mission .owl-mission-grid article.mission span.title {
  font-size: 28px;
  font-weight: 600;
  color: #66257C;
  margin: 16px 0;
  display: block;
  line-height: 28px;
}
#our-mission .owl-mission-grid article.mission p.description {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

section#numbers-grid {
  background: #F4F4EF;
  padding: 72px 25px !important;
}
section#numbers-grid .grid-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 850px) {
  section#numbers-grid .grid-numbers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  section#numbers-grid .grid-numbers {
    grid-template-columns: repeat(1, 1fr);
  }
}
section#numbers-grid .grid-numbers .card {
  display: flex;
  flex-direction: column;
  text-align: center;
}
section#numbers-grid .grid-numbers .card:before {
  content: "";
  background-image: url(/wp-content/uploads/2025/12/trazado.png);
  background-size: contain;
  width: 100%;
  height: 133px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -40px;
}
section#numbers-grid .grid-numbers .card .number {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}
section#numbers-grid .grid-numbers .card .title {
  font-size: 20px;
  font-weight: 300;
}
section#numbers-grid .btn-center {
  text-align: center;
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 675px) {
  section#numbers-grid .btn-center {
    flex-direction: column;
    gap: 22px;
    align-items: center;
  }
}

.cta {
  background-image: url("/wp-content/uploads/2025/12/background-cta.png");
  padding: 40px 25px !important;
  text-align: center;
  color: white;
}
.cta.multicolor {
  background-image: url("/wp-content/uploads/2025/12/img-banner-scaled.webp");
}
.cta.multicolor .wrapper p {
  color: black;
  font-size: 20px;
}
.cta.multicolor .wrapper p b {
  color: #66257C;
}
.cta .wrapper {
  max-width: 872px !important;
  margin: auto;
}
.cta .wrapper .title {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 24px;
  display: block;
  font-weight: 600;
}
.cta .wrapper p {
  font-size: 16px;
  margin: 0 0 24px 0;
  display: block;
}

section#cta-nosotras {
  background: #66257c;
  padding: 42px 25px !important;
  color: white;
  position: relative;
}
section#cta-nosotras:before {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("/wp-content/uploads/2025/12/fondo-nosotras.webp");
  z-index: 1;
  background-size: cover;
  background-position: right;
  max-width: 1400px;
}
section#cta-nosotras .nosotras-content {
  display: flex;
  flex-direction: column;
  max-width: 424px;
}
section#cta-nosotras .nosotras-content .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 16px;
}
section#cta-nosotras .nosotras-content .description {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
section#cta-nosotras .nosotras-content .grid-btn {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1140px) {
  section#cta-nosotras:before {
    width: 100%;
  }
  section#cta-nosotras:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #66257C 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.5;
    z-index: 9;
  }
  section#cta-nosotras .wrapper {
    z-index: 99;
    position: relative;
  }
  section#cta-nosotras .wrapper .nosotras-content {
    z-index: 99;
  }
}
@media screen and (max-width: 742px) {
  section#cta-nosotras:before {
    background-position: left;
  }
  section#cta-nosotras .wrapper .nosotras-content {
    max-width: 100%;
  }
  section#cta-nosotras .grid-btn {
    flex-direction: column;
    align-items: center;
  }
}

footer#footer {
  padding: 34px 25px;
  background: #F8EBFD;
}
footer#footer .wrapper {
  max-width: 1320px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 675px) {
  footer#footer .wrapper {
    flex-direction: column;
    gap: 32px;
  }
}
footer#footer .wrapper .left {
  font-size: 14px;
  color: #66257C;
  font-weight: 600;
}
footer#footer .wrapper .right {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 675px) {
  footer#footer .wrapper .right {
    flex-direction: column;
    gap: 12px;
  }
}
footer#footer .wrapper .right a {
  text-decoration: none;
  font-size: 14px;
}

section.video-grid .owl-video-grid .item {
  text-decoration: none;
}
section.video-grid .owl-video-grid .item .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
section.video-grid .owl-video-grid .item .img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #66257C 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.25;
}
section.video-grid .owl-video-grid .item .img:after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/uploads/2025/12/play-button.png");
  position: absolute;
  transition: 0.3s;
}
section.video-grid .owl-video-grid .item:hover .img:after {
  transform: scale(1.2);
}
section.video-grid .owl-video-grid .item .title {
  font-size: 16px;
  font-weight: 700;
  color: black;
}

@media screen and (min-width: 940px) {
  section.video-grid .owl-video-grid .owl-stage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100% !important;
    row-gap: 24px;
  }
}
#services .grid-servicios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 900px) {
  #services .grid-servicios {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  #services .grid-servicios {
    grid-template-columns: repeat(1, 1fr);
  }
}
#services .grid-servicios card {
  padding: 24px;
}
#services .grid-servicios card:nth-child(1) {
  background-color: rgba(234, 105, 29, 0.1490196078);
}
#services .grid-servicios card:nth-child(1) .content .title {
  color: #EA691D;
}
#services .grid-servicios card:nth-child(2) {
  background-color: rgba(215, 100, 152, 0.1490196078);
}
#services .grid-servicios card:nth-child(2) .content .title {
  color: #D76498;
}
#services .grid-servicios card:nth-child(3) {
  background-color: rgba(133, 197, 175, 0.1490196078);
}
#services .grid-servicios card:nth-child(3) .content .title {
  color: #85C5AF;
}
#services .grid-servicios card:nth-child(4) {
  background-color: rgba(159, 7, 221, 0.1490196078);
}
#services .grid-servicios card:nth-child(4) .content .title {
  color: #9F07DD;
}
#services .grid-servicios card:nth-child(5) {
  background-color: rgba(165, 194, 24, 0.1490196078);
}
#services .grid-servicios card:nth-child(5) .content .title {
  color: #A5C218;
}
#services .grid-servicios card:nth-child(6) {
  background-color: rgba(191, 140, 0, 0.1490196078);
}
#services .grid-servicios card:nth-child(6) .content .title {
  color: #BF8C00;
}
#services .grid-servicios card .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
#services .grid-servicios card .header img {
  object-fit: contain;
}
#services .grid-servicios card .header .play img {
  transition: 0.3s;
}
#services .grid-servicios card .header .play img:hover {
  transform: scale(1.1);
}
#services .grid-servicios card .content .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  display: block;
  margin-bottom: 24px;
}
#services .grid-servicios card .content p {
  font-size: 16px;
  line-height: 24px;
}

.grid-oficinas {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}
@media screen and (max-width: 975px) {
  .grid-oficinas {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 670px) {
  .grid-oficinas {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-oficinas:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 24px;
  background: #ffffff;
}
.grid-oficinas .oficina {
  border-bottom: 1px solid rgba(0, 0, 0, 0.168627451);
  padding: 12px 24px 12px 0;
  margin-bottom: 24px;
}
.grid-oficinas .oficina .title {
  font-weight: 700;
  display: block;
  font-size: 16px;
  line-height: 24px;
  min-height: 24px;
  margin-bottom: 24px;
}
.grid-oficinas .oficina p {
  font-size: 16px;
  line-height: 26px;
}

section.gray {
  padding: 72px 0;
  background: #f8f8f7;
}

.gallerie-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .gallerie-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallerie-grid .gallerie-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gallerie-grid .gallerie-column .item-card {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallerie-grid .gallerie-column .item-card:before, .gallerie-grid .gallerie-column .item-card:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: 0.3s;
}
.gallerie-grid .gallerie-column .item-card:before {
  width: 100%;
  height: 100%;
  background: #66257c;
  mix-blend-mode: multiply;
}
.gallerie-grid .gallerie-column .item-card:after {
  content: "+";
  color: white;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
}
.gallerie-grid .gallerie-column .item-card:hover:before {
  opacity: 0.5;
}
.gallerie-grid .gallerie-column .item-card:hover:after {
  opacity: 1;
}
.gallerie-grid .gallerie-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

div#modal-masonry {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8117647059);
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
  display: none;
}
div#modal-masonry .close-modal-masonry {
  border: 2px solid;
  margin: 0 auto 12px auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: white;
  cursor: pointer;
}
div#modal-masonry .image-container-masonry {
  max-height: 60dvh;
}
div#modal-masonry .image-container-masonry img {
  height: 100%;
}

section.contact {
  padding: 72px 25px !important;
}
section.contact .wrapper {
  max-width: 1320px;
  margin: auto;
}
section.contact.dark {
  background: #F8F8F7;
}
section.contact .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media screen and (max-width: 800px) {
  section.contact .contact-grid {
    grid-template-columns: 1fr;
  }
}

section#page-header {
  position: relative;
  height: 400px;
  padding: 32px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#page-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #66257C;
  top: 0;
  left: 0;
  z-index: 9;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
section#page-header img.background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section#page-header .wrapper {
  z-index: 999;
  display: block;
  position: relative;
  max-width: 1320px;
  margin: auto;
  color: white;
  width: 100%;
}
section#page-header .wrapper h1 {
  color: white;
  margin-bottom: 14px;
}
section#page-header .wrapper .subtitle {
  font-size: 28px;
  line-height: 42px;
}

section#breadcrumbs {
  margin-top: 24px;
  padding: 0 25px;
}
section#breadcrumbs .wrapper {
  max-width: 1320px;
  margin: auto;
}
section#breadcrumbs span {
  font-size: 16px;
}
section#breadcrumbs a {
  font-weight: bold;
  text-decoration: none;
  color: #9F07DD;
}

.accordion-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 830px) {
  .accordion-wrapper {
    grid-template-columns: 1fr;
  }
}
.accordion-wrapper .option-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.accordion-wrapper .option-wrapper .selector-accordion {
  background: rgba(159, 7, 221, 0.05);
  padding: 16px 14px;
  color: #66257C;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  border-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
}
.accordion-wrapper .option-wrapper .selector-accordion.active, .accordion-wrapper .option-wrapper .selector-accordion:hover {
  color: white;
  background: #D76498;
}
.accordion-wrapper .option-result .info {
  display: none;
}
.accordion-wrapper .option-result .info img {
  margin-bottom: 24px;
}

.gray-section-wrapper {
  padding: 72px 0;
  background-color: #f4f4ef;
  margin-bottom: 72px;
}

.content-img > h2 {
  max-width: 1320px;
  margin: 0 auto 24px auto;
}
.content-img.pink {
  padding: 72px 25px !important;
  background-color: #F8EBFD;
}
.content-img .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 1040px) {
  .content-img .wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1040px) {
  .content-img .wrapper.reverse .right {
    order: 1;
  }
  .content-img .wrapper.reverse .left {
    order: 2;
  }
}
.content-img .wrapper > div {
  position: relative;
}
.content-img .wrapper > div.content {
  padding: 32px 0;
}
.content-img .wrapper > div.content p.important {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #66257c;
}
@media screen and (max-width: 1040px) {
  .content-img .wrapper > div.content {
    padding: 0;
  }
}
.content-img .wrapper > div.video {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-img .wrapper > div.video a:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2025/12/play-button.png);
  transition: 0.3s;
  z-index: 99;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.content-img .wrapper > div.video a:hover:before {
  transform: scale(1.3);
}
.content-img .wrapper > div.video a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #66257C 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 9;
}
.content-img .wrapper > div p:last-child {
  margin: 0;
}
.content-img .wrapper > div img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1040px) {
  .content-img .wrapper > div img {
    position: unset;
    max-height: 400px;
  }
}

.img-img h3 {
  text-transform: uppercase;
  text-align: center;
  max-width: 850px;
  margin: 0 auto 24px auto;
}
.img-img .img-two-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 770px) {
  .img-img .img-two-grid {
    grid-template-columns: 1fr;
  }
}
.img-img .img-two-grid .video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-img .img-two-grid .video-wrapper:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/uploads/2025/12/play-button.png");
  transition: 0.3s;
  z-index: 99;
}
.img-img .img-two-grid .video-wrapper:hover:before {
  transform: scale(1.3);
}
.img-img .img-two-grid .video-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #66257C 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 9;
}

.content-txt {
  background: #f8ebfd;
  position: relative;
}
.content-txt p {
  max-width: 872px;
  text-align: center;
  margin: auto;
  color: #66257C;
  font-size: 20px;
}

ul.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
}
ul.list.green b {
  color: #3AA580;
}
ul.list.green li:before {
  background-image: url(/wp-content/themes/generatepress-child/assets/media/check-green.svg);
}
ul.list li {
  padding-left: 42px;
  position: relative;
}
ul.list li:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/themes/generatepress-child/assets/media/check.svg);
  position: absolute;
  left: 0;
  top: 0px;
}

section#grid-projects .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  section#grid-projects .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 675px) {
  section#grid-projects .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
section#grid-projects .wrapper .item {
  padding: 24px;
  background: #fbf2fe;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: 8px;
}
section#grid-projects .wrapper .item .time {
  display: block;
  width: fit-content;
  background: #b2d9cc;
  color: #66257c;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  margin-left: auto;
}
section#grid-projects .wrapper .item .description {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
section#grid-projects .wrapper .item .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
section#grid-projects .wrapper .item .logos img {
  height: 40px;
  width: fit-content;
  object-fit: contain;
}

.number-grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .number-grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .number-grid-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.number-grid-list .card {
  padding-top: 40px;
  position: relative;
}
.number-grid-list .card img.blackground-img {
  position: absolute;
  top: 0;
  left: -5px;
}

.grid-donacion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 880px) {
  .grid-donacion {
    grid-template-columns: 1fr;
  }
}
.grid-donacion .card {
  padding: 24px;
  align-items: center;
  text-align: center;
  min-height: 208px;
  display: flex;
  border-radius: 8px;
}
@media screen and (max-width: 880px) {
  .grid-donacion .card {
    justify-content: center;
  }
}
.grid-donacion .card:nth-child(1) {
  background-color: rgba(234, 105, 29, 0.1490196078);
}
.grid-donacion .card:nth-child(1) span {
  color: #EA691D;
}
.grid-donacion .card:nth-child(2) {
  background-color: rgba(215, 100, 152, 0.1490196078);
}
.grid-donacion .card:nth-child(2) span {
  color: #D76498;
}
.grid-donacion .card:nth-child(3) {
  background-color: rgba(133, 197, 175, 0.1490196078);
}
.grid-donacion .card:nth-child(3) span {
  color: #85C5AF;
}
.grid-donacion .card img {
  position: absolute;
}
.grid-donacion .card span {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.contact-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.contact-wrapper br {
  display: none !important;
}
.contact-wrapper .row-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .contact-wrapper .row-two {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.contact-wrapper .row {
  width: 100%;
  max-width: 536px;
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .contact-wrapper .row {
    max-width: 100%;
  }
}
.contact-wrapper .row span {
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 8px;
}
.contact-wrapper .row input.text,
.contact-wrapper .row textarea {
  width: 100%;
  border-radius: 5px;
  background: transparent;
  border: 1px solid rgba(1, 7, 64, 0.2);
  display: block;
}
.contact-wrapper .row.acceptance span.wpcf7-list-item {
  margin: 0;
}
.contact-wrapper .row.send {
  position: relative;
}
.contact-wrapper .row.send .wpcf7-submit {
  border: 2px solid #66257C;
  border-radius: 50px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 22px;
  transition: 0.3s;
  text-align: center;
  width: fit-content;
  background: #66257C;
  color: white;
  margin: auto;
  display: block;
}
.contact-wrapper .row.send span.wpcf7-spinner {
  position: absolute;
  margin: 8px auto 0 auto;
  right: 0;
  left: 0;
}
.contact-wrapper.curriculum {
  align-items: start;
}
.contact-wrapper.curriculum .row {
  max-width: unset;
}
.contact-wrapper.curriculum .file-field {
  display: flex;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  overflow: hidden;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
}
.contact-wrapper.curriculum .file-field .file-btn {
  background: #e0e0e0;
  padding: 8px 16px;
  cursor: pointer;
  flex: 0 0 auto;
  text-align: center;
}
.contact-wrapper.curriculum .file-field .file-name {
  padding: 8px 16px;
  flex: 1 1 auto;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.contact-wrapper.curriculum #cv {
  display: none;
}
.contact-wrapper .row.acceptance .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-wrapper .row.acceptance .wpcf7-acceptance label span {
  margin: 0 !important;
}

.jobs-list {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.jobs-list card {
  padding: 18px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  border-bottom: 1px solid;
  font-size: 16px;
  line-height: 26px;
  gap: 24px;
}
.jobs-list card:first-child {
  border-top: 1px solid;
}
.jobs-list card a {
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .jobs-list card a {
    width: min-content;
  }
}
.jobs-list card a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  background-image: url(/wp-content/themes/generatepress-child/assets/media/arrow-right-simple.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

.about-us-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.about-us-grid .card {
  width: calc(20% - 8px);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .about-us-grid .card {
    width: calc(33.33333% - 8px);
  }
}
@media screen and (max-width: 700px) {
  .about-us-grid .card {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 425px) {
  .about-us-grid .card {
    width: 100%;
  }
}
.about-us-grid .card span {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.about-us-grid .card:nth-child(1) {
  background-color: rgba(234, 105, 29, 0.1490196078);
}
.about-us-grid .card:nth-child(1) span {
  color: #EA691D;
}
.about-us-grid .card:nth-child(2) {
  background-color: rgba(215, 100, 152, 0.1490196078);
}
.about-us-grid .card:nth-child(2) span {
  color: #D76498;
}
.about-us-grid .card:nth-child(3) {
  background-color: rgba(133, 197, 175, 0.1490196078);
}
.about-us-grid .card:nth-child(3) span {
  color: #85C5AF;
}
.about-us-grid .card:nth-child(4) {
  background-color: rgba(159, 7, 221, 0.1490196078);
}
.about-us-grid .card:nth-child(4) span {
  color: #9F07DD;
}
.about-us-grid .card:nth-child(5) {
  background-color: rgba(165, 194, 24, 0.1490196078);
}
.about-us-grid .card:nth-child(5) span {
  color: #A5C218;
}
.about-us-grid .card:nth-child(6) {
  background-color: rgba(165, 194, 24, 0.1490196078);
}
.about-us-grid .card:nth-child(6) span {
  color: #A5C218;
}
.about-us-grid .card:nth-child(7) {
  background-color: rgba(191, 140, 0, 0.1490196078);
}
.about-us-grid .card:nth-child(7) span {
  color: #BF8C00;
}
.about-us-grid .card:nth-child(8) {
  background-color: rgba(215, 100, 152, 0.1490196078);
}
.about-us-grid .card:nth-child(8) span {
  color: #D76498;
}
.about-us-grid .card:nth-child(9) {
  background-color: rgba(234, 105, 29, 0.1490196078);
}
.about-us-grid .card:nth-child(9) span {
  color: #EA691D;
}

/*# sourceMappingURL=main.css.map */
