body {
            background: linear-gradient(to right, #ff9966, #ff5e62);
            color: #fff;
            font-family: 'Muller', sans-serif;
            margin-top: 60px;
            padding-top: 20px;
        }

        .plan {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(5px);
            border-radius: 15px;
            padding: 20px;
            margin: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            transition: transform 0.3s ease, box-shadow 0.5s ease;
            position: relative;
            overflow: hidden;
        }

        .plan:hover {
            transform: scale(1.05);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6);
        }

        .plan img {
            width: 100%;
            height: auto;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }
        .plan .image {
            overflow: hidden;
        }

        .plan:hover img {
            transform: scale(1.03);
        }

       .plan h2 {
            color: #02505a;
            margin-top: 10px;
            font-weight: 650;
        }

        p {
            font-size: 1rem;
            line-height: 1.5;
            color: #333;
        }

        .plan button {
            background-color: #619d3b;
            border: none;
            color: white;
            padding: 12px 24px;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 1px;
            border-radius: 5px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            border-radius: 6px;
            padding: 8px 7px;
        }
           

        button:hover {
            background-color: #228B22;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        button i {
            margin-right: 8px;
        }

        main{
            margin-top: 65px;
            margin-bottom: 100px;
        }
        .container{
            max-width: 1200px !important;
        }

     .plan button svg {
    fill: #fff;
    width: 25px;
    margin: 0px 7px 0 0px;
}

h1.titulo_pagina {
    font-family: Barcelony;
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
}
h1.titulo_pagina small {
    color: #ffffff;
}
#content-btn-ws a:nth-child(1) {
    background-color: #ff5d5d;
    border: 1px #ffffff4a solid;
}
header .nav-container nav ul>li>a {
    color: #ffffff;
}


#text-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 0px;
    font-size: 20px;
    color: #606060;
}

#text-desc div {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

#text-desc h1{
    font-size: 25px;
    margin-bottom: 10px;
    color: #02505a;
}

#text-desc p{
    color: #606060;
}
        .btnComprarAhora{
            background-color:#ff5e62 !important;
        }