﻿

.price-list {
    display: flex;
}

    .price-list i.fa {
        font-size: 17px;
        color: #bd8f07;
    }

.price-gd-top {
    text-align: center;
}

    .price-gd-top h4 {
        font-size: 2em;
        color: #404645;
        padding: 10px 0;
        letter-spacing: 2px;
    }

    .price-gd-top h3 {
        padding: 0.2em 0em;
        font-size: 3em;
        color: #bd8f07;
    }

        .price-gd-top h3 span {
            font-size: 30px;
            vertical-align: top;
        }

    .price-gd-top h5 {
        font-size: 1em;
        color: #000;
        text-align: center;
    }

.price-gd-bottom {
    text-align: center;    
}

.btnpack {
    color: forestgreen;
    border: double;
    background-color: aliceblue;
    text-transform: none;
    font-size: 1em;
    text-align: center;
    display: inline-block;
}

a.w3_agileits_sign_up2.popup-with-zoom-anim.ab.scroll:hover {
    background: #f93c3c;
    color: #fff;
}

.price-block {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    background: #000;
    padding: 20px;
    border-radius: 10px;
}

    .price-block:hover, .w3layouts-pricing:hover, .w3-agileits-vpn-grid:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        z-index: 1;
    }

.price-grid {
    /*width: 33%;*/
    max-width: 500px;
    float: left;
    padding: 10px;
}

    .price-grid p {
        color: #000;
        padding: 10px 20px;
        line-height: 26px;
        font-size: 15px;
    }

.price-grid-100 {
    width: 100%;
    float: left;
    padding: 10px;
}

    .price-grid-100 p {
        color: #000;
        padding: 10px 20px;
        line-height: 26px;
        font-size: 15px;
    }

.plans-main {
    width: 100%;
    margin: 0 auto;    
}

.price-block1 {
    /*background: #7fd3f8;*/
    background: linear-gradient(to top, #E3E4E5, #8A9597);
}

.price-block2 {
    /*background: #2e9dde;*/
    background: linear-gradient(to left, #E3E4E5, #8A9597);
}

.price-block3 {
    /*background: #29f183;*/
    background: linear-gradient(to bottom, #E3E4E5, #8A9597);
}

.price-block4 {
    /*background: #0e8505;*/
    background: linear-gradient(to right, #E3E4E5, #8A9597);
}

.price-block5 {
    /*background: #2e9dde;*/
    background: linear-gradient(to left, #E3E4E5, #8A9597);
}

.price-block6 {
    /*background: #7fd3f8;*/
    background: linear-gradient(to top, #E3E4E5, #8A9597);
}

.fa-diamondextra {
    font-size: 65px;
    margin: 15px 0;
    color: #fff;    
}

/*****************************************************************************************/
/******** Mis Suscripciones ***********************************************/

.subscription-container {
    max-width: 750px;
    margin: 0px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.subscription-item {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.highlighted {
    background-color: #ffefef;
    border: 2px solid #ff6f61;
}

.subscription-image {
    width: 100px;
    margin-right: 20px;
    border-radius: 10px;
}

.subscription-image2 {
    width: 50px;
    margin-right: 20px;
    border-radius: 10px;
}

.subscription-info {
    flex-grow: 1;
    text-align: justify;
    margin-right: 15px;
}

.subscription-item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.subscription-item h2 {
    color: #333;
}

.subscription-item p {
    color: #666;
}

.renovar-contenedor {
    @import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');
    font-family: 'Fira Code', monospace;
    text-align: center;
    font-size: 22px;
    box-shadow: 5px 5px 5px 5px gray;
    padding: 10px;
}

.renovar-image {
    width: 60px;
    margin: 0px 10px 0px 10px;
    border-radius: 10px;
}

.renovar-imagemovil {
    width: 60px;
    border-radius: 10px;
}

.upgrate-adicional {
    @import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');
    font-family: 'Fira Code', monospace;
    color: green;
}

/*****************************************************************************************/
/************** Oferta de Venta para Upgrade *******************/

.animated-contenedora {
    font-family: 'Caveat', cursive;
    margin: 0;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animated-text {
    font-size: 26px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #333;
}

    .animated-text span {
        display: inline-block;
        transform: translateY(100%);
        animation: slideUp 1s forwards;
    }

.price {
    font-family: 'Agency FB', sans-serif;
    font-size: 40px;
    cursor: pointer;
    font-weight: bold;
    color: green;
    letter-spacing: 0.02em;
}

    .price:hover {
        color: blue;
        font-size: 48px;
    }

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

/*****************************************************************************************/

/*****************************************************************************************/
