/** TARJETAS ***/

body {
    background-color: #f6f6f6;
}

.pantalla nav {
    height: 50px;
    background-color: #8c4799;
    /*    margin-bottom: 54px;*/
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.pantalla nav p {
    color: white;
    font-size: 16px;
    grid-column-start: 2;
    font-weight: 500;
    margin: auto;
}

.pantalla nav a {
    display: grid;
    grid-column-start: 1;
    place-items: center;
    padding-left: 10px;
    justify-content: left;
    text-decoration: none;
}

div .tarjetas {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    background-color: #f6f6f6;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #86888C;
    text-align: left;
}

.tustarjetas {
    color: #545455;
}

.tarjetafavorita {
    margin-top: 30px;
}

div .ico {
    /*   border:1px solid pink; */
    width: 10%;
    float: left;
    margin-top: 12px;
    padding-left: 10px;
}

div .td0 {
    /*border:1px solid purple;*/
    width: 70%;
    margin-top: 14px;
    float: left;
    color: #c7579a;
    font-size: 16px;
}

div .i {
    /*border:1px solid pink; */
    width: 5%;
    margin-top: 12px;
    margin-right: 10px;
    float: right;
}

div .td {
    /*border:1px solid purple;*/
    width: 70%;
    margin-top: 14px;
    float: left;
    color: #50535A;
    font-size: 16px;
}

.elementoVisible {
    display: block;
}

.elementoOculto {
    display: none;
}

.linkContraido {
    margin: auto;
    margin-top: 12px;
    float: left;
    width: 100%;
    height: 44px;
    padding-bottom: 10px;
    background-color: white;
    border: 1px solid #c9c9c9;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 4px 4px 5px 0px #c9c9c9;
}

.detalleF {
    width: 95%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #50535A;
    text-align: left;
}

.marcaT {
    float: left;
    width: 95%;
    padding-left: 10px;
    margin-top: 20px;
    font-size: 16px;
    color: #50535A
}

.vencimientoT {
    float: left;
    width: 95%;
    margin-top: 15px;
    padding-left: 10px;
    font-size: 14px;
    color: #50535A
}

.eliminarF {
    float: left;
    width: 98%;
    height: 44px;
    margin-top: 15px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
    color: #c7579a;
    border-top: 1px solid #c9c9c9;
}

.accionesT {
    float: left;
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #c9c9c9;
}

.favoritaT {
    float: left;
    width: 49%;
    height: 44px;
    padding-left: 0px;
    font-size: 14px;
    text-align: center;
    color: #c7579a;
    border-right: 1px solid #c9c9c9;
}

.eliminarT {
    float: left;
    width: 50%;
    height: 44px;
    padding-left: 0px;
    font-size: 14px;
    text-align: center;
    color: #c7579a;
}

.txtBotonT {
    margin-top: 14px;
}

.linkExpandido {
    margin: auto;
    margin-top: 12px;
    float: left;
    width: 100%;
    height: 160px;
    padding-bottom: 10px;
    background-color: white;
    border: 1px solid #c9c9c9;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 4px 4px 5px 0px #c9c9c9;
}

.btn-anadir {
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #cacaca;
    background-color: #c7579a;
    width: 100%;
    height: 44px;
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
}
.btn-anadir_desactivado {
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #cacaca;
    background-color: #86888C;
    width: 100%;
    height: 44px;
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
}