.site-plans {
    margin-top: 10rem;
    padding: 0 1.2rem;
}

@media (min-width: 645px) {
    .site-plans {
        margin-top: 12rem;
        padding: 0 3rem;
    }
}

@media (min-width: 645px) {
    .site-plans {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        justify-content: space-between;
        column-gap: 2.5rem;
        row-gap: 2.5rem;
    }
}

@media (min-width: 992px) {
    .site-plans {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        justify-content: space-between;
        column-gap: 2.5rem;
        row-gap: 2rem;
    }
}


/*DISEÑO DE TEXTO ROJO*/

.text {
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
}

@media (min-width: 645px) {
    .text {
        padding: 2rem 0;
    }
}

@media (min-width: 645px) {
    .text {
        grid-area: texts;
        grid-column: 1 / 2;
        grid-row: 1/2;
    }
}

@media (min-width: 992px) {
    .text {
        grid-column: 1 / 4;
        grid-row: 1/2;
    }
}

.text h1 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2.5rem;
}

.text h1:after {
    content: "";
    display: block;
    margin: 1rem auto;
    width: 100%;
    height: 0.3rem;
    background-color: #e5e5e5;
}

@media (min-width: 992px) {
    .text h1:after {
        width: 70%;
    }
}

.card-text p {
    font-size: 2rem;
    margin-top: 1rem;
    font-weight: 300;
    line-height: 2.8rem;
}

@media (min-width: 645px) {
    .card-text p {
        text-align: left;
        padding: 0 1.5rem;
    }
}

@media (min-width: 992px) {
    .card-text p {
        text-align: center;
        line-height: 2.8rem;
        padding: 0 10rem;
        margin: 0;
    }
}


/*CARDS DESING*/

.plans {
    border: 1px solid #d5dbdb;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #d5dbdb;
    margin-top: 4rem;
    display: block;
    background-color: #ffffff;
}

@media (min-width: 645px) {
    .plans {
        margin-top: 0;
        display: grid;
        grid-template-rows: 1fr;
    }
}


/*DISEÑO INTERNO DE TARJETAS*/

.cards {
    font-size: 2rem;
    font-weight: 300;
    padding: 1.2rem;
    margin-top: 1.2rem;
}

.cards img {
    display: block;
    height: 15vh;
    background-position: center center;
    top: 0;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.basic img {
    height: 12vh;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.plans ul li {
    list-style: none;
}

.plans ul li::before {
    content: "\f00c";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    font-weight: 700;
    color: #83b169;
    margin-right: 1.2rem;
}

.plans h2 {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 3rem;
}

.plans h2::after {
    content: "";
    display: block;
    margin: 1rem auto;
    width: 80%;
    height: 0.2rem;
    background-color: #e5e5e5;
}

.plans p {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
}

.footer-card p {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #b94e8f;
}

.footer-card p::before {
    content: "";
    display: block;
    margin: 1rem auto;
    width: 80%;
    height: 0.3rem;
    background-color: #e5e5e5;
}

.footer-card span {
    font-size: 4rem;
}

.module-title{
    margin-left: 4rem;
}

.accounts {
    font-size: 16px;
    color: #a0a0a0;
    margin-right: 10px;
}

.acc-2 {    
    margin-left: -8px;
}

.acc-3 {
    font-size: 20px;
}

.accounts-title{
    margin-top: -2rem;
    font-weight: 100;
    font-size: 2rem !important;
}

.icon-plan-full{
    filter: brightness(0.6);
}
  
.hijo {
    width: 300px;
    text-align: center;
}

.padre {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 125px;
  }

@media (min-width: 645px) {

    .foot-btm{
        bottom: 0;
        position: absolute;
        width: 100%;
    }

    .padre {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60vh;
      }
}

.passIcon{
    width: 100px;
}

input{
    width: 100%;
    font-size: 2em;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 5px;
}

#enviar {
    border-radius: 3px;
    background-color: #363e4d;
    padding: 5px;
    color: white;
    cursor: pointer;
}

#enviar:hover {
    background-color: #2a303b;
}

#save {
    border-radius: 3px;
    background-color: #363e4d;
    padding: 5px;
    color: white;
    cursor: pointer;
}

#save:hover {
    background-color: #2a303b;
}

p{
    font-size: 1.9em;
}

#token {
    width: 0px;
    height: 0px;
    color: transparent;
    background-color: transparent;
}