.bgpagprod{
    background: #F8F9FA;
    padding-top: 170px;
}
.page_product header {
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 99;
}
.gridpagprod{
    display: grid;
    grid-template-columns: 487px 12fr;
    gap: 80px;
}
.titlupagprod{
    font-size: 43px;
    font-weight: 500;
    color: #002430;
}
.txtideal{
    font-size: 16px;
    font-weight: 400;
    color: #002430;
}
.txtidealmed{
    font-weight: 500;
}
.cereofertaprod{
    background-color: #39DCFF;
    height: 50px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #013A66;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px 0 30px;
    border: none;
}
.descripshortprod{
    font-size: 16px;
    font-weight: 400; 
    line-height: 27px;
    color: #002430;
}
.gridattrprod{
    display: flex;
    gap: 30px;
    text-align: center;
    margin: 50px 0;
}
.gridattrprodname{
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
    color: #002430;
    margin-top: 7px;
}
.avantajediv{
    margin-bottom: 30px;
}
.avantajedivtitle{
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #002430;
    margin-bottom: 10px;
}
.avantajedivtxt{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #002430;
}
.accordion-item{
    border: none;
    border-bottom: solid 1px #013A66;
    background: #F8F9FA;
}
.accordion-button{
    font-size: 43px;
    font-weight: 500;
    line-height: 52px;
    color: #002430;
    padding: 20px 0;
    background: #F8F9FA;
}
.accordion-button:not(.collapsed){
    color: #002430;
    background: #F8F9FA;
    box-shadow: none;
}
.accordion-body{
    padding: 30px 0
}
.btn-close{
    top: 50px;
    right: 50px;
    position: absolute;
    cursor: pointer;
}
#ofertaModal .modal-body{
    padding: 2rem;
}