@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;900&display=swap");
@font-face {
  font-family: "Avant Garde BT";
  src: url("../assets/avant-garde-bt-bold.ttf");
  font-weight: 700;
  font-style: bold;
}
@font-face {
  font-family: "Avant Garde BT";
  src: url("../assets/avant-garde-bt-medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Avant Garde BT";
  src: url("../assets/avant-garde-bt.ttf");
  font-weight: 300;
}
.bg--white {
  background-color: #ffffff;
}

.bg--black {
  background-color: #0a0a0a;
}

.bg--primary-dark {
  background-color: #085E2F;
}

.bg--primary-medium {
  background-color: #0EB85B;
}

.bg--primary-medium-transparency {
  background-color: rgba(14, 184, 91, 0.3);
}

.bg--secondary-light {
  background-color: #B4E3F8;
}

.bg--secondary-medium {
  background-color: #0D6B96;
}

.bg-secondary-dark {
  background-color: #08415C;
}

.bg--secondary-medium-transparency {
  background-color: rgba(13, 107, 150, 0.3);
}

.bg--tertiary {
  background-color: #EEE4D3;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #ffffff;
  color: #0a0a0a;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-family: "Raleway", sans-serif;
  line-height: 1.6;
  font-weight: 500;
}

p,
li {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avant Garde BT", serif;
  margin-top: 0;
  font-weight: 700;
}

.main-text {
  line-height: 1.8;
}

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

.link {
  color: #0EB85B;
  transition: all 0.2s ease-in-out;
  font-size: 1.25rem;
}
.link:hover {
  color: #0D6B96;
  transition: all 0.2s ease-in-out;
}

.link-reversed {
  color: #08415C;
  transition: all 0.2s ease-in-out;
}
.link-reversed:hover {
  color: #0D6B96;
  transition: all 0.2s ease-in-out;
}

.reset-link {
  color: #0a0a0a;
  text-decoration: none;
}
.reset-link:hover {
  color: #0a0a0a;
}

.line-through {
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}

.highlight-text {
  font-weight: 700;
  font-size: 1.25rem;
}

.small-text {
  font-size: 16px;
}

.secondary-highlight {
  font-size: 24px;
  font-weight: 500;
}
.secondary-highlight__bold {
  font-weight: 700;
  font-size: 24px;
}

@media (min-width: 1200px) {
  .highlight-text {
    font-size: 1.563rem;
  }
}
@media (min-width: 1200px) {
  p,
  li {
    font-size: 1.25rem;
  }
}
.btn {
  border-radius: 0;
  font-weight: 700;
  color: #ffffff;
  border: none;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn__primary {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.btn__secondary {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
}
.btn__cards {
  font-size: 18px;
  padding: 0.7rem 1.4rem;
  width: 80%;
}
.btn__cards-primary {
  background-color: #0EB85B;
}
.btn__cards-primary:hover {
  color: #ffffff;
  background-color: #085E2F;
}
.btn__cards-secondary {
  background-color: #0D6B96;
}
.btn__cards-secondary:hover {
  color: #ffffff;
  background-color: #08415C;
}
.btn__primary, .btn__secondary {
  background-color: #0EB85B;
  transition: all 0.25s ease-in-out;
}
.btn__full-width {
  width: 100%;
}

.btn__primary:hover,
.btn__primary:focus,
.btn__primary:active {
  background-color: #085E2F;
  border: none;
  color: #ffffff;
}

.btn__primary:focus,
.btn__primary:active {
  box-shadow: none;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.card {
  border-radius: 0;
  border: none;
}

.card__main {
  background-color: #EEE4D3;
}

.card-title {
  font-size: 1.25rem;
}

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

.card__img {
  max-width: 84px;
}

/* @media (min-width: 768px) {
    .card-title {
        font-size: $size4;
    }

    .card-text{
        font-size: $size5;
    }
}
 */
@media (min-width: 1200px) {
  .section__title {
    font-size: 1.953rem;
  }
}
.container-dash {
  position: relative;
  padding-bottom: 56.25%;
  /* display: block; */
  height: 0;
  width: 100%;
  overflow: hidden;
}

.dash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.container-dash__mobile {
  height: 820px;
}

@media (max-width: 350px) {
  #dashMobile {
    transform: scale(0.95);
    transform-origin: top left;
    margin-left: 2.1vw;
  }
}
.form {
  background-color: #08415C;
  color: #ffffff;
}

.form-control,
.form-select {
  border-radius: 0;
  resize: none;
}

.form-control {
  min-height: 48px;
}

.btn__form {
  width: 100%;
}

.none {
  display: none;
}

input.error,
input.error:focus,
textarea.error,
textarea.error:focus {
  border-color: #F22B29;
  border-width: 2px;
}

input.valid,
input.valid:focus,
textarea.valid,
textarea.valid:focus {
  border-color: #0EB85B;
  border-width: 2px;
}

@media (min-width: 992px) {
  .btn__form {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hero__title {
  font-size: 40px;
  font-weight: 700;
}

.hero__text {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .hero__title {
    font-size: 52px;
  }
  .hero__text {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 72px;
    line-height: 1.1;
  }
  .hero__text {
    font-size: 32px;
  }
}
.image--shadow {
  box-shadow: -8px 8px #0D6B96;
  line-height: 0;
  vertical-align: bottom;
}

.whatsapp-icon__bg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.65rem;
  border-radius: 50%;
}

.whatsapp__z-index {
  z-index: 9999 !important;
}

.linkedin-icon__container {
  transition: all 0.2s ease-in-out;
  /* Cosas que no van con bordes redondeados */
  /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
  cursor: pointer;
  position: fixed;
  bottom: 3rem;
  z-index: 9999 !important;
}
.linkedin-icon__container:hover {
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
  transition: all 0.2s ease-in-out;
}

.img-shadow {
  /* filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4)); */
  /* filter: drop-shadow(0 3px 6px rgba(0,0,0,0.16)) drop-shadow(0 3px 6px rgba(0,0,0,0.23)); */
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.12)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.24));
  /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}

@media (min-width: 990px) {
  .linkedin-icon__container {
    bottom: 5rem;
  }
  .img-shadow {
    max-width: 150px;
  }
}
.link {
  color: #B4E3F8;
}
.link:hover, .link:focus, .link:active {
  color: #0D6B96;
}

.pricing-card {
  border-radius: 20px;
  max-width: 350px;
  margin: 0 auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.pricing-card__header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
}
.pricing-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.pricing-card__title {
  color: #ffffff;
  height: 2rem;
  font-size: 30px;
}
.pricing-card__text {
  font-size: 24px;
}
.pricing-card__price {
  font-size: 32px;
  font-weight: 700;
  font-family: "Avant Garde BT", serif;
}

.service-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.service-card__image {
  background-color: #ffffff;
  border-radius: 50%;
}
.service-card__text {
  font-size: 16px;
}

@media (min-width: 768px) {
  .service-card__text {
    font-size: 18px;
  }
}
.spacer {
  height: 7vh;
}

@media (min-width: 992px) {
  .spacer {
    height: 10vh;
  }
}
.spacer__small {
  height: 5vh;
}

.contact-gen__main-img {
  max-width: 180px;
}

.contact-gen__country-img {
  width: 48px;
  height: 48px;
}

.contact-gen__detail-text {
  max-width: 150px;
  text-align: center;
  margin-bottom: none;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .contact-gen__main-img {
    max-width: 280px;
  }
}
footer {
  background-color: #0a0a0a;
  color: #ffffff;
}
footer address {
  font-size: 1rem;
}

.footer__logo {
  max-height: 70px;
}

.social-icon {
  color: #B4E3F8;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.social-icon a {
  color: #B4E3F8;
}
.social-icon a:hover, .social-icon a:focus, .social-icon a:active {
  color: #0D6B96;
  transition: all 0.2s ease-in-out;
}
.social-icon i {
  font-size: 1.953rem;
}
.social-icon i:hover, .social-icon i:focus, .social-icon i:active {
  color: #0D6B96;
}

.link--footer {
  font-size: 1rem;
}

header {
  margin-bottom: 60px;
}

.navbar {
  background-color: #0a0a0a;
}
.navbar-brand {
  font-size: 1.563rem;
  padding: 0;
}
.navbar .nav-link {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.navbar-dark,
.navbar-brand,
.navbar-nav,
.nav-link {
  color: #ffffff !important;
  transition: all 0.5s ease-in-out;
}
.navbar-dark:hover, .navbar-dark:focus,
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-nav:hover,
.navbar-nav:focus,
.nav-link:hover,
.nav-link:focus {
  color: #0EB85B !important;
  transition: all 0.5s ease-in-out;
}

.navbar-dark,
.navbar-toggler {
  color: rgba(255, 255, 255, 0.3);
}
.navbar-dark:hover, .navbar-dark:focus,
.navbar-toggler:hover,
.navbar-toggler:focus {
  color: rgba(255, 255, 255, 0.3);
}

.logo-img {
  max-width: 60px;
}

@media (min-width: 992px) {
  .navbar-highlight {
    background-color: #8DF6BD;
    color: #0a0a0a !important;
    border-radius: 8px;
  }
  .navbar-highlight:hover {
    background-color: #085E2F;
  }
}
.mission__statement {
  font-family: "Avant Garde BT", serif;
  font-weight: 300;
  font-size: 28px;
}
.mission__image {
  max-height: 550px;
  margin: 0 auto;
}

.card-mission {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.card-mission__text {
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
}

@media (min-width: 768px) {
  .mission__statement {
    font-size: 32px;
  }
  .card-mission__text {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .mission__statement {
    font-size: 40px;
  }
  .card-mission__text {
    font-size: 28px;
  }
}
.section__title {
  font-size: 32px;
  font-weight: 700;
}

.section__text {
  font-size: 18px;
}

.section__main-img {
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
}

.section__description {
  font-size: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .section__title {
    font-size: 1.953rem;
  }
  .section__text {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .section__title {
    font-size: 2.441rem;
  }
  .section__main-img {
    max-width: 320px;
    max-height: 320px;
  }
}
.thank-you {
  min-height: 80vh;
}

.va-services {
  line-height: 1.2;
}/*# sourceMappingURL=main.css.map */