@charset "UTF-8";
.navbar-main .nav-link {
  transition: color 0.3s ease;
  color: #FFFFFF;
}
.navbar-main .nav-link:hover {
  color: #66CB33;
  border-bottom: solid 1px #66CB33;
}

@font-face {
  font-family: "poppins-regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "poppins-medium";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "poppins-bold";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "roboto-regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
.font-primary {
  font-family: "poppins-regular", Arial, sans-serif;
}

.font-secondary {
  font-family: "roboto-regular", Helvetica, sans-serif;
}

.font-primary-bold {
  font-family: "poppins-bold", Arial, sans-serif;
}

.font-primary-medium {
  font-family: "poppins-medium", Arial, sans-serif;
}

.font-secondary-medium {
  font-family: "poppins-medium", Arial, sans-serif;
}

.font-secondary-bold {
  font-family: "roboto-bold", Helvetica, sans-serif;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.text-purple {
  color: #40004E;
}

.text-green {
  color: #66CB33;
}

.text-dark {
  color: #1B1433;
}

.text-gray-1 {
  color: #787887;
}

.text-body-gray {
  color: #787887;
  line-height: 2em;
  font-size: 1.2em;
}

.text-size-1 {
  font-size: 1em;
}

.text-size-1-2 {
  font-size: 1.2em;
}

.text-size-1-4 {
  font-size: 1.4em;
}

.text-size-1-6 {
  font-size: 1.6em;
}

.text-size-1-8 {
  font-size: 1.8em;
}

.text-size-2 {
  font-size: 2em;
}

.text-size-3 {
  font-size: 3em;
}

.text-size-4 {
  font-size: 4em;
}

.text-size-5 {
  font-size: 5em;
}

.line-height-1 {
  line-height: 1em;
}

.line-height-2 {
  line-height: 2em;
}

.line-height-3 {
  line-height: 3em;
}

.line-height-4 {
  line-height: 4em;
}

.line-height-5 {
  line-height: 5em;
}

.button-primary {
  background-color: #66CB33;
  color: #1B1433;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  padding: 2.5% 3% 2.5% 3%;
  font-family: "roboto-bold", Helvetica, sans-serif;
}

.button-secondary {
  background-color: #F3F5FA;
  color: #5A5A5A;
  border-radius: 5px;
  border: solid 2px #F3F5FA;
  text-align: center;
  text-decoration: none;
  padding: 1% 1.5% 1% 1.5%;
  font-family: "roboto-bold", Helvetica, sans-serif;
}

.input-large {
  background-color: #F3F5FA;
  border: solid 1px #F3F5FA;
  width: 100%;
  border-radius: 1px;
}

.page__banner img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.page__graphic {
  width: 70%;
  height: auto;
  object-fit: cover;
}

.project__title {
  font-size: 1.5em;
}
.project__topics__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project__topics__item__img {
  width: 100px;
}
.project__link {
  width: 100px;
  align-self: center;
}

.projects__block {
  border: solid 2px #F3F5FA;
  border-radius: 5px;
}
.projects__block__title {
  font-size: 1.5em;
}
.projects__block__link {
  border-bottom: solid 2px #F3F5FA;
  padding-top: 2%;
  padding-bottom: 3%;
}
.projects__block__link__text {
  text-decoration: none;
  font-size: 0.8em;
  color: #26263e;
}
.projects__block__link__text:hover {
  color: #66CB33;
}

.recent__posts {
  border: solid 2px #F3F5FA;
  border-radius: 5px;
  padding: 5%;
  margin-bottom: 10%;
}
.recent__posts__title {
  font-size: 1.5em;
  margin-bottom: 10%;
}
.recent__posts__item {
  margin-bottom: 3%;
  text-decoration: none;
  color: #787887;
}
.recent__posts__item__img {
  width: 80px;
  height: 80px;
  margin-right: 2%;
  border-radius: 4px;
}
.recent__posts__item__text {
  text-decoration: none;
  font-size: 1em;
}

.services__block {
  border: solid 2px #F3F5FA;
  border-radius: 5px;
}
.services__block__title {
  font-size: 1.5em;
}
.services__block__link {
  border-bottom: solid 2px #F3F5FA;
  padding-top: 2%;
  padding-bottom: 3%;
}
.services__block__link__text {
  text-decoration: none;
  font-size: 0.8em;
  color: #26263e;
}
.services__block__link__text:hover {
  color: #66CB33;
}

.block__tags {
  border: solid 2px #F3F5FA;
  border-radius: 5px;
  padding: 5%;
  margin-bottom: 3%;
  color: #26263e;
}

.about__us__block {
  border: solid 2px #F3F5FA;
  border-radius: 5px;
}
.about__us__block__title {
  font-size: 1.5em;
}
.about__us__block__link {
  padding-top: 2%;
  padding-bottom: 3%;
}
.about__us__block__link__text {
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  color: #787887;
}
.about__us__block__link__text:hover {
  color: #66CB33;
}

.card-teammate a {
  text-decoration: none;
}

.teammate-profile__image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}
.teammate-profile__social a {
  text-decoration: none;
  color: #40004E;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.teammate-profile__social a:hover {
  color: #26263e;
}

/* Estilos para el mapa de Leaflet */
#map {
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
}
#map:hover {
  border-color: #6f42c1;
  box-shadow: 0 6px 12px rgba(111, 66, 193, 0.15);
}

/* Personalización del popup de Leaflet */
.leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.leaflet-popup-content {
  margin: 12px;
  font-family: "poppins-regular", Arial, sans-serif;
}

.leaflet-popup-tip {
  background: white;
}

/* Estilos para el mensaje de ubicación no disponible */
.map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
  border: 2px dashed #dee2e6;
}
.map-placeholder i {
  font-size: 3rem;
  color: #6c757d;
  margin-bottom: 15px;
}
.map-placeholder p {
  margin: 0;
  color: #6c757d;
  text-align: center;
  font-family: "poppins-regular", Arial, sans-serif;
}

.bg-purple {
  background-color: #40004E;
}

#slider-home {
  height: 25%;
}

.card-home {
  padding: 2rem;
}
.card-home__title {
  line-height: 2em;
}
.card-home__text {
  color: #787887;
  font-size: 1em;
}

.about-us__left {
  padding: 10%;
}
.about-us__title {
  font-size: 2em;
}
.about-us__img {
  max-width: 100%;
  width: 100%;
}

.statistics {
  background-color: #F3F5FA;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-green {
  background-color: #66CB33;
}

.bg-blue-dark {
  background-color: #1B1433;
}

.margin-right-2 {
  margin-right: 2px;
}

.margin-right-4 {
  margin-right: 4px;
}

.card-projects {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-projects:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.card-projects__img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.card-projects:hover .card-projects__img {
  transform: scale(1.05);
}
.card-projects__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(27, 20, 51, 0.9) 0%, rgba(102, 203, 51, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.card-projects:hover .card-projects__overlay {
  opacity: 1;
}
.card-projects__content {
  text-align: center;
  color: #FFFFFF;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.card-projects:hover .card-projects__content {
  transform: translateY(0);
}
.card-projects__category {
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 10px;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.card-projects__title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #FFFFFF;
}
.card-projects__actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.card-projects__link, .card-projects__share {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.card-projects__link:hover, .card-projects__share:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}
.card-projects__link i, .card-projects__share i {
  font-size: 1em;
}

.our-clients {
  border-bottom: solid 1px #F3F5FA;
}

.our-certificates .card-certificates__img {
  max-width: 150px;
  width: 150px;
}

.card-blog__img {
  border-radius: 5px;
  max-height: 150px;
  overflow: hidden;
  object-fit: cover;
}
.card-blog__link {
  text-decoration: none;
  color: #787887;
}

.bd-top {
  border-top: solid 2px #F3F5FA;
}

.no-pm {
  padding: 0 !important;
  margin: 0 !important;
}

.services__card {
  padding: 5%;
  border: solid 1px #F3F5FA;
  height: 660px;
  min-height: 620px;
  max-height: 620px;
}
.services__link {
  text-decoration: none;
  color: #66CB33;
}
.services__link:hover {
  color: #55831D;
  text-decoration: underline;
}

.with-shadow {
  -webkit-box-shadow: 10px 9px 5px -2px rgb(224, 215, 224);
  -moz-box-shadow: 10px 9px 5px -2px rgb(224, 215, 224);
  box-shadow: 10px 9px 5px -2px rgb(224, 215, 224);
}

.article__image__img {
  max-width: 100%;
}

.tag__chip {
  background-color: #F3F5FA;
  border-radius: 4px;
  width: auto;
  padding: 5px;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
  margin: 5px;
  height: 40px;
  vertical-align: middle;
  text-decoration: none;
  color: #787887;
}
.tag__chip p {
  font-weight: 600;
  font-size: 1em;
}

.card-awards {
  padding: 5%;
  border: solid 1px #F3F5FA;
  height: 350px;
  min-height: 350px;
  max-height: 350px;
  transition: box-shadow 0.3s ease;
}
.card-awards__img {
  border-radius: 5px;
  max-width: 70%;
  overflow: hidden;
  object-fit: cover;
}
.card-awards:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.card-job-offer {
  display: block;
  text-decoration: none;
  color: inherit;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 200px;
  max-height: 200px;
  height: 200px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.card-job-offer:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}
.card-job-offer__content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.card-job-offer__icon {
  flex-shrink: 0;
}
.card-job-offer__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card-job-offer__location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #666;
}
.card-job-offer__location i {
  color: #48bb78;
  font-size: 10px;
}
.card-job-offer .contact-title {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 1em;
  width: 70%;
}

.category-filter:hover {
  background-color: #66CB33;
  color: #40004E;
  border: solid 1px #66CB33;
  font-weight: 600;
}
.category-filter.active {
  background-color: #66CB33;
  color: #40004E;
  border: solid 1px #66CB33;
  font-weight: 600;
}

#slider-home .carousel-item {
  position: relative;
}
#slider-home .carousel-item .carousel-caption {
  position: absolute;
  top: 55%;
  left: 35%;
  width: 40%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 1.8em;
  z-index: 10;
}
#slider-home .carousel-item .carousel-caption h5 {
  font-size: 3em;
  margin-bottom: 1em;
  line-height: 1.2;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  #slider-home .carousel-item .carousel-caption {
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1.2em;
    padding: 15px;
    border-radius: 8px;
    z-index: 20;
  }
  #slider-home .carousel-item .carousel-caption h5 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.1;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 576px) {
  #slider-home .carousel-item .carousel-caption {
    top: 45%;
    width: 90%;
    font-size: 1em;
    padding: 10px;
    border-radius: 6px;
    z-index: 20;
  }
  #slider-home .carousel-item .carousel-caption h5 {
    font-size: 1.4em;
    margin-bottom: 0.3em;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 480px) {
  #slider-home .carousel-item .carousel-caption {
    top: 40%;
    width: 95%;
    font-size: 0.9em;
    padding: 8px;
    border-radius: 4px;
    z-index: 20;
  }
  #slider-home .carousel-item .carousel-caption h5 {
    font-size: 1.2em;
    margin-bottom: 0.2em;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 768px) {
  #slider-home .carousel-item .carousel-control-prev,
  #slider-home .carousel-item .carousel-control-next {
    width: 10%;
    opacity: 0.8;
    min-height: 44px;
    min-width: 44px;
  }
}
@media (max-width: 576px) {
  #slider-home .carousel-item .carousel-control-prev,
  #slider-home .carousel-item .carousel-control-next {
    width: 15%;
    opacity: 0.9;
  }
}
@media (max-width: 480px) {
  #slider-home .carousel-item .carousel-control-prev,
  #slider-home .carousel-item .carousel-control-next {
    width: 20%;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  #slider-home .carousel-item .carousel-indicators {
    bottom: 10px;
    z-index: 15;
  }
  #slider-home .carousel-item .carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 3px;
  }
}
@media (max-width: 576px) {
  #slider-home .carousel-item .carousel-indicators {
    bottom: 5px;
  }
  #slider-home .carousel-item .carousel-indicators button {
    width: 6px;
    height: 6px;
    margin: 0 2px;
  }
}
@media (max-width: 480px) {
  #slider-home .carousel-item .carousel-indicators {
    bottom: 3px;
  }
  #slider-home .carousel-item .carousel-indicators button {
    width: 5px;
    height: 5px;
    margin: 0 1px;
  }
}
@media (max-width: 768px) {
  #slider-home .carousel-item {
    min-height: 300px;
  }
}
@media (max-width: 576px) {
  #slider-home .carousel-item {
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  #slider-home .carousel-item {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  #slider-home .carousel-item {
    will-change: transform;
  }
  #slider-home .carousel-item img {
    object-fit: cover;
    object-position: center;
  }
}
#slider-home .carousel-caption {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#slider-home .carousel-caption h5, #slider-home .carousel-caption p {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#slider-home .carousel-caption p {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  #slider-home .carousel-caption p {
    font-size: 1em;
    margin-bottom: 0.3em;
  }
}
@media (max-width: 576px) {
  #slider-home .carousel-caption p {
    font-size: 0.9em;
    margin-bottom: 0.2em;
  }
}
@media (max-width: 480px) {
  #slider-home .carousel-caption p {
    font-size: 0.8em;
    margin-bottom: 0.1em;
  }
}

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