:root {
  --background-llamada-mobile: #0f0f0f;
  --background-blanco: #FFFFFF;
  --background-ceniza-claro: #F7F4F4;
  --background-ceniza-medio: #D9D9D9;
  --border-cabecera-mobile: #ff7396;
  --button-call: #ff3366;
  --fuente-ceniza-claro: #666666;
  --fuente-ceniza-oscuro: #4F4C4C;
  --planes-card-start:  #ff809f;
  --planes-card-ultra: #9875ff;
  --planes-card-mega: #ff75ba;
  --fuente-enlace: #7598ff;
  --background-footer: #0f0f0f;
  --ubuntu:'Ubuntu', sans-serif;
  --roboto:'Roboto', sans-serif;
  }
  

.destacados {
  background-color: var(--background-llamada-mobile);
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

.destacados__titulo {
  color: var(--border-cabecera-mobile);
  font-weight: bold;
  font-size: 1.5rem;
  font-family: var(--ubuntu);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}

.destacados__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.destacados__panel-imagen {
  width: 100vw;
  max-width: 700px;
  margin-bottom: .5rem;
  object-fit: contain;
}

.destacados__panel-texto {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: normal;
  color: var(--background-blanco);
}

.destacados__boton {
  color:var(--background-footer);
  padding: 10px;
  margin: auto;
}

.destacados__boton:hover {
  cursor: pointer;
  color: var(--fuente-enlace);
}

