.btnverde{
    background-color: #ccff66 !important; 
    color:black;
}
img {
    pointer-events: none;
}
.banner{
    background-color: #5d2e8c !important; 
    color:#fff;
}
.line{
    border-bottom:3px solid #5d2e8c ;
    font-weight: 800;
    color: #2EC4B6;
    /* border-bottom-style: groove ; */
    /* text-decoration: underline   #5d2e8c; */

    margin-right: 4rem;
  }
.title2{
    color: #2EC4B6;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 3pc;
  }
.spctop{
    margin-top:180px;
}
.spcb{
    margin-bottom:180px;
}
.title3{
    color: #2EC4B6;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 2pc;
}
.img2{
    border-radius: 25px; margin-top: 15px;
}
.card-body2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 30px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .img1{
    border-radius: 500px;
    padding: 1px;
    border: 0.5px solid #000;
  }
 .logo-sm {
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}


.iconstar{
    color: #ffe70a;
  }