@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Open+Sans:wght@300;400&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

h1, .navbar-brand, h2, .habilidades__title, .metodologia__title, .acerca__title {
  padding: 16px 0 16px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #7F56C2;
  line-height: normal;
}

h2, .habilidades__title, .metodologia__title, .acerca__title {
  font-size: 36px;
}

h3 {
  color: #1B1C1E;
  text-shadow: 0px 5.1475644112px 5.1475644112px rgba(0, 0, 0, 0.25);
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

h4 {
  color: #1B1C1E;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.separador {
  border-top: 0.5px solid #D9D9D9;
}

.navbar-toggler {
  border-color: transparent;
}
.navbar-toggler:active, .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.custom-navbar-nav li {
  padding: 0 0 0 40px;
}
.custom-navbar-nav li a {
  color: #1B1C1E;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: 0.3s all ease;
  position: relative;
}
.custom-navbar-nav li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  right: 2px;
  background: #5689C0;
  height: 3px;
  opacity: 1;
  visibility: visible;
  width: 0;
  transition: 0.15s all ease-out;
}
.custom-navbar-nav li a:hover {
  opacity: 1;
}
.custom-navbar-nav li a:hover:before {
  width: calc(100% - 4px);
}

.navbar-brand span {
  color: #1B1C1E;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.hero {
  padding: calc(14rem - 30px) 0 12rem 0;
  height: 600px;
}
.hero .intro-profesional {
  padding: 16px 0 16px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #7F56C2;
  line-height: normal;
  z-index: 4;
  position: relative;
}
.hero .intro-profesional-subtexto {
  padding: 16px 0 16px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1B1C1E;
  line-height: normal;
  position: relative;
}

.hero__img {
  background-image: url("../img/Me-Big.png");
  background-repeat: no-repeat;
  background-position: left;
}

.quickdesc {
  padding: 150px 0 150px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #1B1C1E;
  line-height: auto;
  /* @media screen and (max-width: 768px) {
      font-size: 30px;
  } */
}
.quickdesc span {
  color: #7F56C2;
  font-weight: bold;
}

.acerca {
  padding: 100px;
}

.acerca__title {
  padding: 50px 0 50px 0;
}

.acerca__text {
  padding-top: 100px;
  color: #1B1C1E;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .acerca__text {
    padding: 100px 50px;
  }
}

.metodologia {
  padding: 100px 0;
}

.metodologia__title {
  padding: 100px 0;
}
.metodologia__title span {
  color: #1B1C1E;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.metodologia__contenido {
  height: 400px;
  background-image: url("../img/Design_Thinking.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.metodologia__contenido .row {
  height: 33.3%;
}

.metodologia__numbers {
  padding: 10px 15px 13px 10px;
}

.metodologia__text {
  color: #1B1C1E;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.habilidades {
  padding: 100px 0;
  background-color: #7F56C2;
}

.habilidades__title {
  color: #FDFEFE;
  padding: 50px 0;
}
.habilidades__title span {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.habilidades__contenido {
  color: #FDFEFE;
  padding: 50px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
}/*# sourceMappingURL=estilos.css.map */