.contenedor {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    font-family: "Poppins";
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 100px;
}

.card {
    max-width: 350px;
    min-width: 260px;
    width: 350px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 6px;
    padding: 20px;
    box-shadow: 5px 5px 24px -3px rgba(0, 0, 0, 0.6);
    min-height: 845px;

    display: flex;
    flex-direction: column;

    transition: border 0.2s;
    transition: transform 0.15s;
}

.card:hover {
    border: 1px solid rgb(211, 210, 210);
    transform: scale(1.03);
    box-shadow: 5px 5px 24px -3px rgba(0, 0, 0, 0.8);
}

.card-end {
    margin-top: 50px;
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.boton-verde {
    padding: 10px;
    font-family: "Poppins";
    border-radius: 6px;
    border: 1px solid #22C55E;
    color: #fff;
    background: #22C55E;
    font-size: 18px;
    display: inline-block;
    margin: auto;
    text-decoration: none;
    text-align: center;
}

.boton-verde:active, .boton-verde:hover, .boton-verde:focus {
    background: #f3f3f3;
    color: #259e52;
    border-color: #22C55E;
    text-decoration: none;
}

.boton-verde[disabled] {
    border-color: #22C55E;
    color: #fff;
    background: #22C55E;
}

.boton-verde[disabled]:hover {
    border-color: #22C55E;
    color: #fff;
    background: #22C55E;
    cursor: not-allowed;
}


.titulo-card {
    font-size: 24px;
    text-align: center;
    color: #22c55e;
    font-weight: bold;
}

.precio-card {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    font-weight: 500;
    line-height: 38px;
    font-style: italic;
}

.precio-card>span {
    font-size: 36px;
}

.periodicidad-card {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #abb8c3;
    box-sizing: inherit;
    margin: 10px 0 40px 0;
    font-family: "Poppins";
}

h1 {
    text-align: center;
    font-size: 30px;
    margin: 20px;
    font-family: "Poppins";
}



.chk-btn {
    display: none;
}

.chk-btn-lbl {
    background-color: transparent;
    border-radius: 6px;
    border: 2px solid #2A3342;
    display: inline-flex;

    font-family: "poppins";
    margin: auto;
    width: 325px;
}

.chk-btn:checked+.chk-btn-lbl {
    .chk-btn-right {
        background-color: #22C55E;
        color: #fff;
    }

    .chk-btn-left {
        background-color: transparent;
        color: #2A3342;
    }
}

.chk-btn-right {
    transition: all 0.3s ease-out;
    color: #2A3342;
}

.chk-btn-left {
    color: #fff;
    background-color: #22C55E;
    transition: all 0.3s ease-out;
}

.chk-btn-tipo {
    margin: 4px;
    border-radius: 6px;
    padding: 16px 28px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
}

.contenedor-chk-precios {
    display: flex;
    justify-content: center;
    /*margin: 25px;*/
    margin-bottom: 25px;
    margin-top: 50px;
}

body {
    --scroll-behavior: smooth !important;
    scroll-behavior: smooth !important;
}

.i-aprovado>i {
    position: absolute;
    background-color: #22C55E;
    border-radius: 50%;
    border-style: solid;
    border-color: #16A34A;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.i-aprovado>i>img {
    width: 20px;
    height: 20px;
}

.i-aprovado>p {
    display: inline-block;
    color: var(--Gray-500, #556987);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-left: 40px;
    padding-top: 4px;
}

.i-aprovado>p>span {
    font-size: 22px;
}

.descripcion-card {
    margin-top: 35px;
    margin-bottom: 35px;
    font-family: 'Poppins';
    font-size: 100%;
    line-height: 24px;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: 500;
}

.invisible {
    opacity: 0;
}

.link-precios {
    text-decoration: underline;
    text-decoration-color: #1a1a1a;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    display: block;
    font-size: 24px;
    /*transition: all .2s linear;*/
}

.link-precios:hover,
.link-precios:focus {
    color: #22C55E;
    text-decoration-color: #22C55E;
}

.notas-finales{
    color: #556987;
    font-size: 16px;
    margin: 50px 0 50px 0; 
}


/* ========= Paquetes ========= */

.c-paquetes{
    display: flex;
    justify-content: center;
}

#rsPaquetes {
background: linear-gradient(to right, #22C55E 0%, #22C55E 50%, #E7E7E7 50%, #E7E7E7 100%);
/*border: solid 1px #22C55E;*/
border-radius: 8px;
height: 7px;
width: 356px;
outline: none;
transition: background 450ms ease-in;
-webkit-appearance: none;
}

#rsPaquetes::-webkit-slider-thumb {
-webkit-appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: #ffff;
cursor: pointer;
border: 2px solid #22C55E;
}

#PaquetesTimbres{
    margin: 80px 0 80px 0;
}

.info-paquetes{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 16px; 
    font-family: "Poppins";
}

.info-paquetes>div{
    display: block;
    flex-grow: 1;
    margin: 50px 0 50px;
    max-width: 200px;
}

.f-slider{
    margin-bottom: 5px; 
}
.p-slider{
    text-align: right;
    margin-bottom: 5px;
}
.nombre-paquete{
    font-size: 16px; 

    margin: 40px 0 40px 0;
    font-style: :italic;
    font-size: 25px;
    font-family: "Poppins";
}
.f-slider:first-of-type, .p-slider:first-of-type{
    font-weight: bold;
}

.f-slider:nth-of-type(2), .p-slider:nth-of-type(2){
    font-style: :italic;
    font-size: 25px;
} 


.intl-tel-input {
    display: table-cell;
}

.intl-tel-input .selected-flag {
    z-index: 4;
}

.intl-tel-input .country-list {
    z-index: 5;
}

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

.btn-whatsapp{
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 74px;
    height: 74px;
    bottom: 14px;
    left: 0px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    box-shadow: gray 0px 0px 5px;
    border-radius: 0 16px 16px 0;
    transition: transform 0.3s, width 0.3s, height 0.3s, font-size 0.3s;
    padding: 5px;
    font-size:9px;
    color: #1a1a1a;

    img{
        margin-top: 5px;
        width: 45px;
        height: 45px;
        display: block;
    }
}

.btn-whatsapp:hover{
    transform: scale(1.1);
    width: 85px;
    height: 85px;
    font-size:11px;

    img{
        animation: animImgWhatsapp 0.8s infinite alternate;
        transition: transform 0.8s;
        animation-timing-function: linear;
    }
}
 
@keyframes animImgWhatsapp {
0% {
    transform: scale(1.15);
}
100% {
    transform: scale(1);
}
}

.btn-whatsapp:link{
    color: #1a1a1a;
    text-decoration: none;
}

.btn-whatsapp:visited{
    color: #1a1a1a;
    text-decoration: none;
}

.btn-whatsapp:active{
    color: #1a1a1a;
    text-decoration: none;
}

@media only screen and (max-width: 700px) {
    
    .btn-whatsapp{

        width: 50px;
        height: 46px;

        img{
            margin: 0;
            width: 40px;
            height: 40px;
        }

        span{
            display: none;
        }
    }
}

.grecaptcha-badge { visibility: hidden; }

.tabla-scrollable{
    width: 100%; 
    overflow: auto;
}

.tabla-scrollable > table{
    table-layout: fixed; 
    width: 100%;
}

@media only screen and (max-width: 559px) {
    .tabla-scrollable > table{
        table-layout: fixed; 
        width: 200%;
    }
}