.imgRodaPe {
    width: 7vw;
    height: auto;
    margin-left: 15%;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.RodaPe {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
    font-size: 20px;
    line-height: 1.25;
    background-color: #800008;
    color: white;
    padding: 2px;
    margin-top: 10%;
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.RodaPe p {
    font-size: 20px;
    margin-top: auto;
}

.botaoR {
    background-color: #25D366;
    margin-left: 20%;
    padding: 2% 2%;
    border-radius: 50px;
    font-size: 22px;
    height: 1vw;
    font-weight: bold;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-right: 5%;
    color: #feffff;
}
@media (max-width: 1280px) {
  .botaoR{
    width: 250px;
    font-size: 18px;
    margin: auto;
  }
  .RodaPe p {
    font-size: 18px;
}
}

.botaoR .fab {
    font-size: 18px;
}

.RodaPe button:hover {
    transform: scale(1.3);

}

@media (max-width: 768px) {

    .RodaPe {
        height: 40%;
        padding: 10px;
        flex-wrap: wrap;
    }

    .RodaPe p {
        font-weight: bold;
        font-size: 14px;
        margin-top: -35vw;
        margin-left: 35vw;
    }

    .imgRodaPe {
        width: 25vw;
        max-width: 30vw;
        margin-left: 5vw;
        margin-top: 6vw;
    }

    .botaoR {
        display: none;
    }


}