.img-benner {
    width: 100%;
    height: 415px;

}

.color-text-span{
    color: #f1a104;
    
}
.icone-color{
    color: #f1a104;

}

.img-icone {
    width: 1.3rem;

}

.card-person {
    height: 100%;
    width: 22% !important;
    border-radius: 27px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

hr {
    width: 95%;
}

.btn-link a{
    font-size: 19px;
    text-decoration: none;
    color: #0d4da4 !important;
    
}

.btn-link a :hover {
    color: #f1a104;
    text-decoration: none;
    


}


.card-header {
    color: inherit;
    border-bottom: none !important;
}



.box-titulo {
    border-left: 4px solid #8ab67b;
 
    
    
}

.text-data{
    font-size: 13px;
    color: #49505799;
    margin: -5px 0px -1px 13px;  
    font-family: 'Poppins', sans-serif;
    font-weight: 100;  


}

.font-titulo {    
    font-size: 28px;
    font-family: 'Poppins', sans-serif !important;
    
}

.text-sub-titulo{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #49505799;
    margin: 5px 0px 38px 13px;

}

.text-descri{
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    color: #49505799;
}


.color-bg-blue{
    background-color: #0d6efd !important;
    border-radius: 10px;
    color: white !important;
    
}

@media (max-width:576px) {
    .card-person {
        width: 100% !important;
        border-radius: 27px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    



}



@media (max-width:768px) {
    .card-person {
        width: 100% !important;
        border-radius: 27px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .box-info{
        margin-left: 0px;
        margin-top: 35px;
    
    }  

    .img-benner {
        width: 50%!important;
    
    }
}



