:root {
  --color-cajeme: #910d49;
}
@media (min-width: 768px) {
  .options-card {
    width: 30%;
  }
}

@media (min-width: 1024px) {
  .options-card {
    width: 22%;
  }
}

@media (min-width: 1366px) {
  .options-card {
    width: 18%;
  }
}

/*HEADER LOGO CAJEME*/
header .cajeme {
  margin-right: 30px;
  width: 24vh;
  flex-grow: 1;
  text-align: center;
  color: white;
  font-weight: bold;
  align-items: center;
  align-content: flex-start;
}
.cajeme img {
  max-width: 300px;
  filter: brightness(2) contrast(2) saturate(2);
}

.options {
  background-color: #f5f5f5;
  text-align: center;
  flex: 1;
  overflow-y: auto;
  width: 90%;
  align-content: center;
}

.top {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.top p {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: larger;
  font-size: 22px;
  margin: 25px auto;
}

.report {
  max-width: 500px;
  display: flex;
  background-color: rgb(255, 255, 255);
  width: 60%;
  height: auto;
  text-align: center;
  border-radius: 25px;
  margin: 50px auto;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.5);
  flex-direction: column;
  padding: 10px;
  color: black;
  text-decoration: none;
}
.options-group {
  display: flex;
  flex-direction: row;
  justify-content: center;

  align-items: flex-end;
  flex-wrap: wrap;
}

.options-card {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
  /*background-color: rgb(255, 255, 255);*/
  width: 32%;
  text-align: center;
  border-radius: 25px;
  margin: 18px auto;
  align-items: center;
  /*box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.5);*/
}

img.icon {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-bottom: 25px;
  margin-top: 10px;
}

p.name-Icon {
  font-size: 18px;
  margin-bottom: 10px;
}

.prueba {
  display: none;
  justify-content: flex-end;
}
.call-button {
  margin-top: 15px;
  margin-right: 15px;
  background-color: #28a745;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.call-button img {
  width: 70%;
}
