/* --------------------------------------------------------------------------------- */
/* CSS ADICIONAL */
/* --------------------------------------------------------------------------------- */

.titulo-carrossel {
    font-size: 1.75rem;
    line-height: 1.20;
    font-weight: 100;
}
.lista-planos{
    width: 90%;
    min-width: 320px;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
}
.item-plano {
    display: flex;
    align-items: center;
}
.item-img img {
    display: block;
    width: 94px;
    height: 94px;
}
.item-corpo-last,
.item-corpo{
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 124px;
    margin-left: 22px;
    border-bottom: 2px solid #ededed;
}
.item-corpo-last{
    border-bottom: 0;
}
.item-txt{
    font-family: "timsans_Regular";
    font-size: 0.833rem;
    line-height: 1.3;
    color: #666;
}
.item-txt span{
    display: block;
    width: auto;
    color: #181818;
    font-weight: bold;
    line-height: 1rem;
    
}
.item-link{
    display: block;
    padding-left: 22px;
}

.item-link img{
    display: block;
    height: 16px;
}