*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif !important;
  line-height: 1.6;
  color: #1e293b;
  background-color: #ffffff;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}

h2 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
}

h3 {
  font-size: clamp(1.25rem, 3vw, 2rem);
}

p {
  margin-bottom: 1rem;
}

.font-Microgramma-title {
  font-family: "Michroma", sans-serif !important;
  font-size: 32px;
  font-weight: 500;
}

.font-Figtree-description {
  font-family: "Figtree", sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.header {
  width: 100%;
  padding: 16px 32px;
  background-color: #980404;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.header__logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2563eb;
}
.header__menu {
  display: flex;
  gap: 24px;
}
.header__menu a {
  font-size: 0.95rem;
  color: #1e293b;
  transition: color 0.2s;
}
.header__menu a:hover {
  color: #2563eb;
}

.proyecto-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 4px;
  transition: background 0.4s ease, transform 0.4s ease;
}

.proyecto-header__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 22px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(20px);
  transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.proyecto-header.is-scrolled {
  padding-top: 0;
}

.proyecto-header.is-scrolled .proyecto-header__container {
  padding: 16px 40px;
  background: #082645;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.proyecto-header__logo {
  display: flex;
  align-items: center;
  outline: none;
}

.proyecto-header__logo img {
  width: 200px;
  object-fit: cover;
  display: block;
}

.proyecto-header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.proyecto-header__nav a {
  position: relative;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-size: 15px;
}

.proyecto-header__nav a:hover {
  opacity: 0.7;
}

.proyecto-header__button {
  width: 130px;
  height: 50px;
  background: #fff;
  color: #082645 !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proyecto-header__toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.proyecto-header__toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: white;
  margin: 5px 0;
}

.proyecto-mobile-menu {
  position: fixed;
  inset: 0;
  background: #082645;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.proyecto-mobile-menu.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

.proyecto-mobile-menu__close {
  position: absolute;
  top: 28px;
  right: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}

.proyecto-mobile-menu__logo {
  margin-top: 117px;
  margin-bottom: 48px;
}
.proyecto-mobile-menu__logo img {
  width: 150px;
  height: 37px;
  aspect-ratio: 150/37;
}

.proyecto-mobile-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.proyecto-mobile-menu__nav a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
}

.proyecto-mobile-menu__button {
  width: 150px;
  height: 56px;
  background: white;
  color: #042d5c !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proyecto-mobile-menu__social {
  margin-top: auto;
  margin-bottom: 40px;
  display: flex;
  gap: 14px;
  padding-top: 40px;
}

.proyecto-mobile-menu__social a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.proyecto-mobile-menu__social a:hover {
  transform: translateY(-3px);
}

@media (max-width: 1025px) {
  .proyecto-header__nav {
    display: none;
  }
  .proyecto-header__toggle {
    display: block;
  }
  .proyecto-header__logo img {
    width: 131px;
  }
}
@media (max-width: 640px) {
  .proyecto-header__container, .proyecto-header.is-scrolled .proyecto-header__container {
    padding: 22px 16px;
  }
  .proyecto-header__logo, .proyecto-header__toggle {
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  .proyecto-mobile-menu {
    display: none;
  }
}
.proyecto-footer {
  background: #082645;
  color: white;
}

.proyecto-footer__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 75px;
}

.proyecto-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}

.proyecto-footer__logo img {
  width: 200px;
}

.proyecto-footer__menu {
  display: flex;
  gap: 100px;
  font-family: "Figtree", sans-serif !important;
}

.footer-accordion {
  font-family: "Figtree", sans-serif !important;
}

.footer-accordion__trigger {
  font-family: "Figtree", sans-serif !important;
  background: transparent;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 600;
  cursor: default;
  padding: 0 0 16px;
  border-bottom: 1px solid rgb(255, 255, 255);
  width: 100%;
  text-align: left;
}

.footer-accordion__icon {
  display: none;
}

.footer-accordion__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}

.footer-accordion__content a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 300;
}

.footer-accordion__content a:hover {
  opacity: 0.7;
}

.proyecto-footer__grupo {
  text-align: center;
}

.proyecto-footer__grupo-title {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 18px;
}

.proyecto-footer__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.proyecto-footer__logos img {
  height: 23px;
  width: 90px;
  object-fit: contain;
}

.proyecto-footer__bottom {
  font-family: "Figtree", sans-serif !important;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  padding: 20px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .proyecto-footer__container {
    padding: 40px 32px 40px;
  }
  .proyecto-footer__top {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
  .proyecto-footer__logo {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .proyecto-footer__logo img {
    width: 190px;
  }
  .proyecto-footer__menu {
    width: 100%;
    display: block;
  }
  .footer-accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .footer-accordion + .footer-accordion {
    margin-top: 20px;
  }
  .footer-accordion__trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
  }
  .footer-accordion__icon {
    display: block;
    font-size: 34px;
    line-height: 1;
  }
  .footer-accordion__content {
    display: none;
    padding-bottom: 20px;
  }
  .footer-accordion.active .footer-accordion__content {
    display: flex;
    padding-top: 0px;
  }
  .footer-accordion.active .footer-accordion__icon {
    transform: rotate(45deg);
  }
  .proyecto-footer__logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
  .proyecto-footer__logos img {
    width: 100%;
    max-width: 90px;
    margin: auto;
    height: auto;
  }
  .proyecto-footer__bottom {
    font-size: 14px;
  }
}
.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 64px 32px;
}
.hero__content {
  max-width: 800px;
}
.hero__title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  margin-bottom: 24px;
  color: #1e293b;
}
.hero__subtitle {
  font-size: 1.2rem;
  color: #64748b;
  margin-bottom: 40px;
}
.hero strong {
  color: black;
}
.hero__cta {
  display: inline-block;
  padding: 14px 32px;
  background-color: #2563eb;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.2s;
}
.hero__cta:hover {
  background-color: #1d4ed8;
}

section {
  scroll-margin-top: 120px;
}

.proyecto-hero {
  position: relative;
}
.proyecto-hero .proyecto-hero-img.proyecto-hero-img-mobile {
  display: none;
}
.proyecto-hero .owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding-bottom: 17px;
}
.proyecto-hero .owl-theme .owl-dots .owl-dot.active span {
  background: #89a0bc;
}
.proyecto-hero .owl-theme .owl-dots .owl-dot span {
  margin: 4px;
  background: #b7c5d6;
}

.proyecto-hero-item {
  position: relative;
}

.proyecto-hero-picture {
  display: block;
  position: relative;
}

.proyecto-hero-img {
  display: block;
  width: 100%;
  height: auto;
}

.proyecto-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(23, 38, 70, 0.2) 68.04%), linear-gradient(270deg, rgba(23, 38, 70, 0) 0%, rgba(23, 38, 70, 0.7) 74.02%), linear-gradient(180deg, rgba(23, 38, 70, 0) 33.93%, rgba(17, 36, 56, 0.4) 100%);
  background-blend-mode: normal, multiply, normal, normal;
  pointer-events: none;
}

.proyecto-hero-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 100%;
  color: #fff;
  padding: 0 75px;
  width: 100%;
}

.proyecto-hero-title {
  font-family: "Figtree", sans-serif !important;
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  width: 100%;
  margin-top: 20px;
}

.proyecto-hero-description {
  font-family: "Figtree", sans-serif !important;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

@media (max-width: 1025px) {
  .proyecto-hero-overlay {
    background: linear-gradient(0deg, rgba(23, 38, 70, 0.8) 0%, rgba(23, 38, 70, 0.8) 100%), linear-gradient(180deg, rgba(23, 38, 70, 0) 33.93%, rgba(17, 36, 56, 0.4) 100%);
    background-blend-mode: multiply, normal, normal;
  }
  .proyecto-hero-content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    transform: none;
    max-width: 100%;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 32px;
  }
  .proyecto-hero-title {
    margin-top: 20px;
    font-size: 28px;
    line-height: 30px;
  }
  .proyecto-hero-description {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 640px) {
  .proyecto-hero-content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    transform: none;
    max-width: 100%;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
  }
  .proyecto-hero .owl-carousel .proyecto-hero-img {
    display: none;
  }
  .proyecto-hero .proyecto-hero-img.proyecto-hero-img-mobile {
    display: block;
  }
  .proyecto-hero-content {
    left: 0px;
    right: 0px;
    max-width: none;
  }
  .proyecto-hero-title {
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
  .proyecto-hero-title br {
    display: none;
  }
  .proyecto-hero-description {
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 138.889% */
  }
  .proyecto-hero-description br {
    display: none;
  }
}
.proyecto-about {
  background: #082645;
  padding: 64px 0;
}

.proyecto-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 75px;
}

.proyecto-about__wrapper {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 80px;
  align-items: start;
}

.proyecto-about__title {
  color: #fff;
  margin-bottom: 16px;
}

.proyecto-about__line {
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  border-radius: 0px;
  margin-bottom: 16px;
}

.proyecto-about__description {
  font-family: "Figtree", sans-serif !important;
  color: #ffffff;
  max-width: 92%;
  margin-bottom: 32px;
}

.proyecto-about__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.proyecto-about-card {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 19px 24px;
  border-radius: 8px;
  background: rgba(50, 73, 113, 0.3);
  background: rgba(50, 73, 113, 0.3);
  box-shadow: 0 4px 20px 0 rgba(8, 31, 54, 0.5);
}

.proyecto-about-card__icon {
  flex-shrink: 0;
}

.proyecto-about-card__icon img {
  width: 60px;
  display: block;
}

.proyecto-about-card__content h3 {
  font-family: "Figtree", sans-serif !important;
}

.proyecto-about-card__content h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 20px;
}

.proyecto-about-card__content p {
  color: white;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 5px;
}

.proyecto-about__image {
  height: 100%;
}

.proyecto-about__image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

@media (max-width: 1025px) {
  .proyecto-about {
    padding: 48px 0;
  }
  .proyecto-container {
    padding: 0 32px 0px 32px;
  }
  .proyecto-about__wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .proyecto-about__title {
    font-size: 32px;
  }
  .proyecto-about__description {
    font-size: 14px;
  }
  .proyecto-about-card {
    padding: 20px;
    gap: 16px;
  }
  .proyecto-about-card__icon img {
    width: 44px;
  }
  .proyecto-about-card__content h3 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .proyecto-container {
    padding: 0 24px 0px 24px;
  }
}
.proyecto-servicios {
  padding: 56px 0;
  background: #ebf1f8;
  overflow: hidden;
}

.proyecto-servicio-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

.proyecto-servicios__grid {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 65px;
  align-items: center;
}

.proyecto-servicios-carousel {
  width: 100%;
  min-width: 0;
}

.proyecto-servicios__title {
  font-size: 32px;
  line-height: 30px;
  font-weight: 600;
  color: #082645;
  margin-bottom: 16px;
}

.proyecto-servicios__line {
  width: 72px;
  height: 4px;
  background: #082b54;
  margin-bottom: 20px;
}

.proyecto-servicios__description {
  font-size: 14px;
  line-height: 20px;
  color: #212529;
  font-weight: 300;
}

.proyecto-servicios-carousel {
  position: relative;
}

.proyecto-servicio-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 4px 20px 0px rgba(192, 206, 222, 0.4);
  border-radius: 8px;
}

.proyecto-servicio-card__image {
  width: 100%;
  height: 296px;
  object-fit: cover;
  display: block;
}

.proyecto-servicio-card__body {
  padding: 16px 24px 16px;
  box-shadow: 0px 4px 20px 0px rgba(192, 206, 222, 0.4);
  border-radius: 8px;
  height: 222px;
  font-family: "Figtree", sans-serif !important;
}

.proyecto-servicio-card__icon {
  width: 60px;
  height: 60px;
  border: 1px solid #082b54;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.proyecto-servicio-card__icon img {
  width: 52px;
  height: 52px;
}

.proyecto-servicio-card__title {
  font-size: 15px;
  font-weight: 600;
  color: #082645;
  margin-bottom: 8px;
}

.proyecto-servicio-card__line {
  width: 61px;
  height: 2px;
  background: #082645;
  margin-bottom: 12px;
}

.proyecto-servicio-card__text {
  font-size: 14px;
  line-height: 20px;
  color: #212429;
  font-weight: 300;
  margin-bottom: 3px;
}

.proyecto-servicios .owl-carousel.owl-drag .owl-item {
  border-radius: 8px;
  margin-bottom: 30px;
}

.proyecto-servicios .owl-carousel .owl-item img {
  width: 100%;
  height: 291px;
}

.proyecto-servicios-carousel .owl-stage {
  display: flex;
}
.proyecto-servicios-carousel .owl-item {
  display: flex;
  background-color: #fff;
}
.proyecto-servicios-carousel .owl-nav {
  position: absolute;
  left: -310px;
  bottom: 0px;
  display: flex;
  gap: 12px;
}
.proyecto-servicios-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: #082645 !important;
  color: #fff !important;
  margin: 0 !important;
}
.proyecto-servicios-carousel .owl-nav button span {
  font-size: 24px;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proyecto-servicios-carousel .owl-dots {
  display: none;
}

@media (max-width: 1025px) {
  .proyecto-servicios {
    padding: 48px 0;
  }
  .proyecto-servicio-container {
    padding: 0 24px;
  }
  .proyecto-servicios-carousel .owl-nav {
    bottom: 0px;
  }
}
@media (max-width: 790px) {
  .proyecto-servicios {
    padding: 60px 0;
  }
  .proyecto-servicios__grid {
    display: block;
  }
  .proyecto-servicios__info {
    margin-bottom: 28px;
  }
  .proyecto-servicios__title {
    font-size: 32px;
  }
  .owl-carousel.owl-theme.proyecto-servicios-carousel {
    padding: 0 20px;
  }
  .proyecto-servicio-card {
    position: relative;
  }
  /* .proyecto-servicio-card__image {
    height: 150px !important;
  } */
  .proyecto-servicios-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    height: 100%;
    align-items: center;
  }
  .proyecto-servicios-carousel .owl-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    background: #082b54 !important;
    color: #fff !important;
    pointer-events: auto;
  }
  .proyecto-servicios-carousel .owl-prev {
    margin-left: -18px !important;
  }
  .proyecto-servicios-carousel .owl-next {
    margin-right: -18px !important;
  }
  .proyecto-servicios-carousel .owl-dots {
    display: block;
    margin-top: 24px;
  }
  .proyecto-servicios-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
  }
  .proyecto-servicios-carousel .owl-dot.active span {
    background: #8ea3c1 !important;
  }
}
.proyecto-equipo {
  padding: 56px 0;
  background: #fff;
  overflow: hidden;
  font-family: Rubik;
  background-color: #F8F9FA;
}

.proyecto-equipo-container {
  max-width: 1280px;
  margin: 0 auto;
}

.proyecto-equipo__header {
  text-align: center;
  margin-bottom: 36px;
}

.proyecto-equipo__title {
  font-size: 32px;
  font-weight: 600;
  color: #082645;
  margin-bottom: 8px;
}

.proyecto-equipo__line {
  width: 50px;
  height: 3px;
  background: #082645;
  margin: 0 auto 8px;
}

.proyecto-equipo__description {
  max-width: 538px;
  margin: auto;
  font-size: 14px;
  line-height: 22px;
  color: #212529;
  font-weight: 300;
}

.proyecto-equipo__tabs {
  margin-top: 28px;
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
  padding: 4px 4px 4px 4px;
  background-color: #ebf1f8;
}

.proyecto-equipo__tab {
  font-family: Rubik;
  border: none;
  background: #ebf1f8;
  min-width: 170px;
  padding: 16px 28px;
  cursor: pointer;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 500;
  color: #6c757d;
}

.proyecto-equipo__tab.active {
  background: #082b54;
  color: white;
  font-weight: 600;
}

.proyecto-equipo__content {
  display: none;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 32px;
  padding: 40px 75px;
}

.proyecto-equipo__content.active {
  display: block;
}

.equipo-card {
  font-family: "Figtree", sans-serif !important;
  width: 388px;
  background: transparent;
  display: flex;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 8px 16px;
  box-shadow: 0px 3px 6px 0px #eaeaea;
}

.equipo-card__image {
  width: 100%;
  height: 287px;
  object-fit: cover;
  border-radius: 8px;
}

.equipo-card__content {
  padding-top: 14px;
  text-align: left;
}

.equipo-card__name {
  font-size: 16px;
  font-weight: 600;
  color: #172646;
  margin-bottom: 4px;
}

.equipo-card__position {
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
}

.equipo-card__text {
  font-size: 14px;
  color: #212529;
  line-height: normal;
  font-weight: 300;
}

/* Owl */
.proyecto-equipo-carousel .owl-stage-outer {
  overflow: visible;
}

.proyecto-equipo-carousel {
  padding: 0 0px 0 0;
}

.proyecto-equipo-carousel .owl-nav {
  margin: 0;
  display: none;
}

.proyecto-equipo-carousel .owl-prev,
.proyecto-equipo-carousel .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background: #082b54 !important;
  color: white !important;
  position: absolute;
  display: block !important;
}

.proyecto-equipo-carousel .owl-prev.disabled,
.proyecto-equipo-carousel .owl-next.disabled {
  display: none !important;
}

.proyecto-equipo-carousel .owl-prev {
  left: -26px;
}

.proyecto-equipo-carousel .owl-next {
  right: 25px;
}

.proyecto-equipo-carousel .owl-dots {
  display: none;
}

@media (max-width: 1025px) {
  .proyecto-equipo-container {
    padding-left: 24px;
  }
  .proyecto-equipo__header {
    padding-right: 24px;
  }
  .proyecto-equipo {
    padding: 60px 0;
  }
  .proyecto-equipo__title {
    font-size: 32px;
  }
  .proyecto-equipo__description {
    font-size: 16px;
  }
  .proyecto-equipo__tabs {
    width: 100%;
    max-width: 500px;
  }
  .proyecto-equipo__tab {
    flex: 1;
    min-width: auto;
  }
  .proyecto-equipo-carousel {
    padding: 0;
  }
  .proyecto-equipo-carousel .owl-prev,
  .proyecto-equipo-carousel .owl-next {
    top: 170px;
  }
  .proyecto-equipo-carousel .owl-prev {
    left: -5px;
  }
  .proyecto-equipo-carousel .owl-next {
    right: 20px;
  }
  .proyecto-equipo-carousel .owl-dots {
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .equipo-card {
    width: 350px;
  }
  .equipo-card__image {
    height: 100%;
  }
  .proyecto-equipo__content {
    padding: 40px 15px;
  }
}
@media (max-width: 420px) {
  .equipo-card {
    padding-right: 24px;
  }
  .equipo-card {
    width: 100%;
  }
}
.proyecto-contacto {
  overflow: hidden;
}

.proyecto-contacto__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 570px;
}

.proyecto-contacto__info {
  position: relative;
  background-size: cover;
  background-position: center;
}

.proyecto-contacto__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 38, 69, 0.8) 0%, rgba(8, 38, 69, 0.8) 100%);
}

.proyecto-contacto__content {
  position: relative;
  z-index: 2;
  padding: 131px 120px;
  color: white;
}

.proyecto-contacto__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
  color: white;
  line-height: 30px;
}

.proyecto-contacto__line {
  width: 72px;
  height: 4px;
  background: white;
  margin-bottom: 40px;
}

.proyecto-contacto__list {
  font-family: "Figtree", sans-serif !important;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.proyecto-contacto__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.proyecto-contacto__item img {
  width: 24px;
  flex-shrink: 0;
}

.proyecto-contacto__item span {
  font-size: 14px;
  line-height: 22px;
}

.proyecto-contacto__form-wrapper {
  background: #324971;
  padding: 56px 118px;
}
.proyecto-contacto__form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: Rubik;
}

.proyecto-contacto__form-title {
  color: white;
  margin-bottom: 24px;
  font-family: "Michroma", sans-serif !important;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

.proyecto-contacto__input,
.proyecto-contacto__select,
.proyecto-contacto__textarea
 {
  width: 100%;
  background: #2c4269;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  padding: 14px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  outline: none;
  font-family: Rubik;
}
.proyecto-acept__input + span{
 
  color: white;
  padding: 14px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  outline: none;
  font-family: Rubik;
}

.proyecto-contacto__input::placeholder,
.proyecto-contacto__textarea::placeholder {
  color: white;
  font-family: "Rubik", sans-serif !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.proyecto-contacto__select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("https://medialabla.vtexassets.com/assets/vtex.file-manager-graphql/images/8fbba314-5a9e-42e9-bd2d-f6dc4923dede___e3c548eae6ad53ec010a0761eac1d79f.svg");
  background-repeat: no-repeat;
  background-position: right 18px center;
  font-weight: 400;
}

.proyecto-contacto__textarea {
  resize: none;
  height: 100px;
}

.proyecto-contacto__button {
  width: 170px;
  height: 50px;
  margin: 12px auto 0;
  border: none;
  border-radius: 8px;
  background: white;
  color: #082645;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.proyecto-contacto__button:hover {
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .proyecto-contacto__grid {
    grid-template-columns: 1fr;
  }
  .proyecto-contacto__content {
    padding: 70px 30px;
  }
  .proyecto-contacto__form-wrapper {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .proyecto-contacto__title {
    font-size: 32px;
  }
  .proyecto-contacto__form-title {
    font-size: 22px;
  }
  .proyecto-contacto__item span {
    font-size: 16px;
  }
  .proyecto-contacto__button {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
