.margin-top-10{
    margin-top: 10px;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-top-40{
    margin-top: 40px;
}
.margin-top-50{
    margin-top: 50px;
}
.margin-top-60{
    margin-top: 60px;
}


.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.margin-bottom-40{
    margin-bottom: 40px;
}
.margin-bottom-50{
    margin-bottom: 50px;
}
.margin-bottom-60{
    margin-bottom: 60px;
}

.padding-0{
    padding: 0px;
}


.radius-t-l-5{
    border-top-left-radius: 5px;
}
.radius-b-l-5{
    border-bottom-left-radius: 5px;
}
.radius-t-r-5{
    border-top-right-radius: 5px;
}
.radius-b-r-5{
    border-bottom-right-radius: 5px;
}
.radius-total-5{
    border-radius: 5px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.backSecundario {
    background-color: var(--cor-fundo-secundaria) !important;
}

.backPrimary {
    background-color: var(--cor-primaria);
}

.img-detalhe{
    height: 450px !important;
}

@media (max-width: 768px){
    .img-detalhe{
        height: auto !important;
        max-height: 382.5px;
    }
}

@media (max-width: 515px){
    .img-detalhe{
        max-height: 241.88px;
    }
}
