.bannerh-principal {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    min-height: calc(95vh - 76px);
    background-image: url("../images/elige-tu-plan-accutone-home.jpg");
}
.h1-gen{
    color:  var(--color-secondary-light);
    font-size: 48px;
    line-height: 48px;
    font-weight: 400; 
}
.h1-gen strong{
    color: var(--color-primary); 
    font-weight: 700;
}
.pbanner {
    color: var(--color-secondary);
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    margin: 22px 0 22px 0;
    display: block;
}
.pbanner strong{
    font-weight: 700; 
}
.cont_call h2{
    color: var(--color-secondary);
    font-size: 40px;
    font-weight: 400;
}
.cont_call h2 strong{
    color: var(--color-primary);
    font-weight: 700; 
}
.cont_call p{
    color: var(--color-secondary);
    font-size: 24px;
    margin-bottom: 42px;
}
.cont_call p strong{
    font-weight: 700;
}
.backgraylg{
    background-color: #F2F2F4;
}
.cont_banner{
    margin-top: 14vmin;
}
.text_Giantlp {
    font-size: 38px;
    font-weight: 400;
    color: var(--color-secondary-light);
    line-height: 44px;
}
.text_Giantlp strong{
    font-weight: 700;
    color: var(--color-primary);
}
.cardLph{
    height: 580px;
    border-radius: 20px;
}
.back-card1{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/servicio-suscripcion-accutone.jpg");
}
.back-card2{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/servicio-reparacion-accutone.jpg");
}
.w-hmsb{
    width: 480px;
}
.w-abscd{
    position: absolute;
    bottom: 70px;
    left: 0;
}
.w-abscd p{
    color: white;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 42px;
    line-height: 34px;
}
.w-abscd a {
    font-size: 22px;
    width: 320px;
}
.w-abscd a:hover{
    background-color: transparent;
    border-color: white;
    color: white;
}
.smallTxt{
    font-weight: 700;
    font-size: 18px;
}
@media screen and (max-width:768px) {
    .h1-gen {
        font-size: 30px;
        line-height: 30px;
    }
    .pbanner {
        font-size: 20px;
        line-height: 26px;
        margin: 22px 0 22px 0;
    }
    .cont_banner {
        margin-top: 0;
        position: absolute;
        left: 5%;
        bottom: 15%;
        width: 85% !important;
    }
    .cont_call h2 {
        font-size: 30px;
    }
    .cont_call p {
        font-size: 22px;
    }
    .text_Giantlp {
        font-size: 30px;
        line-height: 34px;
    }
    .w-abscd p {
        font-size: 22px;
        line-height: 28px;
    }
    .fonth3-1 {
        font-size: 30px;
    }
}
@media screen and (max-width:576px) {
    .img-mh {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .w-hmsb {
        width: 100%;
    }
    .text_Giantlp {
        font-size: 22px;
        line-height: 28px;
    }
    .cont_call h2 {
        font-size: 24px;
    }
    .fonth3-1 {
        font-size: 26px;
    }
}