/* custom css google fonts */
@import url('https://fonts.googleapis.com/css2?family=BBH+Sans+Bogle&display=swap');
/* custom css google fonts */

.txt-fontc{
  font-family: "BBH Sans Bogle", sans-serif;
  font-style: normal;
}
/* INFORMACION */
.unerline_custom{
  text-decoration: underline;
  text-decoration-color: #ff4016;
  text-decoration-thickness: 4px;


}
.card-box-special{
    /* height: 350px; */
    background-color: #ff4016;
    color: white;
    margin: 5px;
    padding: 20px;
    font-size: 18px;
    /* font-weight: bold; */
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);

}
.card-box-special:hover {
    background-color: #000000;
    transform: translateY(-5px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}


.card-box-special_white{
    /* background-color: rgb(155, 85, 157); */
    color: #4C0D0D;
    padding: 20px;
    font-size: 18px;
    /* font-weight: bold; */
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

/* INFORMACION */
