.contentsignature {
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

.contentsignature h2 {
    color: #171717;
    text-align: center;
    margin-top: 5px;
    font-size: 1.8em;
    font-family: 'Onest';
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 35px;
}

.contentsignature h2 span {
    font-weight: normal;
}

.boxsignatures {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.itemsignature {
    width: 33%;
    background-color: #f7f7f787;
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 60px 20px 20px 20px;
    position: relative;
    transition: 0.3s;
}

.itemsignature:hover {
    box-shadow: 0px 0px 10px #00b6fe28;
}



.pachageitem-title {
    font-family: poppins;
    color: #171717;
    font-size: 1.7em;
    text-align: center;
}

.accesstime {
    width: 100%;
    display: flex;
    align-items: center;
    font-family: poppins;
    justify-content: center;
}

.signtoolitem {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f7f7f7;
    padding: 5px 20px;
    font-family: 'Onest', roboto;
}

.signtoolitem img {
    width: 20px;
}

.signtoolitem .signtoolname {
    color: #171717;
    font-size: 0.9em;
}

.signtoolitem .signtoolprice {
    color: #02c872;
    font-size: 0.9em;
}

.notincludeditem .signtoolname,
.notincludeditem .signtoolprice {
    color: #545966;
}

.signtext {
    color: #171717;
    font-family: 'Onest', roboto;
    font-size: 0.8em;
    text-align: center;
}

.firsttotalprice {
    font-size: 1.4em;
    text-decoration: line-through;
}

.boxbigprice {
    width: 100%;
    color: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    text-align: center;
    margin: 15px 0px;
    font-family: Montserrat;
}

.softitemprice {
    margin-right: 10px;
}

.strongitemprice,
.softbing {
    font-weight: bold;
    font-size: 1.5em;
}

.softbing {
    font-weight: 300;
}

.softitem {
    font-size: 60%;
    font-weight: normal;
}

.rs {
    transform: translateY(-5px);
    margin-right: 5px;
    font-size: 50%;
}

.dtime {
    margin-left: 5px;
}

.btnBay {
    width: 80%;
    padding: 15px 10px;
    text-align: center;
    font-size: 1em;
    margin: 15px auto;
    border-radius: 4px;
    cursor: pointer;
    font-family: poppins;
    text-transform: uppercase;
    font-weight: 500;
}

.btnAnual {
    background-color: #ffae00;
    color: black;
}

.btnSemestral {
    background-color: #005aff;
    color: white;
}

.btnMensal {
    background-color: #171717;
    color: white;
}

.or-price {
    text-align: center;
    width: 100%;
    color: #171717;
    font-family: poppins;
    font-weight: bold;
    font-size: 1.2em;
}


.itemrotulo {
    width: calc(100% - 2px);
    position: absolute;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 1px;
    border-radius: 5px 5px 0px 0px;
    font-family: poppins;
    font-size: 0.9em;
    font-weight: 600;
}

.rotuloAnual {
    background-color: #ffae00;
    color: black;
}

.rotuloSemestral {
    background-color: #005aff;
    color: white;
}


.included-tool {
    font-size: 1.5em;
    color: #00c357
}

.not-included-tool {
    font-size: 1.5em;
    color: #eb0800
}

.garantiabox {
    width: 96%;
    max-width: 700px;
    text-align: center;
    margin: 20px auto;
}

.garantiabox img {
    width: 130px;

}