﻿/*.page-container {
    max-width: 900px;
    margin: 2em auto;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}

.grid {
    display: block;
}

    .grid > * {
        padding: 1rem;
    }

@media (min-width: 768px) {
    .grid {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr;
    }
}*/
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth !important;
}

.new-container {
    padding: 0 !important;
}

/*.floating-image {
    position: fixed;
    bottom: 10px;*/ /* Adjust this value to position the image vertically */
/*right: 10px;*/ /* Adjust this value to position the image horizontally */
/*width: 70px;*/ /* Adjust the width of the image */
/*height: auto;*/ /* Maintain aspect ratio */
/*z-index: 999;*/ /* Ensure the image is on top of other content */
/*}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0);
    }
}

.shake-button {
    display: inline-block;
    overflow: hidden;*/ /* Ensure the image doesn't overflow its container */
/*}

    .shake-button img {
        max-width: 100%;*/ /* Ensure the image doesn't exceed its container */
/*transition: transform 0.3s ease;
    }*/

/* Apply the animation on hover */
.shake-button:hover img {
    animation: shake 0.5s ease infinite;
}

.planos-section {
    width: 95%;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.pay-price{
    text-align:center;
    color:darkslategrey;
    margin-top:20px;
    margin-bottom:20px;
}

.subscription-header {
    text-align: center;
    color: darkslategrey;
    margin-top: 20px;
    margin-bottom: 20px;
}

.planos-section h1 {
    text-align: center;
    font-size: 39px;
}

.planos-subheader {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}



.planos-containers {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 10px;
    justify-content:center;
    
}

.planos-container {
    margin-bottom: 20px;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
}

.planos-header-div {
    border-top: 0.5px solid rgb(142, 141, 143);
    border-right: 0.5px solid rgb(142, 141, 143);
    border-left: 0.5px solid rgb(142, 141, 143);
    padding: 10px;
    border-radius: 8px 8px 0 0;
    width:100%;
    margin-left:auto;
    margin-right:auto;

}

#capfree-color {
    background-color: rgb(127, 207, 250)
}

#capcad-color {
    background-color: rgb(197, 190, 247)
}

.planos-header-div h2 {
    font-size: 22px;
    text-align: center;
    padding: 5px;
    font-weight: 700;
}

#capfree-col {
    background-color: rgb(247, 251, 252)
}

#capcad-col {
    background-color: rgb(252, 250, 255)
}



.planos-cta-div {
    border-top: 0.5px solid rgb(142, 141, 143);
    border-right: 0.5px solid rgb(142, 141, 143);
    border-left: 0.5px solid rgb(142, 141, 143);
    border-bottom: 0.5px solid rgb(142, 141, 143);
    padding: 15px;
    height:auto;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

    .planos-cta-div h3 {
        font-size: 16px;
        padding: 10px;
        text-align: center;
        font-weight: 400;
        margin: 0 !important;
    }

.planos-list-div {
    border-right: 1px solid rgb(142, 141, 143);
    border-left: 1px solid rgb(142, 141, 143);
    border-bottom: 1px solid rgb(142, 141, 143);
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

ul {
    list-style-type: none;
    padding: 0;
    font-size: 16px;
}

li {
    list-style-position: outside !important;
}

.planos-button-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px darkslategrey;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: darkslategrey;
    text-decoration:none!important;
    margin-top:30px;
    margin-bottom:30px;


}

.planos-button-div:hover{
    color:darkslategray;
    background-color:cornflowerblue;
    border:none;
}

/*.pay-price{
    text-align:center;
    margin:0;
    color:darkslategrey;
    margin-top;
}*/



.planos-button {
    background-color: transparent;
    border: solid 1px;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
}

    .planos-button:hover {
        border: solid 2px rgb(144, 126, 237);
        color: rgb(144,126,237);
    }

    .planos-button:active {
        border: solid 2px rgb(48, 12, 237);
        color: rgb(48, 12, 237);
    }

.buy-economise-section {
    padding: 20px;
    background-image: linear-gradient(140deg, rgb(152, 141, 247) 0%, rgb(255,255,255) 55%, rgb(255,255,255) 75%, rgb(152, 141, 247) 100%);
}

    .buy-economise-section h2 {
        font-size: 28px;
    }

    .buy-economise-section p {
        font-size: 16px;
        margin-top: 10px;
    }



table {
    font-size: 12px;
}

th {
    padding-right: 5px;
}

td {
}

.valores {
    font-size: 12px;
}

.flutante-section {
    padding: 20px;
    font-size: 16px;
}

    .flutante-section h2 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 30px;
    }





@media screen and (min-width: 400px) {
    .planos-section h1 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top:20px;
        margin-bottom:20px;
        font-size: 40px;
    }

    .comparison-div {
        padding: 10px;
    }

    .flutante-section {
        padding: 30px;
    }
}

@media screen and (min-width: 500px) {
    .planos-section h1 {
        font-size: 44px;
    }

    .planos-subheader {
        font-size: 24px;
    }

    .planos-button-div{
        width:50%;

    }

    table {
        font-size: 14px;
    }

    .valores {
        font-size: 14px !important;
    }

    .comparison-div {
        padding: 20px;
    }

    .flutante-section {
        padding: 30px;
        font-size: 16px;
    }

        .flutante-section h2 {
            text-align: center;
            margin-bottom: 20px;
            font-size: 30px;
        }
}

@media screen and (min-width: 550px) {
    .planos-section {
        width: 85%;
    }

    .buy-economise-section {
        padding: 20px;
    }
}

@media screen and (min-width: 600px) {
    .planos-section {
        width: 85%;
    }

    .buy-economise-section {
        padding: 30px;
    }

    .comparison-div {
        padding: 20px 30px;
    }

    .flutante-section {
        padding: 30px 50px;
    }
}

@media screen and (min-width: 700px) {
    .planos-section {
        width: 75%;
    }

    .planos-container {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .comparison-div {
        padding: 20px 40px;
    }

    th {
        width: 20%;
    }

    .flutante-section {
        padding: 30px 90px;
    }
}

@media screen and (min-width: 800px) {

    .flutante-section {
        padding: 30px 110px;
    }

        .flutante-section h2 {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }
}

@media screen and (min-width: 900px) {
    .planos-section {
        width: 50%;
    }

    .planos-container {
        margin-bottom: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .planos-containers {
        justify-content: center;
    }

    .planos-cta-div {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .planos-list-div {
        height: 610px;
    }

    .buy-economise-section {
        padding: 40px;
    }

    .comparison-div {
        padding: 20px 60px;
    }

    th {
        width: 20%;
    }
}

@media screen and (min-width: 1000px) {
    .planos-section {
        width: 50%;
    }

    .planos-list-div {
        height: 650px;
    }

    .comparison-div {
        padding: 20px 80px;
    }

    .flutante-section {
        padding: 30px 140px;
    }
}

@media screen and (min-width: 1100px) {
    .planos-section {
        width: 50%;
    }

    .comparison-div {
        padding: 20px 100px;
    }

    .buy-economise-section {
        padding: 60px;
    }

    .flutante-section {
        padding: 30px 160px;
    }
}

@media screen and (min-width: 1200px) {
    .planos-section {
        width: 50%;
    }

    .planos-list-div {
        height: 600px;
    }

    .comparison-div {
        padding: 20px 130px;
    }

    .buy-economise-section {
        padding: 60px 120px;
    }

    table {
        font-size: 16px;
    }

    .valores {
        font-size: 16px;
    }

    .flutante-section {
        padding: 30px 180px;
    }

        .flutante-section h2 {
            width: 75%;
        }
}

@media screen and (min-width: 1300px) {
    .planos-section {
        width: 50%;
    }

    .planos-list-div {
        height: 580px;
    }

    .comparison-div {
        padding: 20px 160px;
    }

    .buy-economise-section {
        padding: 60px 130px;
    }

    .flutante-section {
        padding: 30px 220px;
    }

        .flutante-section h2 {
            width: 70%;
        }
}

@media screen and (min-width: 1400px) {
    .planos-section {
        width: 50%;
    }

    .comparison-div {
        padding: 20px 130px;
    }

    .buy-economise-section {
        padding: 60px 150px;
    }

    .flutante-section {
        padding: 30px 250px;
    }
}

@media screen and (min-width: 1500px) {
    .planos-section {
        width: 50%;
    }

    .comparison-div {
        padding: 20px 130px;
    }

    .buy-economise-section {
        padding: 60px 180px;
    }

    .flutante-section {
        padding: 30px 280px;
    }
}

@media screen and (min-width: 1600px) {
    .planos-section {
        width: 50%;
    }

    .comparison-div {
        padding: 20px 130px;
    }

    .buy-economise-section {
        padding: 60px 200px;
    }

    .flutante-section {
        padding: 30px 330px;
    }

    .planos-list-div {
        height: 540px;
    }
}










