.contenedor-informacion {
  display: flex;
  box-shadow: 0 0 0 1px var(--color-fav);
  border-radius: 3rem;
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  width: fit-content;
  margin: 0.9rem auto;
  padding: 0.4rem 0.9rem;
}
.contenedor-informacion span
{
  color:var(--color-fav);
}
span.divider-vertical {
  display: inline-block;
  width: 1.3px;
  height: 20px;
  margin: 0 0.8rem;
  background-color: var(--color-fav);
}
.btn-ancho-mod 
{
  max-width: 400px;
  width: 90% !important;
  margin: 0.2rem auto;
  display: block;
}
span.destacado {
    background-color: #006FCF;
    color: #ffffff;
    padding: 0.3rem 0.7rem;
    border-radius: 7px;
    width: fit-content;
    display: inline-block;
    position: relative;
    right: 0;
    margin-bottom: 0.2rem;
    text-align: center;
    font-size: 0.7rem;
}

div[data-amexfavcont] {
    display: inline-block;
    width: 40%;
    position: absolute;
    right: 0;
    top: 38px;
    text-align: right;
}
#__fv_vermas
{
  display: none;
}


@media only screen and (min-width: 1024px) 
{
  div#__resultado_api
  {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
  }
  div#__resultado_api[data-orientacion="vertical"] .card-rest-fav
  {
    flex: 1 0 49%;
    min-height: 310px !important;
    max-width: 500px;
  }
}

.cont_fv_info.c-destacado span {
    color: #ffffff !important;
    background-color: var(--color-fav-oscuro);
    padding: 0.1rem 0.6rem;
    border-radius: 0.3rem;
}
.color-fav
{
  color:var(--color-fav)
}


section#__fv_sin_datos {
    height: 100%;
    height: calc(100vh);
    background-color:rgba(255, 237, 241, 1);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.empty {
    background-color: transparent !important;
    color:#4F2B4D;
    text-align: left;
}
.mt-2.estas-de-suerte {
    margin-top: 0.8rem !important;
}
.btn-link-important {
    background: transparent;
    border-color: transparent;
    color: var(--color-fav-oscuro) !important;
    font-weight: bold;
    position: relative;
    bottom: -0.6rem;
    left: 0;
}
.contenedor-resultado-buscador {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
    box-shadow: 0px 3px 10px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1rem 0;
    background-color: #ffffff;
}