.header {
    text-align: center;
    background-color: white !important;
}

body {
    font-family: 'Roboto' !important;
}

#main-container-altas {
    display: flex;
    flex-direction: column;
}

#img-banner-altas {
    width: 100%;
}

#banner-altas {
    text-align: center;
}

#contenedor-cards {
    display: flex;
    gap: 20px;
    align-self: center;
}

.card-altas {
    background-color: #BDE4A4;
    text-align: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 325px;
}

#card-medio {
    background-color: #019DF4;
}

.card-info {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
    height: 100%;
}

.card-plan-details {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    gap: 10px;
}

.img-banner-altas-desktop {
    display: inline-block;
}
.img-banner-altas-mobile {
    display: none;
}

@media only screen and (max-width: 800px) {
    .img-banner-altas-desktop {
        display: none;
    }
    .img-banner-altas-mobile {
        display: inline-block;
    }

    #contenedor-cards {
        flex-direction: column;
    }

    #footer-altas {
        flex-direction: column !important;
        font-size: 12px;
        align-items: center;
    }

    #derechos-movistar {
        color: #B6B7B7 !important;
        margin-bottom: 24px !important;
    }

    #hr-footer {
        display: block !important;
        color: white;
        margin-top: 0;
        width: 342px;
    }

    #h3-titulo-mejor-plan {
        font-size: 28px !important;
    }
}


#footer-altas {
    display: flex;
    flex-direction: row;
    background-color: #0B2739;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 38px;
}

.hr-cards-costados {
    height: 9px !important;
    width: 79px;
    align-self: center;
    color: #ADDA8A;
    border-radius: 11px;
}

#hr-card-medio {
    height: 9px !important;
    width: 79px;
    align-self: center;
    color: #019DF4;
    border-radius: 11px;
}

.h5-cards {
    color: white;
    font-size: 34px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}

.h3-card {
    font-weight: 400;
    margin: 0;
    margin-top: 17px;
    font-size: 48px;
}

.h3-card-costados {
    color: #5CB615;
}

#h3-card-medio {
    color: #019DF4;
}

.plan-gigante-titulo {
    color: white;
    margin-top: 10px;
    font-size: 18px;
}

.card-info-costado {
    box-shadow: 0px -16px 22px -18px #5CB615;
}

.card-info-medio {
    box-shadow: 0px -16px 22px -18px #019DF4;

}

.boton-card-altas {
    background-color: #019DF4;
    color: white;
    border-style: none;
    border-radius: 20px;
    width: 200px;
    height: 40px;
    margin-bottom: 20px;
}

p {
    margin: 0 !important;
}

.caracteristica {
    padding: 0 20px;
    width: 100%;
    text-align: start;
    display: flex;
    color: #50535A;
}

.iconos-cards-altas {
    width: 35px;
    height: 35px;
    align-self: center;
    margin-right: 20px;
}

.contrato-cards-altas {
    color: #999999;
    font-size: 12px;
}

.contenedor-precio {
    margin: 0  0 20px 0;
}

.precio-card-altas {
    color: #5CB615;
    font-size: x-large;
    font-size: 34px;
}

#titulo-mejor-plan {
    align-self: center;
    padding: 40px 0;
    text-align: center;
}

#h3-titulo-mejor-plan {
    font-weight: 400;
    font-size: 32px;
    color: #50535A;
}

.titulo-lateral {
    color: #3C7521;
}

#derechos-movistar {
    color: #B6B7B7;
    align-self: center;
    font-size: 12px;
}

#hr-footer {
    display: none;
}

.logo-movistar {
    width: 140px;
}

.sub-desc-caracteristicas {
    line-height: 20px; 
}

.ultima-card-precio {
    margin-top: 55px;
}

.h3-card {
    text-decoration: line-through;
}
h4.h4-card {
    display: inline-block;
    font-size: 40px;
    background-color: #e63780;
    color: #FFF;
    margin: -18px 64px 0 64px;
    border-radius: 4px;
    padding: 8px 0;
    rotate: -5deg;
}
h4.h4-card span {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 0px;
}