.m-button-control2 {
  width: 27px;
  height: 27px;
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgb(0 0 0 / 40%);
  transition: box-shadow 0.2s;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--blue);
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.m-button-control2--prev {
  right: -40px;
  bottom: -35px;
}

.m-button-control2--next {
  right: -40px;
  top: -35px;
}

.slick-disabled {
  opacity: 30%;
}

.hide-xs {
  display: none;
}

.hide {
  display: none;
}

.c-quote-box {
  padding: 0 20px;
  margin: 32px auto;
}

.c-quote {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto 32px;
}

.c-quote__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.c-quote__label {
  font-size: 5vw;
  line-height: normal;
  font-weight: bold;
  padding-left: 4px;
}

.c-quote__error {
  opacity: 0;
  position: absolute;
  left: 8px;
  bottom: 0;
  transform: translateY(110%);
  font-size: 12px;
  color: #e63780;
}

.c-quote__error.active {
  opacity: 1;
}

.c-quote__select {
  width: 100%;
  min-width: 340px;
  height: 40px;
  border-radius: 34px;
  padding: 4px 16px;
  transition: all 0.2s ease;
  border: solid 1px #aaa;
  color: #444;
}

.c-quote__select2 {
  height: 40px !important;
  border-radius: 34px !important;
  padding: 4px 16px;
  transition: all 0.2s ease;
}

.select2-container--above .c-quote__select2[aria-expanded="true"] {
  border-radius: 0 0 12px 12px !important;
}

.select2-container--below .c-quote__select2[aria-expanded="true"] {
  border-radius: 12px 12px 0 0 !important;
}

.c-quote__select2 .select2-selection__arrow {
  transform: translateY(-50%);
  top: 50% !important;
  right: 12px !important;
}

.c-quote__select2 .select2-selection__arrow b {
  border-color: var(--blue) var(--blue) transparent transparent !important;
  border-width: 2px !important;
  height: 12px !important;
  width: 12px !important;
  transform: rotate(135deg) translate(-35%, 50%);
}

.c-quote__select2List .select2-search__field:focus-visible {
  outline: var(--blue) auto 1px;
}

.c-quote__select2List
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--blue) !important;
}

.c-quote__search {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  background: var(--green);
  color: var(--white);
  box-shadow: none;
  border: 0;
  padding: 4px 16px;
  border-radius: 26px;
  font-size: 5vw;
}

.c-quote-content {
  opacity: 0;
  padding: 0 20px;
  min-height: 500px;
  margin-bottom: 60px;
}

.c-quote-content.active {
  opacity: 1;
}

.c-quote__boxTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c-quote__promo {
  font-size: 5.2vw;
  line-height: normal;
  text-align: center;
  margin-bottom: 8px;
  font-weight: bold;
}

.c-quote__subPromo {
  display: block;
  max-width: 600px;
  font-size: 5vw;
  line-height: normal;
  text-align: center;
  background: var(--darkBlue);
  color: var(--white);
  border-radius: 8px;
  padding: 18px 24px;
}

.c-quote__slider {
  max-width: 1250px;
  margin: 44px auto;
}

.m-presentation {
  padding-bottom: 0px;
}

.c-plan__itemFlex {
  display: none;
}

/* // card */

.c-plan__box {
  padding: 12px 0;
}

.cont-cotizador {
  background: #f5f5f5;
  padding: 1rem 0;
  margin: 0 0 1.5rem;
}

.c-plan__card {
  border-radius: 7px;
  width: 100%;
  max-width: 357px;
  margin: 0 auto;
  box-shadow: 2.12px 2.12px 10px #00000029;
  background: #fff;
  min-height: 206px;
  display: flex;
  flex-direction: column;
}

.c-plan-top {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 15px 15px 10px;
  margin: auto 0;
}

.c-plan__prices > p:nth-child(2) {
  font-size: 27px;
  color: #0b2739;
  line-height: 23px;
  display: flex;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
  font-weight: bold;
  justify-content: center;
  margin: 3px 0 4px;
}

.c-plan__prices > p:nth-child(3) {
  font-size: 14px;
  color: #86888c;
  display: block;
  line-height: 1em;
  margin: 5px auto;
}

.c-plan__speed {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #0b2739;
  width: 36%;
}

.c-plan-last {
  width: 64%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.c-plan__decos {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  width: 100%;
}

.c-plan__number {
  display: block;
  font-size: 37px;
  line-height: 1em;
  font-weight: bold;
  color: #0b2739;
}

.c-plan_number.idTitle {
  align-self: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2em;
}

.c-plan__mTotal {
  font-size: 12px;
  line-height: 1.4em;
  color: #0b2739;
  font-weight: bold;
  max-width: 120px;
  margin: 5px auto 0;
}

.c-plan__dto {
  font-size: 13px;
  color: var(--blue);
  font-weight: bold;
  line-height: 1em;
  margin: -1px 0 5px;
}

.c-plan__grid {
  background: #ededed;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1em;
  font-size: 13px;
  max-width: 137px;
  width: 100%;
  padding: 5px;
  height: 32px;
  margin: 0 auto;
}

.c-plan__grid > p {
  font-size: 11px;
  display: block;
  line-height: 10px;
}

.c-plan__grid > img {
  width: 23px;
  height: 20px;
  object-fit: contain;
}

.c-plan__item {
  display: grid;
  align-items: center;
  justify-content: flex-start;
  grid-template-columns: 20% 80%;
  gap: 15px;
  font-size: 12px;
  color: #0b2739;
  line-height: 1em;
  height: 45px;
  border-bottom: 1px solid var(--lightGray);
  width: 100%;
  padding: 0 15px;
}

.c-plan__item > p {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 1em;
  font-size: 13px;
}

.c-plan__item > img {
  min-width: 37px;
  height: 30px;
  object-fit: contain;
}

.--gridInverse {
  grid-template-columns: 1fr;
  grid-template-rows: max-content max-content;
}

.c-plan__netflix {
  font-size: 3.7vw;
  line-height: normal;
  border-bottom: 1px solid var(--white);
}

.c-plan__hbo {
  font-size: 3.7vw;
  line-height: normal;
  border-bottom: 1px solid var(--white);
}

.c-plan__netflix span {
  font-size: 80%;
  color: var(--blue) !important;
}

.c-plan__hbo span {
  font-size: 80%;
  color: var(--blue) !important;
}

.c-plan__prime {
  font-size: 3.7vw;
  line-height: normal;
  border-bottom: 1px solid var(--white);
  color: #000;
}

.c-plan__prime span {
  font-size: 80%;
  color: var(--blue) !important;
}

.c-plan__promoPrice > span {
  font-size: 13px;
  font-weight: 400;
  color: #86888c;
}

.c-plan__price {
  font-size: 4.5vw;
}

.c-plan__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0 auto 9px;
  background: var(--blue);
  color: var(--white);
  border-radius: 20px;
  height: 34px;
  max-width: 287px;
  font-size: 15px;
  min-height: 34px;
}

.c-plan__icon {
  display: block;
  width: 16px;
  height: 16px;
  mask: url(/pages/pymes/productos/productos-fibra/cotizador-fibra/images/icon-call.svg) no-repeat
    center;
  -webkit-mask: url(/pages/pymes/productos/productos-fibra/cotizador-fibra/images/icon-call.svg)
    no-repeat center;
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: var(--white);
}

.c-plan__accordin {
  position: relative;
  display: block;
  width: 165px;
  margin: 0px auto 10px;
  background: transparent;
  box-shadow: none;
  border: 0;
  color: var(--gray);
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

.c-plan__accordin::before {
  content: " ";
  position: absolute;
  top: 3px;
  right: 12px;
  width: 10px;
  height: 10px;
  border-color: var(--gray) var(--gray) transparent transparent;
  border-style: solid;
  border-width: 1px;
  transform: rotate(135deg);
  transition: all 0.3s ease;
}

.c-plan__accordin.active::before {
  transform: rotate(-45deg);
  top: 45%;
}

.c-plan__body {
  padding: 0 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.c-plan__item:last-child {
  border-bottom: 0;
}

.c-plan__item.idHBO {
  margin-top: 10px;
  background-color: #ededed;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.icon-stairs {
  font-size: 20px;
}
@media screen and (min-width: 500px) {
  .c-quote__label {
    font-size: 18px;
  }

  .c-quote {
    flex-direction: row;
  }

  .c-quote__search {
    font-size: 20px;
    cursor: pointer;
  }

  .c-quote__promo {
    font-size: 24px;
  }

  .c-quote__subPromo {
    font-size: 24px;
  }

  .c-plan__netflix,
  .c-plan__hbo,
  .c-plan__prime {
    font-size: 15px;
    color: #000;
    background-color: #b5b5b5;
    font-weight: bold;
  }

  .c-plan__promoPrice {
    font-size: 20px;
  }

  .c-plan__price {
    font-size: 19px;
  }

  .c-plan__deco {
    font-size: 14px;
  }

  .c-plan__accordin {
    font-size: 16px;
  }

  .c-plan__item {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .hide-md {
    display: none;
  }

  .hide-xs {
    display: block;
  }

  .c-plan__card {
    max-width: 209px;
    min-height: initial;
  }

  .c-plan-top {
    flex-direction: column;
    padding-top: 24px;
    justify-content: flex-start;
  }

  .c-plan__speed {
    width: 100%;
  }

  .c-plan-last {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .c-plan__prices > p:first-child {
    margin: 10px 0;
  }

  .c-plan__decos {
    margin-top: 10px;
    flex-direction: column;
  }

  .c-plan__btn {
    max-width: 179px;
  }

  .c-plan__grid {
    font-size: 14px;
    min-width: 176px;
    min-height: 41px;
  }

  .c-plan__accordin {
    font-size: 14px;
    margin: 1px auto 10px;
  }

  .plans-slide-container {
    width: calc(100% - 50px);
  }

  .c-quote-content {
    padding: 0 0 0 20px;
  }

  .c-plan__item > img {
    min-width: 30px;
    height: 18px;
  }

  .c-plan__item > p {
    font-size: 11px;
  }

  .c-plan__item {
    gap: 6px;
    height: 45px;
  }

  .c-plan__item.idHBO {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-plan__item.idHBO .t-center {
    width: max-content;
    text-align: center;
  }

  .c-plan__mTotal {
    font-size: 13px;
    max-width: 125px;
  }
}

@media screen and (min-width: 992px) {
  .plans-slide-container {
    max-width: 900px;
    margin: 0 auto;
  }
}

.select-comercial {
  position: relative;
}

.select-comercial select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-comercial .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 6px;
  right: 12px;
  width: 20px;
}

.select-comercial .select2-selection__arrow b {
  border-color: var(--blue) var(--blue) transparent transparent !important;
  border-width: 2px !important;
  height: 12px !important;
  width: 12px !important;
  transform: rotate(135deg) translate(-35%, 50%);
  border-style: solid;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
}
