.portada-plans{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: auto 0 auto auto;
}
.plans-container{
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-between;
}
.plans{
    width: 48%;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 80px;
}
.plans img{
    width: 100%;
}
.informationPlans{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 85%;
    margin: 0 auto;
}
.informationPlans h3{
    margin-bottom: 20px;
}
.informationPlans p{
    margin-bottom: 15px;
    text-align:left;
}
.informationPlans .button{
    margin-top: 15spx;
}

@media screen and (max-width: 821px) {
    .portada-plans{
        width: 100%;
        flex-direction: column;
        position: relative;
    }
    .portada-plans img{
        width: 100%;
    }
    .portada-plans h1{
        top: -30px;
        position: relative;
    }
    .plans-container{
        flex-direction: column;
    }
    .plans{
        width: 100%;
    }
    .plans{
        margin-bottom: 0;
    }
    .plans:last-child{
        margin-bottom: 80px;
    }
}