@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'poppins', sans-serif;
    margin: 0;
}

.tecmenu{
    position: fixed;
    width: 100%;
    z-index: 3;
}

.img-banner{
    filter: drop-shadow(1px 1px 15px rgba(255, 255, 255, 0.623));
    animation: banner 3s ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes banner {
    0%{
        transform: translateY(-20px);
    }
    100%{
        transform: translateY(20px);
    }
}

.plan {
    border-radius: 16px;
    box-shadow: 5px 5px 15px 5px rgba(103, 103, 103, 0.113);
    padding: 10px;
    background-color: #fff;
    color: #697e91;
    width: 300px;
    height: 100%;
}

.plan strong {
    font-weight: 600;
    color: #425275;
}

.plan .inner {
    align-items: center;
    padding: 20px;
    padding-top: 50px;
    background-color: #ecf0ff;
    border-radius: 12px;
    position: relative;
}

.plan .pricing {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #bed6fb;
    border-radius: 99em 40em 0 99em;
    display: flex;
    align-items: center;
    padding: 0.625em 0.75em;
    font-size: 1.25rem;
    font-weight: 600;
    color: #425475;
}

.plan .pricing small {
    color: #707a91;
    font-size: 0.75em;
    margin-left: 0.25em;
}

.plan .title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #425675;
}

.plan .title+* {
    margin-top: 0.75rem;
}

.plan .info+* {
    margin-top: 1rem;
}

.plan .features {
    display: flex;
    flex-direction: column;
}

.plan .features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.plan .features li+* {
    margin-top: 0.75rem;
}

.plan .features .icon {
    background-color: #1FCAC5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.plan .features .icon svg {
    width: 24px;
    height: 24px;
}

.plan .features+* {
    margin-top: 1.25rem;
}

.features-modal {
    display: flex;
    flex-direction: column;
}

.features-modal li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.features-modal li+* {
    margin-top: 0.75rem;
}

.features-modal .icon {
    background-color: #1FCAC5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.icon-N {
    background-color: red;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.features-modal .icon svg {
    width: 24px;
    height: 24px;
}

.features-modal+* {
    margin-top: 1.25rem;
}

.plan .action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.plan .button {
    background-color: #272727;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    text-align: center;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 0.625em 0.75em;
    text-decoration: none;
    cursor: pointer;
}

.plan .button:hover,
.plan .button:focus {
    background-color: #383838;
}

.btn-modal{
    text-decoration: none;
    color: white;
}

.border{
    border-radius: 8px;
}

.onda{
    padding: 0;
    position: relative;
}

svg{
    vertical-align: middle;
}

svg:not(:root){
    overflow-clip-margin: content-box;
    overflow: hidden;
}

.rodape{
    width: 100%;
    height: 100px;
    background: black;
    text-align: center;
    color: white;
}