.contenedor8{
    display: inline-block;
    width: 270px;
    min-height: 520px;
    margin: 80px 40px 40px 40px;
    background: rgba(88,168,243,1);
    background: -moz-linear-gradient(45deg, rgba(88,168,243,1) 0%, rgba(112,181,245,1) 0%, rgba(40,134,240,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(88,168,243,1)), color-stop(0%, rgba(112,181,245,1)), color-stop(100%, rgba(40,134,240,1)));
    background: -webkit-linear-gradient(45deg, rgba(88,168,243,1) 0%, rgba(112,181,245,1) 0%, rgba(40,134,240,1) 100%);
    background: -o-linear-gradient(45deg, rgba(88,168,243,1) 0%, rgba(112,181,245,1) 0%, rgba(40,134,240,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(88,168,243,1) 0%, rgba(112,181,245,1) 0%, rgba(40,134,240,1) 100%);
    background: linear-gradient(45deg, rgba(88,168,243,1) 0%, rgba(112,181,245,1) 0%, rgba(40,134,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a8f3', endColorstr='#2886f0', GradientType=1 );
    position: relative;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
}
.contenedorTarifa8{
    font-family: "Roboto", sans-serif;
}

.imagenTarifa8 {
    position: absolute;
    left: 45px;
    top: -75px;
    padding: 4px 2px 5px 5px;
    background-color: white;
    width: 180px;
    height: auto;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    border-radius: 50px;
}
.imagen8{
    width: 120px;
    height: 120px;
}
.nombreTarifa8{
    color: white;
    margin-top: 70px;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}
.precioTarifa8{
    text-align: center;
    color: white;
    margin-top: 18px;
    font-size: 44px;
    font-weight: bold;
}
.mes8{
    margin-top: 4px;
    font-size: 11px;
    color: white;
    text-align: center;
}
.descripcionTarifa8{
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 300;
    margin-top: 30px;
    min-height: 112px;
}

 .descripcionTarifa8 > ul li {
    margin-bottom: 0px;
    text-align: left;
    margin-left: 21px;
    list-style: disc;
}


.descripcion8{
    padding: 5px;
}
.contratarTarifa8{
    height: auto;
    padding: 18px;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    background-color: white;
    text-align: center;
    margin-top: 10px;
}
.contratarTarifa8 a.botonContratar8{
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer;
    color: #398beb;
    font-size: 20px;
    font-weight: bold;
}
.contratarTarifa8 a.botonContratar8:focus{
    outline: 3px solid white !important;
}

.impuestoTarifa8{
    color: white;
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
}