@import url(../fonts/font.css);

@import url(./bootstrap.css);
@import url(./reset.css);
@import url(./structure.css);

@import url(./cards.css);
@import url(./sections.css);

:root {
    --angels:   #66b35e;
    --corps:    #000000;
    --techs:    #ec7f22;
    --startups: #45aaf2;

    --darken-angels: #519c4a;
    --darken-corps: #222222;
    --darken-techs: #d36b12;
    --darken-startups: #0f83d7;

    --font-family-highlight: 'Poppins', 'Axiforma', Arial, Helvetica, sans-serif;
}

.btn-facebook {
    background: #4c66a4;
}
.btn-linkedin {
    background: #007bb6;
}
.btn-twitter {
    background: #00acee;
}
.btn-whatsapp {
    background: #25D366;
}

.btn-facebook,
.btn-linkedin,
.btn-twitter,
.btn-whatsapp {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 1.125rem;
    height: 44px;
    line-height: 44px;
    justify-content: center;
    padding: 0;
    text-align: center;
    width: 44px;
}
.btn-facebook .icon,
.btn-linkedin .icon,
.btn-twitter .icon,
.btn-whatsapp .icon {
    transform: translateY(-1px);
}
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover,
.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover,
.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover,
.btn-whatsapp:active,
.btn-whatsapp:focus,
.btn-whatsapp:hover {
    color: #fff;
}


.test {
    border-radius: 0;
    position: relative;
    z-index: 2;
    background: rgba(69,170,242,0.15);
    font-weight: 500;
    margin-top: 3rem;
    padding: 2rem;
}
.test .btn-link {
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #000;
}
.test .btn-link:active,
.test .btn-link:hover,
.test .btn-link:focus {
    border-color: var(--startups);
    text-decoration: none;
}
.test .btn-link.active {
    border-color: var(--startups);
    color: var(--startups);
}
.test .btn-link .text {
    font-size: 1rem;
    font-weight: 700;
}

/* HEADER */
.ranking-selection-navbar{
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }





  .ranking-selection-item{
      display: flex;
      flex-direction: column;
      padding: 0;
  }



  .ranking-selection-p{
      font-size: 1.3rem;
      padding: 0 5px;
  }