.form_plan {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.row_campo_plan {
  display: flex;
  justify-content: space-between;
}

.row_campo_plan > p:first-child{
  width: 20%;
  max-width: 20%;
}

.etq_plan {
  font-size: 16px;
  color: #333;
  min-width: 60px;
}
.cnt_sel_plan {
  /* max-width: 75%; */
  flex-grow: 1;
}
.sel_plan {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #a6a6a6;
  padding: 0 24px 0 16px;
  background: url(https://almapet.cl/wp-content/uploads/2025/04/chev_down.png)
    no-repeat center right 12px #f6f6f6;
}
.sel_plan.error {
  border-color: #d95858;
}
.sel_plan.error ~ .txt_error_campo_plan {
  display: block;
}
.txt_error_campo_plan {
  color: #d95858;
  font-size: 13px;
  display: none;
}
.row_covertura {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.btn_covertura {
  cursor: pointer;
  color: #89b27a;
  font-size: 14px;
  text-decoration: underline;
}
.txt_condiciones {
  font-size: 14px;
  color: #333;
  line-height: 18px;
}
.row_btns_plan {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding-top: 16px;
}
input[type="submit"].btn_plan {
  display: flex;
  text-align: center;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;
}
input[type="submit"].btn_contacto_plan {
  border-color: #89b27a !important;
  background: #89b27a !important;
  color: #fff;
}
input[type="submit"].btn_contacto_plan:hover {
  background: #2e6e95 !important;
}
.btn_add_car_plan {
  color: #2e6e95;
  border-color: #2e6e95;
}
.btn_add_car_plan:hover {
  background: #2e6e95;
  color: #fff;
}

@media (max-width: 480px) {
  .row_btns_plan {
    flex-direction: column;
  }
}

.row_btns_plan:last-child > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.s_preg_frec {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.cnt_gen_list_preg_frec {
  width: 85%;
  min-height: 400px;
  background: #2e6d951d;
  padding: 56px 5% 56px 6%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 30px 0 0 30px;
}

.cnt_list_preg_frec {
  width: 100%;
  max-width: 1075px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 24px;
}

.cnt_celda_preg_fec {
  width: 100%;
  height: 93px;
}

.cnt_bl_preg_frec {
  width: 100%;
  min-height: 77px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 24px 32px -14px rgba(149, 149, 149, 0.3);
  padding: 8px 24px;
}

.row_preg_frec {
  width: 100%;
  height: 77px;
  display: flex;
  align-items: center;
  gap: 32px;
  cursor: pointer;
}

.ic_preg_frec {
  width: 20px;
}

.ic_preg_frec img {
  max-width: 100%;
}

.txt_preg_frec {
  font-size: 18px;
  font-weight: bold;
  color: #2e6e95;
}

.resp_preg_frec {
  width: 100%;
  padding: 0 48px 0;
  position: relative;
}

.cnt_celda_preg_fec.active {
  z-index: 1;
}

.scl_resp_preg_frec {
  max-height: 0px;
  overflow: auto;
  padding-right: 1px;
  transition: all 0.4s;
  position: relative;
}

.scl_resp_preg_frec::-webkit-scrollbar {
  width: 6px;
}

.scl_resp_preg_frec::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.scl_resp_preg_frec::-webkit-scrollbar-thumb {
  background: #2e6e95;
  border-radius: 6px;
}

.txt_resp_preg_frec {
  width: 100%;
  font-size: 14px;
  line-height: 1.2em;
  color: #8a8a8a;
}

.cnt_celda_preg_fec.active .resp_preg_frec .scl_resp_preg_frec {
  max-height: 94px;
  margin-bottom: 24px;
}

.ic_menos {
  display: none;
}

.cnt_celda_preg_fec.active .ic_mas {
  display: none;
}

.cnt_celda_preg_fec.active .ic_menos {
  display: block;
}

.img_preg_frec {
  position: absolute;
  top: 0px;
  left: -146px;
}

.img_preg_frec img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.h_preg_frec {
  width: 100%;
  font-size: 40px;
  font-weight: 40px;
  padding-bottom: 32px;
  color: #2e6e95;
}

.btn_despl_mas_preg {
  display: none;
}

@media (max-width: 1024px) {
  .cnt_gen_list_preg_frec {
    width: 95%;
  }

  .h_preg_frec {
    font-size: 30px;
  }

  .resp_preg_frec {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .cnt_gen_list_preg_frec {
    width: 90%;
  }

  .cnt_list_preg_frec {
    grid-template-columns: 100%;
    grid-row: auto;
    overflow: hidden;
    max-height: 303px;
    gap: 20px;
  }

  .cnt_list_preg_frec.active {
    max-height: unset;
  }

  .row_preg_frec {
    height: auto;
    padding: 16px 0;
    gap: 16px;
  }

  .cnt_celda_preg_fec {
    height: auto;
  }

  .resp_preg_frec {
    padding-left: 32px;
  }

  .btn_despl_mas_preg {
    display: flex;
    font-size: 14px;
    color: #2e6e95;
    border-bottom: 1px solid #2e6e95;
    cursor: pointer;
    padding: 0 8px;
    margin-top: 16px;
    align-self: flex-start;
  }

  .img_preg_frec {
    width: auto;
    height: 236px;
    left: -88px;
  }
}
