.card-rest-fav {
    display: block;
    width: fit-content;
    margin: 0.5rem;
    box-shadow: 0px 3px 10px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #ffffff;
    max-width: 250px;
    min-height: 482px;
    min-width: 190px;
}

figure.img-crf {
    width: 100%;
    height: 95px;
    background: url() no-repeat scroll center center / auto 90px transparent;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin-bottom: 1rem;
    position: relative;
    box-shadow: 0 0 0 1px #e4e4e4;
}

.cont-link-crf {
    display: block;
    width: 100%;
    height: fit-content;
    position: relative;
}
figure.img-crf img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 1rem;
    background-color: #ffffff;
}


div#__resultado_api[data-orientacion="vertical"] button[data-favorito]
{
    top:1.3rem;
    right:0.8rem;
}

button[data-favorito] {
    display: none;
    position: absolute;
    right: 0rem;
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    top: 0.5rem;
    z-index: 3;
}

.cont-link-crf .subtitle {
    color: var(--color-fav-oscuro);
    width: 100%;
    display: block;
    padding-right: 1.5rem;
}

span.stars-crf {
    width: 100%;
    display: block;
    margin-top: 0.2rem;
    margin-bottom: 0rem;
}

span.stars-crf img {
    height: 15px;
}

span.precio-crf {
    display: block;
    margin-top: 0.3rem;
}

span.precio-crf img {
    height: 13px;
}

span.dir-crf {
    display: block;
    color: var(--color-fav-oscuro);
    margin-top: 0.3rem;
}

span.dir-crf img {
    height: 13px;
}

span.tipo-crf {
    display: block;
    color: var(--color-fav-oscuro);
    margin-top: 0.3rem;
}

span.tipo-crf img {
    height: 13px;
}
div#mistitulos {
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.lft {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

div#mistitulos a {
    width: 170px;
    color: var(--color-fav);
    padding: 0.3rem 0;
    text-align: right;
}

section#__fv_home_ciudad_resultados {
    margin-bottom: 2rem;
}

.horarios-seleccion-crf {
    display: flex;
    gap: 0.5rem;
    overflow: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.7rem;
    padding: 0.3rem 0 1rem 0;
    width: 100%;
    position: relative;
    z-index: 5;
}

.horarios-seleccion-crf div 
{
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.resultado_api_home figure.img-crf
{
    height: 165px !important;
}
.resultado_api_home .card-rest-fav
{
    min-width: 280px;
}
.resultado_api_home .estas-de-suerte
{
    margin-top: 1rem;
}
.estas-de-suerte {
    padding-left: 30px;
    background: url(../assets/iconos/clock.svg) no-repeat scroll 0 1px / 20px auto transparent;
    font-weight: bold;
    margin: 0.2rem 0 0.8rem 0;
    display: none;
}

/* VERTICAL - MOBILE */
div#__resultado_api[data-orientacion="vertical"] .horarios-seleccion-crf div 
{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
div#__resultado_api[data-orientacion="vertical"] .card-rest-fav 
{
    position: relative;
    display: block;
    width: 90%;
    margin: 0.5rem auto;
    box-shadow: 0px 3px 10px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #ffffff;
    max-width: 850px;
    min-height: 150px;
    min-width: 190px;
    margin-bottom: 2rem;
}

div#__resultado_api[data-orientacion="vertical"]  figure.img-crf {
    width: 100px;
    height: 150px;
    background-size: 100% auto;
    border-radius: 10px;
    display: inline-block;
    margin-right: -6px;
}

div#__resultado_api[data-orientacion="vertical"]  figure.img-crf img {
    height: 100%;
    width: auto;
    max-width: unset;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0
}

div#__resultado_api[data-orientacion="vertical"] .cont-link-crf {
    width: calc(100% - 98px);
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
}

.formato-card {
    display: block;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0px 3px 10px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1.5rem;
    background-color: #ffffff;
    margin-bottom: 1.4rem;
}
.contenedor-tarje-res-fav a
{
    color: var(--color-fav-oscuro) !important
}
.contenedor-tarje-res-fav
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}
.contenedor-tarje-res {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.contenedor-datos-generales {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.cont_fv_info {
    width: 47%;
    max-width: 300px;
}
.contenedor-tarje-res-fav figure {
    width: 70px !important;
    min-height: 70px !important;
}
.contenedor-tarje-res figure {
    width: 120px !important;
    min-height: 130px !important;
}
.contenedor-datos-generales .cont_fv_info img {
    height: 17px;
}

.contenedor-datos-generales .cont_fv_info {display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;justify-content: flex-start;align-items: center;gap: 0.7rem;}

.contenedor-datos-generales .cont_fv_info span, .contenedor-datos-generales .cont_fv_info a {
    color: var(--color-fav) !important;
}
.horarios-seleccion-crf .btn-fav {
    background-color: rgba(79, 43, 77, 0.1);
    color: var(--color-fav-oscuro) !important;
    border-color: rgba(79, 43, 77, 0.1);
    font-weight: 600;
}