body{
    font-family: 'Montserrat', sans-serif;
}
/* .social{
    color: #075798 !important;
    text-decoration: none !important;

}

.social:hover{
    color: #0086f3 !important;
    text-decoration: none !important;
} */

.social{
    /* color: #FCE2BA!important; */
    color: #d8d8d8;
    text-decoration: none !important;

}

.social:hover{
    /* color: #ffd595 !important; */
    color: white;
    text-decoration: none !important;
}
.link-footer{
    color: #d8d8d8;
    text-decoration: none;
}

.link-footer:hover{
    text-decoration: none;
    /* color: #ffd595; */
    color: white;
}

.svg{
    text-decoration: none !important;
}

.card-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    overflow: hidden;
}


.btn.btn-outline-dark{
    color:#0e2e8d !important;
    border-color:#0e2e8d !important ;
}

.btn.btn-outline-dark:hover{
    color: white !important;
    background-color:#0e2e8d !important;
}

.dropdown-item:active{
    background-color: #0e2e8d;
    color: white;
}

h1,h2,h3,h4{
    color: #0e2e8d;
}

.btn-wsp {
    position: fixed;
    width: 110px;
    height: 105px;
    bottom: 100px;
    right: 20px;
    padding: 10px 5px 10px 5px;
    background-color: rgba(33, 205, 91, 1);
    color: white;
    border-radius: 5px;
    z-index: 100;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  }
  
  .btn-wsp:hover {
    color: white;
    background-color: rgb(32, 187, 83);
  }
  