.PdRC001{
    width: 100%;
    max-width: 450px;
    min-width: 300px;
    margin: 20px auto;
    text-align: center;
    color: #FFF;
}
.PdRC001_main{
    position: relative;
}
.PdRC001_backgrouod{
    position: absolute;
    width: 74%;
    left: 13%;
    height: 95%;
    background-color: #cc4537;
    z-index: -1;
    border-radius: 20px;

}
.PdRC001_title{
    display: block;
    margin: 0 auto;
    width: 74%;
    padding: 35px 0 15px 0;
    font-size: 1.2em;
}
.PdRC001 img{
    width: 90%;
    margin: 0 auto;
    display: block;
    /* padding: 12px 0; */
}
.PdRC001_price{
    font-size: 2em;
    width: 74%;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}
.PdRC001_priceText{
    font-size: 1.5em;
    width: 74%;
    display: block;
    margin: 0 auto;
}
.PdRC001_boxConteiner{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 74%;
    margin: 15px auto;
}
.PdRC001_box{
    background-color: #FFF;
    border-radius: 15px;
    padding: 20px 10px;
    width: 30%;
    box-sizing: border-box;

}
.PdRC001_boxTitle{
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    width: 90%;
}
.PdRC001_boxText{
    font-size: .8em;
    color: #000;
    width: 90%;
}
.PdRC001_btnConteiner{
    display: flex;
    justify-content: space-around;
}
.PdRC001_btn{
    width: 40%;
    color: #000;
    background-color: #eb7e25;
    text-align: center;
    padding: 15px 5px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    height: fit-content;
}
.PdRC001_secondaryBtn{
    width: 40%;
    text-decoration: none;
}
.PdRC001_secondaryBtn .PdRC001_btnIcon{
    font-size: 1.5em;
    color: #cc4537;
    width: 100%;
    display: block;
}
.PdRC001_secondaryBtn span{
    font-size: .8em;
    color: #ffffff;
    width: 100%;
}


.PdRC002{
    width: 100%;
    max-width: 450px;
    min-width: 300px;
    margin: 20px auto;
    text-align: center;
    color: #FFF;
    position: relative;
}
.PdRC002_background{
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cc4537;
    z-index: -1;
}
.PdRC002_img{
    width: 70px;
    display: block;
    padding: 15px 0 0 30px;
}
.PdRC002_title{
    display: block;
    text-align: left;
    font-size: 1.5em;
    padding-left: 25px;
}


@font-face {
    font-family: "Combat"; 
    src: url("https://files.pbrand.ai/assets/img/catalogos/planRuta/Combat_Stencil.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; 
}

.PdRC001_bodyTitle{
    text-align: center;
}
.PdRC001_bodyTitle h1{
    font-size: 4.5em;
    color: #cc4537;
    font-family: "Combat", sans-serif;
}