.fibra_consulta {
  width: 100%;
  max-width: 690px;
}
.fibra_content_title {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: var(--primary);
  padding-top: 20px;
}
.fibra_grup {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.fibra_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}

/*Modale css*/
.mainModal {
  margin-top: 0px;
}
.consultaFibra .fibra_title {
  margin-bottom: 8px;
}
.fibra_title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #2a407e;
}
.fibra_content.modale {
  gap: 14px;
  margin: auto;
}
.fibra_label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  color: #2a407e;
  align-items: flex-start;
}
.fila_input {
  width: 286px;
  height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #b0b0b0;
  font-family: var(--roboto-condensed);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.fila_input::placeholder {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #686868;
}
.fibra_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 44px;
  border-radius: 8px;
  padding: 10px 22px;
  background: #0085ff;
  color: white;
  margin: auto;
  font-weight: 500;
}
.fibra_button:hover {
  color: var(--white);
  background: #006cd8;
}
.consultaFibra .fibra_button {
  margin-top: 8px;
}
.fibra_img {
  width: 100%;
  border-radius: 8px;
}
.fibra_subTitle {
  font-weight: 500;
  font-size: 20px;
  color: #2a407e;
}
.fibra_parrafo {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #373737;
  & a {
    font-size: inherit;
  }
}
.fibra_link {
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
  color: #0085ff;
}
.fibra_link:hover {
  text-decoration: underline;
  color: #006cd8;
}
.fibra_grup.modale {
  gap: 12px;
  width: 100%;
}
.fibra_card {
  display: flex;
  border-radius: 8px;
  border: 1px solid #d5d5d5;
  justify-content: space-between;
  padding: 10px 16px;
}
.fibra_cardContent {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.fibra_cardContent p {
  font-weight: 300;
  font-size: 16px;
  color: #373737;
  & strong {
    font-weight: 700;
  }
}
.fibra_precio {
  font-weight: 700;
  font-size: 32px;
  color: #2a407e;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  & small {
    font-weight: 400;
    font-size: 18px;
  }
}
.fibra_cardContent h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 5px;
  text-align: right;
  color: #2a407e;
}
.fibra_cardContent .fibra_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: right;
}
