﻿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;
    }

.planos-section{
    width:95%;
    margin-top:60px;
    margin-bottom:60px;
    margin-left:auto;
    margin-right:auto;
}

.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;
    align-items: stretch;
    gap: 0;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 10px;
}

.planos-container {
    margin-bottom:20px;
}

.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);
    border-bottom: 0.5px solid rgb(142, 141, 143);
    padding: 10px;
    border-radius: 8px 8px 0 0;
}

#capfree-color {
    background-color: rgb(223, 226, 235)
}

#capcad-color {
    background-color: rgb(127, 158, 235)
}

#cap-urbano-color {
    background-color: rgb(176, 192, 232);
}



.planos-header-div h2{
    font-size:22px;
    text-align:center;
    padding:5px;
    font-weight:700;
    color:black;
}

.planos-header-div h3 {
    font-size: 16px;
    text-align: center;
    padding: 5px 10px;
    font-weight: 400;
    margin-top:0;
    color:black;
}

/*#capfree-col {
    background-color: rgb(223, 226, 235)
}

#capcad-col {
    background-color: rgb(127, 158, 235)
}

#capurb-col {
    background-color: rgb(176, 192, 232);
}*/



.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;
    border-radius: 0 0 8px 8px;
}

.planos-cta-div h3{
    font-size:16px;
    padding:20px 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 0px 0px;
}

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

}













/*.planos-button {
    background-color:transparent;
    border: solid 1px;
    border-radius:3px;
    padding:10px 20px;
    font-size:16px;
    font-weight:500;

}*/



.planos-button {
    background-color: #007bff; /* Nice blue tone */
    color: #fff; /* White text for contrast */
    border: none; /* Clean look */
    border-radius: 8px; /* Softer corners */
    padding: 12px 28px; /* Better proportions */
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px; /* Slightly spaced text */
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Gentle shadow */
    transition: all 0.3s ease; /* Smooth hover effect */
}

    .planos-button:hover {
        background-color: #0056b3; /* Darker blue on hover */
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
        transform: translateY(-2px); /* Lift slightly */
    }

    .planos-button:active {
        transform: translateY(0); /* Press down */
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    }


























.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);
}

.end-bullets{
    padding:20px;
}

.buy-economise-section {
    padding: 20px;
    background-image: linear-gradient(140deg, rgb(152, 141, 247) 0%, rgb(227, 225, 242) 55%, rgb(227, 225, 242) 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;
        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;
    }
    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: 95%;
    }

    .planos-container {
        margin-bottom: 20px;
        width: 32%;
        /*width: 48%; THIS ONW FOR 2 IN A ROW*/
        /*width: 32%; THIS ONW FOR 3 IN A ROW*/
        margin-left: 5px;
        margin-right: 5px;
        display: flex;
        flex-direction: column;
        box-sizing:border-box;
    }

    .planos-containers{
        justify-content:space-between;
    }

    .planos-cta-div{
        height:170px;
        display:flex;
        flex-direction:column;
        justify-content:space-between;
    }

    .planos-header-div{
        height:130px;
    }

    .planos-cta-div h3 {
        font-size: 15px;
        padding: 10px;
    }

    .planos-list-div {
        height: auto!important;
        min-height:0;
        overflow:visible;
        flex:1;
    }

    .end-bullets{
        padding:20px 60px;
    }

    .buy-economise-section {
        padding: 40px;
    }

    .comparison-div {
        padding: 20px 60px;
    }

    th {
        width: 20%;
    }
}

@media screen and (min-width: 1000px){
    .planos-section{
        width:90%;
    }

    .planos-cta-div{
        height:170px;
    }

/*    .planos-list-div {
        height: 990px;
    }*/

    .comparison-div{
        padding:20px 80px;
    }

    .flutante-section {
        padding: 30px 140px;
    }
}

@media screen and (min-width: 1100px) {
    .planos-section {
        width: 90%;
    }

/*    .planos-list-div{
        height:920px;
    }
*/
    .planos-cta-div{
        height:160px;
    }

    .comparison-div {
        padding: 20px 100px;
    }
    .buy-economise-section{
        padding:60px;
    }

    .flutante-section {
        padding: 30px 160px;
    }
}

@media screen and (min-width: 1200px) {
    .planos-section {
        width: 80%;
    }

/*    .planos-list-div {
        height: 920px;
    }*/

    .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: 80%;
    }

/*    .planos-list-div {
        height: 920px;
    }*/

    .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: 75%;
    }

    .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: 70%;
    }

    .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: 75%;
    }

/*    .planos-list-div {
        height:455px;

    }*/

    .comparison-div {
        padding: 20px 130px;
    }

    .buy-economise-section {
        padding: 60px 200px;
    }

    .flutante-section {
        padding: 30px 330px;
    }
}

/*@media screen and (min-width: 1700px) {

    .planos-list-div {
        height: 700px;
    }
}*/










