
.terapiaporassinatura{

    display: flex;
    align-items: center;
    justify-content: left!important;
    width: 100%;
}



.card{
    display: flex;
    align-items: center;
    justify-content: left!important;
    margin: auto;
    margin-top: 20px;

}

.card .textt{
    justify-content: left!important;
    margin-left: 20px;
    color:#0d3d69 ;
}

.card-title{
    font-size: 30px;
    height: 10px;
    color: #0d3d69;
}

.preço strong{
    font-size: 60px;
    color: #0d3d69;
}

.preço p{
    justify-content: left!important;
    margin-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0d3d69;
}

.cardbody p{
    margin-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0d3d69;
}






.card:hover{
    border-color:rgb(37, 74, 145);
    border-radius: 15px;
}


.planos{
    background-color: #3c8ccc;
}

.card h5{
    align-items: center; text-align: center;
    color: #0d3d69;
}

.card p{
    align-items: center;
    text-align: left;
}

.card a{
    align-items: center; 
    justify-content: center;
    display: flex;
}

.cardbody{
    border: 1px solid #1765ad;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: auto;
}




.cardd{
    margin: 20px;
}



.about img{
    height: 400px;
    margin-left: 20px;
}


.textt p{
    max-width: 300px;
}

.botaocard{
    width: 100%;
    margin: auto;
}

.botaocard button, .resultado button{
    height: 50px;
    width: 300px;
    margin-left: 22px;
    margin-bottom: 20px;
    border: solid 2px #0d3d69;
    border-radius: 8px;
    color: #0d3d69;
    font-weight: bold;
    cursor: pointer;
    font-size: 17px;
    background-color: white;

}

.botaocard2 button{
    height: 50px;
    width: 300px;
    margin-left: 22px;
    margin-bottom: 20px;
    border: solid 2px #0d3d69;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    background-color: #0d3d69;
    font-size: 17px;
}

.botaocard2 button:hover{
    background-color:#0f4b83;

}


.botaocard button:hover{
    background-color: #dbebfc;
}

.resultado button:hover{
    background-color: #dbebfc;
}


.economia label{
    background-color: #e1ecf7;
    height: 300px!important;
    padding: 10px;
    border-radius: 10px;
}

.opaopa span{
    font-weight: bold;
}




@keyframes flutuar{
    0%{
        top: 0;
    }
    100%{
        top: 10px
    }
}



@media screen and (max-width:1020px){


    .boxbox{
        display: block;
        align-items: center;
        justify-content: center;
    }

    .boxtwo{
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .divcereb img{
        margin-left: none;
        margin: auto;
        
    }

    .boxterap{
        height: 170px;
        width: 160px;
        margin-left: 5%;
    }   
    .terapiaporassinatura{
        display: block;
        justify-content: center;
        margin-top: none;
        margin-bottom: none;
    }
    .card{
        display: block;
    }
    .card{
        width: 300px;
        margin-top: none;
    }




}



/*.imagem, .text, .partetwo, .card .aboutimg .abouttext{
    visibility: hidden;
}*/

.resultado{
    font-size: 20px;
}

