
@media (max-width: 767.98px) { 
    .btnControlSlider{
        height: 100%;
        width: 100%;
        border-radius: 0 !important;
        border: 0 #76be16cc !important;
    }
    .btn.btnActivo{
        border-bottom: 2px solid #76be16cc !important;
    }
    .slider .card{
        border: 0 !important;
    }
    .caractPrecio li span{
        font-size: 16px !important;
        margin-left: 1rem;
    }
    .caractPrecio .bi{
        color: #76be16cc !important;
    }
    .caractPrecio .bi-info{
        color: red !important;
    }
    .infoPlan{
        border-radius: 2%;
    }
    .descripcion-plan{
        font-size: 13px;
    }
    .tipoPago{
        font-size: 13px;
        font-weight: 600;
        display: block;
    }
    .list-unstyled span{
        font-size: 14px !important;
    }
    .list-unstyled li span{
        font-size: 14px !important;
    }
    .bi.bi-arrow-right-short{
        color: black !important;
        /* font-size: 12px; */
        transition: 0.15s all ease;
        -webkit-text-stroke: 1px;
    }
    .contratar{
        text-decoration: none;
        color: black;
        font-weight: 600;
        position: relative;
        /* transition: 1s; */
        text-decoration: underline 1px rgba(0, 0, 0, 0);
        transition: text-decoration-color 300ms; 
    }
    .contratar:hover{
        color: black;
        text-decoration-color: rgba(0, 0, 0, 1);
    }
    .contratar:hover .bi.bi-arrow-right-short{
        padding-left: 5%;
        transition: 0.15s all ease;
    }
    .infoBasica{
        background-color: #d8e6d3;
    }
    .infoServicios{
        background-color: #bdebad;
    }
    .infoEcommerce{
        background-image: linear-gradient(to top right, rgba(255,0,0,0), #76be16cc);
    }
    #containerPrecios{
        overflow: hidden !important;
    }
    #containerPrecios{
        max-width: 80%;
    }
 }

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 

}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 

}


.btn.btnActivo{
    border-bottom: 2px solid #76be16cc !important;
}
.slider .card{
    border: 0 !important;
}
.caractPrecio li span{
    font-size: 16px !important;
    margin-left: 1rem;
}
.caractPrecio .bi{
    color: #76be16cc !important;
}
.caractPrecio .bi-info{
    color: red !important;
}
.infoPlan{
    border-radius: 2%;
}
.descripcion-plan{
    font-size: 13px;
}
.tipoPago{
    font-size: 13px;
    font-weight: 600;
    display: block;
}
.list-unstyled span{
    font-size: 14px !important;
}
.list-unstyled li span{
    font-size: 14px !important;
}
.bi.bi-arrow-right-short{
    color: black !important;
    /* font-size: 12px; */
    transition: 0.15s all ease;
    -webkit-text-stroke: 1px;
}
.contratar{
    text-decoration: none !important;
    color: black !important;
    font-weight: 600 !important;
    position: relative !important;
    /* transition: 1s; */
    text-decoration: underline 1px rgba(0, 0, 0, 0) !important;
    transition: text-decoration-color 300ms !important; 
}
.contratar:hover{
    color: black  !important;
    text-decoration-color: rgba(0, 0, 0, 1) !important;
}
.contratar:hover .bi.bi-arrow-right-short{
    padding-left: 5%;
    transition: 0.15s all ease;
}
.infoBasica{
    background-color: #d8e6d3;
}
.infoServicios{
    background-color: #bdebad;
}
.infoEcommerce{
    background-image: linear-gradient(to top right, rgba(255,0,0,0), #75be16f3);
}
#containerPrecios{
    overflow: hidden !important;
}
#containerPrecios{
    max-width: 80%;
}
.tipoPlan{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}