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

.contentsignature h1{
    text-transform: uppercase;
    color: #005aff;
    text-align: center;
    font-size: 1.3em;
    font-family: poppins;
    font-weight: 600;
}
.contentsignature h2 {
    color: #fff;
    text-align: center;
    margin-top: 5px;
    font-size: 1.8em;
    font-family: poppins;
    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: #060812;
    border: solid 2px #122130;
    border-radius: 20px;
    padding: 60px 20px 20px 20px;
    position: relative;
}

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

.accesstime{
    width: 100%;
    display: flex;
    align-items: center;
    font-family: poppins;
    justify-content: center;
}
.accesstime img{
    width: 20px;
    margin-right: 7px;
}

.accesstime p{
    color: white;
}

.signtoolitem{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #1c1f2c;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
    font-family: poppins;
}

.signtoolitem img{
    width: 20px;
}
.signtoolitem .signtoolname{
    color: white;
    font-size: 0.9em;
}

.signtoolitem .signtoolprice{
    color: #02c872;
    font-size: 0.9em;
}
.notincludeditem .signtoolname,
.notincludeditem .signtoolprice {
    color: #545966;
}
.signtext{
    color: white;
    font-family: Montserrat;
    font-size: 0.8em;
    text-align: center;
}
.firsttotalprice{
    font-size: 1.4em;
    text-decoration: line-through;
}

.boxbigprice{
    width: 100%;
    color: white;
    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: 50px;
    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: white;
    color: #060812;
}

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

.warantyarea{
    width: 100%;
    text-align: center;
    padding: 50px 27%;
    margin: 40px 0px;
    background-color: #1c1f2c;
}

.warantyarea img{
    width: 19%;
    margin-bottom: 20px;
}
.normalsigntext{
    font-size: 0.9em;
}

.itemrotulo{
    width: calc(100% - 2px);
    position: absolute;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 1px;
    border-radius: 20px 20px 0px 0px;
    font-family: poppins;
    font-size: 0.9em;
    font-weight: 600;
}
.rotuloAnual {
    background-color: #ffae00;
    color: black;
}
.rotuloSemestral {
    background-color: #005aff;
    color: white;
}

.questionsarea {
    width: 100%;
    padding: 50px 27%;
    margin: 40px 0px;
}

.questionsarea h2 {
    color: #fff;
    text-align: center;
    margin-top: 5px;
    font-size: 1.8em;
    font-family: poppins;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 35px;
    transition: 0.2s;
}

.questionsarea details{
    width: 100%;
    padding: 15px 20px;
    border-radius: 5px;
    color: white;
    background-color: #1c1f2c;
    outline: none;
    margin-bottom: 15px;
    border: solid 1px #ff000000;
}
.questionsarea details:hover{
    border: solid 1px #6b6b6b7c;
}
.questionsarea details summary{
    font-size: 1.2em;
    cursor: pointer;
}
.questionsarea details div {
    width: 100%;
    margin-top: 20px;
}
.questionsarea details div p{
    color: white;
    /* line-height: 18px; */
    font-weight: normal;
    text-align: justify;
    font-size: 1em;
    
}

.questionsarea h3{
    color: white;
    font-family: poppins;
    text-align: center;
    margin-top: -15px;
    font-weight: normal;
}

.whatsapp-btn{
    background-color: #1d845e;
    border-radius: 50px;
    width: 90%;
    max-width: 300px;
    padding: 10px;
    text-align: center;
    margin: auto;
}
.sapplink{
    text-decoration: none;
    width: auto;
}

.questionsarea .sapplink{
    width: 90%;
    max-width: 300px;
}

footer{
    width: 100%;
    padding: 40px 20px;
    background-color: #000;
}

footer .f-content p{
    color: white;
    font-size: 0.9em;
    text-align: center;
}
footer .f-content p a{
    color: white;
}

footer .f-logoarea{
    width: 50%;
    max-width: 100px;
    margin: auto;
    margin-bottom: 10px;
}
footer .f-logoarea img{
    width: 100%;
}