body
{
    background-color: #FFFFFF;
}
.TextoNaranja
{
    color: #ef880f; 
}
.TextoGris
{
    color: #5b5b5b; 
}
.TextoAzul
{
    color:rgb(0, 138, 201);
}
#planes #plan
{
    background-color: rgb(0, 155, 219);
    color: #fff;
}
#planes #contenidoplan
{
    background-color: rgba(235, 235, 237, .33);
}

.divisor
{
    border-bottom: 2px solid rgb(194, 194, 198);
}

#precio 
{
    padding: 10px;
}

#planes span
{
    font-size: 16px;
}

#planes i
{
    color: rgb(0, 155, 219);
}

#planes #contenido
{
    padding: 10px;
}

#metodoPago
{
    margin-top: 30px;
}

#metodoPago span
{
    font-weight: 800;
    font-size: 50px;
    color: rgb(0, 155, 219);
}


#planesAdicionales
{
    margin-top: 50px;
}

#planesAdicionales #paquetes
{
    font-size: 20px;
}

#paquetes h3
{
    background-color: rgb(0, 155, 219);
    color: #fff;
    padding: 10px;
}

#paquetes #precioPaq
{
    color: rgb(0, 155, 219);
    font-weight: 700;
}

#paquetes
{
    margin-bottom: 150px;
}

@media(max-width:640px)
{
    #paquetes
    {
        margin-bottom: 290px;
    }
}


.btn-luis
{
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    color: #fff;
    background-color: rgb(239, 136, 15);
    transition: all .3s;
    border-radius: 30px;
    padding: 10px 35px;
    /*box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(239, 136, 15,.6);*/
}

/*CARD LUIS*/

.nav-pills
{
    display: inline-flex;
    margin-bottom: 30px;
}

.nav-pills .nav-item .nav-link
{
    line-height: 24px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    color: #000;
    transition: all .3s;
    border-radius: 30px;
    padding: 10px 15px;
    background: #e9e9e9
}


.nav-pills.nav-pills-rose .nav-item .nav-link.active
{ 
    background: rgb(0, 155, 219);   
    /*box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(0, 123, 255,.6);*/
    color: #fff;
}

/*CARD*/
.card-luis
{
    overflow: hidden;
    border: 0;
    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: .25rem;
    border-top: 15px solid #009bdb;
}
.card-luis-pricing
{
    text-align: center;
}

.card-luis-pricing .card-luis-body
{
    padding: 15px!important;
    margin: 0!important;
}

.card-luis-pricing ul {
    list-style: none;
    padding: 0;
    max-width: 270px;
    margin: 10px auto;
}

.card-luis-pricing ul li {
    color: #5b5b5b;
    text-align: center;
    padding: 1px 0;
    border-bottom: 1px solid hsla(0,0%,60%,.3);
}

.card-luis-pricing h1 small:first-child {
    position: relative;
    top: -17px;
    font-size: 26px;
}

.card-luis-pricing h1 small {
    font-size: 18px;
    display: inline-flex;
    height: 0;
}

.card-luis .card-luis-category:not([class*=text-])
{
    color: rgb(0, 123, 255);
    margin-top: 10px;   
    margin-bottom: 10px;   
}

.card-title
{
    color: #3c4858;
    text-decoration: none;
    font-weight: 800;
}

.card-luis .card-body+.card-luis-footer {
    padding-top: 0;
    border: 0;
    border-radius: 6px;
}
.card-luis .card-luis-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
}

.sticker-right {
    top: 13px;
    right: -49px;
    background-color: #ec2c2c;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sticker-right, .sticker-left {
    color: #fff;
    width: 150px;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
}