.text--blue-100 {
  color: #1F8AFE;
}

.text--blue-200 {
  color: #00AEEF;
}

.text--blue-300 {
  color: #1C2249;
}

.text--blue-400 {
  color: #50D2F6;
}

.text--green-100 {
  color: #00FFC1;
}

.text--green-200 {
  color: #2CCE84;
}

.text--orange-100 {
  color: #FFAE3D;
}

.text--orange-200 {
  color: #FF8756;
}

.bg--blue-100 {
  background-color: #1F8AFE;
}

.bg--blue-200 {
  background-color: #00AEEF;
}

.bg--blue-300 {
  background-color: #1C2249;
}

.bg--blue-400 {
  background-color: #50D2F6;
}

.bg--green-100 {
  background-color: #00FFC1;
}

.bg--green-200 {
  background-color: #2CCE84;
}

.bg--orange-100 {
  background-color: #FFAE3D;
}

.bg--orange-200 {
  background-color: #FF8756;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #1C2249;
}

.footer-bg {
  background-image: url("../QUIENES/fondo_footer.svg");
  background-size: cover;
}

@media (min-width: 1024px) {
  .footer-bg {
    background-size: 100% auto;
    background-position: left center;
  }
}

.center .grayscale {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

p {
  font-weight: 200;
}

@media (max-width: 639px) {
  .header {
    color: #1C2249;
  }
}

#testimonialTabs .testimonial-tab {
  font-weight: 300;
  padding: 4px 10px;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
}

#testimonialTabs .testimonial-tab:not(:last-child) {
  border-right: 1px solid black;
}

#testimonialTabs .testimonial-tab.is-active {
  font-weight: 500;
}

.affix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
  display: none;
}

#header.is-active {
  background: #fff;
}

#header.is-active #navbar > a {
  color: white;
}

#header.is-active #navbar a.open-contact:hover {
  color: #1C2249;
}

#header:not(.is-active) #navbar a .caret {
  border-color: white;
}

@media screen and (min-width: 768px) {
  .hubspot-form-style .form-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2em;
  }
  .hubspot-form-style .form-columns-2 .hs-form-field {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .hubspot-form-style .form-columns-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2em;
  }
  .hubspot-form-style .form-columns-3 .hs-form-field {
    width: 33%;
  }
}

@media screen and (min-width: 768px) {
  .hubspot-form-style .form-columns-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2em;
  }
  .hubspot-form-style .form-columns-4 .hs-form-field {
    width: 25%;
  }
}

.hubspot-form-style fieldset {
  max-width: 100% !important;
}

.hubspot-form-style .hs-form-field {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.hubspot-form-style .hs-input {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  border-width: 1px;
  border-radius: 0.25rem;
  width: 100% !important;
  display: block;
}

.hubspot-form-style .hs-error-msg {
  color: #FF0000;
}

.hubspot-form-style .submitted-message {
  font-size: 2em;
  padding: 1em 0;
}

.hubspot-form-style .actions {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hubspot-form-style .hs-button {
  background-color: #1F8AFE;
  font-size: .75rem;
  line-height: 1rem;
  padding: 0.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: 0.375rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.custom-table-sizes th:nth-child(1), .custom-table-sizes th:nth-child(2), .custom-table-sizes th:nth-child(3), .custom-table-sizes th:nth-child(4), .custom-table-sizes th:nth-child(5), .custom-table-sizes th:nth-child(6) {
  width: calc( 16.6666% - 3.8333%);
}

.custom-table-sizes th:nth-child(7) {
  width: 23rem;
}

@media screen and (max-width: 1535px) {
  .custom-table-sizes th:nth-child(1), .custom-table-sizes th:nth-child(2), .custom-table-sizes th:nth-child(3), .custom-table-sizes th:nth-child(4), .custom-table-sizes th:nth-child(6) {
    width: 8rem;
  }
  .custom-table-sizes th:nth-child(5) {
    width: 11rem;
  }
}

@media screen and (max-width: 1280px) {
  .custom-table-sizes th:nth-child(1), .custom-table-sizes th:nth-child(2), .custom-table-sizes th:nth-child(3), .custom-table-sizes th:nth-child(4), .custom-table-sizes th:nth-child(6) {
    width: 10rem;
  }
}

@media screen and (min-width: 1370px) and (max-width: 1440px) {
  .custom-table-sizes th:nth-child(7) {
    width: 18rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1190px) {
  .custom-table-sizes th:nth-child(1), .custom-table-sizes th:nth-child(2), .custom-table-sizes th:nth-child(3), .custom-table-sizes th:nth-child(4), .custom-table-sizes th:nth-child(6) {
    width: calc( 14.6666% - 3.8333%);
  }
  .custom-table-sizes th:nth-child(5) {
    width: 12rem;
  }
}

.leaflet-map {
  height: 350px;
}

@media (min-width: 768px) {
  .leaflet-map {
    height: 600px;
  }
}
/*# sourceMappingURL=hit.css.map */