.btn-comprar-online {
    color:white; 
    position: absolute; 
    top: 96%;right: 0; 
    background: linear-gradient(#001EA8 90%, #FFD040 10%);
    --bs-btn-border-color: none;
    font-weight: bold;
}

.btn-comprar-online-mobile {
   color:white; 
   position: absolute; 
   right: 0; 
   bottom: -20px;
   background: linear-gradient(#001EA8 90%, #FFD040 10%);
   --bs-btn-border-color: none;   
   font-weight: bold;
}

.breadcrumb-item a {
    color:#6c757d;
}

.hr-after-breadcrumb {
    border-top:2px solid;
    margin: 1rem 0 2rem;
}

.div-verde {
    background-color: rgb(176, 203, 7);
}

.posologia-download hr {
    border-top: 2px solid; opacity: 1;
}

.posologia-download a {
    text-align: center;
    color:#001ea8; 
    text-decoration: none;
    border:1px #001ea8 solid;
    padding: 10px 40px;
    border-radius: 25px;
    font-weight: 500;
}

@media (max-width:576px) {
    .ratio {
        margin-right: -12px;
        margin-left: -12px;
        width: auto;
    }
}

h4, h5 {
    font-weight: bolder;
}

.modal-dialog {
    width: 100%;
}

.modal-header {
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6!important;
}

.modal-body {
    margin: 0;
    text-align: justify;
}
