 @charset "utf-8";
/* CSS Document */
/****General****/
.bricolage-grotesque-<uniquifier> {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
html, body {
	margin:0;
	padding: 0;
	font-family: "Bricolage Grotesque", sans-serif;
  color: #364c5e;
}
html {
  scroll-behavior: smooth;
}
div {
	box-sizing: border-box;
}
button:focus, a:focus, .btn:focus {
  outline: none;
  box-shadow: none;
}
/*links*/
.btn-base {
  padding: .64rem 2.04rem;
  border-radius: 0;
  font-size: .8rem;
  text-transform: uppercase;
}
.link-simple, .link-boton {
  color: inherit!important;
  text-decoration: none;
}
.link-boton p {
  line-height: 1.2;
}
.link-simple:hover {
  color: inherit!important;
  text-decoration: underline;
}
.link-resaltado {
  color: inherit!important;
  text-decoration: underline;
}
.link-violeta {
  color: #8f1c83!important;
  text-decoration: none;
}
.link-violeta:hover {
  text-decoration: underline;
}
.animado {
  transition: all .4s ease;
}
.animado:hover {
  transform: translateY(-5px);
}
.btn-azul, .btn-azul:hover {
  background-color: #4B79A1;
  border-color: #4B79A1;
  color: #FFF;
  text-decoration: none;
}
.btn-floating, .btn-floating:hover {
  border-radius: 50% !important;
  padding: 0 !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #4B79A1 !important;
}
.menu-fijo .nav-link {
  color: inherit;
  padding-top: .3rem;
  padding-bottom: .3rem;
  opacity: .6;
}
.menu-fijo .nav-link.active {
  opacity: 1;
}
.menu-fijo .nav-link.active i {
  color: #8f1c83;
}
.menu-fijo .nav-link:hover i {
  color: #8f1c83;
}
/*fontawesome*/
.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.despliega.collapsed::before {
  content: "Leer más";
}
.despliega.collapsed::after {
  font: var(--fa-font-solid);
  content: " \f063";
}
.despliega::before {
  content: "Leer menos";
}
.despliega::after {
  font: var(--fa-font-solid);
  content: " \f062";
}
/*text*/
.b300 {
  font-weight: 300;
}
.b600 {
  font-weight: 600;
}
.b700 {
  font-weight: 700;
}
.text-chico {
  font-size: .8rem;
}
.text-azul-claro {
  color: #4B79A1;
}
.text-azul-oscuro {
  color: #283E51;
}
.text-violeta {
  color: #8f1c83!important;
}
/*Background*/
.blue-gradient {
  background-image: linear-gradient(#4B79A1, #283E51);
}
.lightblue-gradient {
  background-image: linear-gradient(#B0DAF4, #E6F8FF);
}
.bg-azul {
  background-color: #4B79A1;
  color: #FFF;
}
/*******/
.borde-azul {
  border: 2px solid #4B79A1;
}
.custom-tooltip {
  --bs-tooltip-bg: #283E51;
  --bs-tooltip-color: #FFFFFF;
}
/*******/
.investcards .foto-investigador {
  position: relative;
  padding-bottom: .5rem;
  min-height: 216px;
}
.investcards .foto-investigador img {
  max-width: 80%;
  height: auto;
  filter: grayscale(100%);
  transition: all .4s ease;
}
.investcards .btn-floating, .investcards .btn-floating:hover {
  position: absolute;
  right: 10%;
  bottom: 15px;
}
.investcards .foto-investigador a.link-invest {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.foto-investigador:hover > img {
  filter: grayscale(0%);
}
/***************/
.nav.nav-tabs {
  justify-content: center!important;
}
.nav-tabs .nav-link {
  border: none!important;
  color: #212121 !important;
}
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #4B79A1 !important;
}
.nav-tabs {
  border-bottom: none;
}
/*******/
.circle {
  border-radius: 50%;
  background-color: #8f1c83;
  color: #fff;
  height: 50px;
  width: 50px;
  z-index: 2;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: .9rem;
}
.how-it-works.row .col-2 {
  align-self: stretch;
  position: relative;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #4B79A1;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.all::after {
  height: 100%;
  left: 50%;
  top: 0;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}
.how-it-works p {
  margin-bottom: 0;
}
.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #4B79A1;
  margin: 0;
  top: 17px;
  position: relative;
  opacity: 1;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #4B79A1;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}
/*******/
#modalVideo button.close, #modalImage button.close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  opacity: 1 !important;
  padding: 0;
  background-color: #FFF !important;
  border: 1px solid #FFF;
  color: #212121 !important;
  z-index: 10;
  line-height: 0.6 !important;
}
#modalVideo button.close span, #modalImage button.close span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
}
/***************/
.custom-popover {
  --bs-popover-max-width: 400px;
}
/*******/
@media (max-width: 576px) {
  .circle {
    height: 38px;
    width: 38px;
    font-size: .8rem;
  }
}
