.cont-call-us-2 h5 {
  font-size: 20px !important;
}

.cont-h-c {
  background-color: rgba(124, 133, 140, 0.06);
}
.cont-img-hc {
  background-color: #fff;
  box-shadow: 0px 2px 16px rgba(163, 169, 172, 0.2);
  border-radius: 0px 8px 8px 0px;
}
.cont-img-hc2 {
  background-color: #fff;
  box-shadow: 0px 2px 16px rgba(163, 169, 172, 0.2);
  border-radius: 8px 0px 0px 8px;
}
.cont-call-us {
  padding: 0rem 4rem 0rem 4rem;
}
@media (max-width: 991px) {
  .txt-hide-mob {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .txt-show-mob {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .cont-call-us-2 {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .cont-txt-hc-r2 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cont-txt-hc-r2-2 {
    padding-left: 0.5rem !important;
  }
}
@media (max-width: 991px) {
  .cont-img-hc,
  .cont-img-hc2 {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px 8px 8px 0px;
  }
}
@media (max-width: 1226px) {
  .cont-call-us {
    padding: 0rem 2rem 0rem 2rem;
  }
}
@media (max-width: 991px) {
  .cont-call-us {
    background-color: #fff;
    box-shadow: 0px 2px 16px rgba(163, 169, 172, 0.2);
    border-radius: 8px 8px 8px 8px;
    padding: 3rem 2rem 2rem 2rem;
    margin-bottom: 3rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cont-call-us {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .cont-call-us {
    margin: 0rem 1.5rem 2rem 1.5rem;
  }
}
@media (max-width: 576px) {
  .cont-txt-hc-r2 {
    padding: 0rem 1.5rem 0rem 1.5rem;
  }
}
@media (max-width: 991px) {
  .cont-call-us-2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cont-call-us-2 {
    align-items: center;
    justify-content: left;
  }
}

.icon-phone-hc {
  background-image: url(../../../img/icons/icono_telefono.svg);
}
.icon-mess-hc {
  background-image: url(../../../img/icons/icono_mensaje.svg);
}
.icon-carta-hc {
  background-image: url(../../../img/icons/carta_reclamacion.svg);
  width: 72;
  height: 65;
}

/* Temas populares section */

.p-t-question {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
}
.p-t-question:after {
  content: url(../../../img/icons/arrow_down_red.svg);
  top: -2px;
  right: 0px;
  position: absolute;
}

.p-t-question[aria-expanded="true"]::after {
  content: url(../../../img/icons/arrow_up_red.svg);
}

.cont-writeus {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (max-width: 767px) {
  .cont-writeus {
    justify-content: left !important;
  }
}

.mbp-n {
  margin-bottom: 0px !important;
}

.sect-forms-ovf {
  overflow-x: hidden !important;
}
