*{
    font-family: 'Montserrat', sans-serif;
}
.texto_banner{
    position: relative;
    top: 85%;
    left: 45%;
    /* transform: translateX(-50%, -45%); */
    z-index: 100;
}
.link_reg{
    box-shadow: 2px 2px 10px black;
}
.imagem_whats{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1000;
    position: fixed;
    right: 50px;
    bottom: 38px;
    opacity: 0.8;
    box-shadow: 1px 1px 10px #301506b2;

}
.corpo1{
    background-color: rgba(0, 0, 0, 0.89);
}
.logos{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #ca9d5a;

}
.pagam{
    display: block;
    text-align: center;
    /* justify-content: center; */
    margin: 5px;
    padding: 25px;
}
.pagam .logos:nth-child(2){
    margin: 0 10px;
}
.fs_r{
    font-style: italic;
}
/* .corPro{
    background-color: #ca9d5a !important;
} */