.custom-shape-divider-bottom-1706973138 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1706973138 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 84px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1706973138 .shape-fill {
    fill: #9F1B20;
}

.custom-shape-divider-top-1706975197 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1706975197 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 84px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1706975197 .shape-fill {
    fill: #9F1B20;
}

.custom-shape-divider-bottom-1706984721 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1706984721 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 84px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1706984721 .shape-fill {
    fill: #000000;
}

.custom-shape-divider-top-1706996928 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1706996928 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 84px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1706996928 .shape-fill {
    fill: #FFFFFF;
}

/* Add here all your CSS customizations */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 80px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.float:hover {
    background-color: #1cb855;
    color: #FFF !important;
    text-decoration: none !important;

}

.my-float {
    margin-top: 16px;
}

.detalhes-produto p {
    color: #000000;
    margin: 0 !important;

}

.chamada-wts-produtos {
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    font-size: 1.2em;
}

.chamada-wts-produtos:hover {
    background-color: #1cb855;
    color: #FFF !important;
    text-decoration: none !important;

}

.chamada-wts-produtos i {
    margin-right: 10px;
}

.texto-post p, ul, ol, li {

    color: #000000 !important;
}

