.ibd-static-pt-atencion-cliente {
  /* Pantallas inferiores a 768px (mobile) */
  /* Pantallas superiores a 768px (mobile) */
}
.ibd-static-pt-atencion-cliente .justificado + ul {
  list-style: circle !important;
}
.ibd-static-pt-atencion-cliente .section-preguntas {
  background-color: #f7f7f7;
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 30px;
}
.ibd-static-pt-atencion-cliente .borde-pregunta {
  border-bottom: solid 1px #c3c2c2;
  margin-bottom: 20px;
}
.ibd-static-pt-atencion-cliente .section-preguntas .preguntas-titulo {
  color: #3f5f0a;
  font-size: 45px;
  font-family: Lato-Bold;
  margin-bottom: 50px;
}
.ibd-static-pt-atencion-cliente .section-preguntas .row > div {
  padding-left: 0;
  padding-right: 0;
}
.ibd-static-pt-atencion-cliente .desplegable-gris {
  padding-bottom: 20px;
  padding-top: 10px;
}
.ibd-static-pt-atencion-cliente .section-preguntas .titulo-desplegable {
  color: #3f5f0a;
  cursor: pointer;
  text-align: left;
  padding-bottom: 1%;
  font-size: 20px;
  font-family: Lato-Bold;
}
.ibd-static-pt-atencion-cliente .section-preguntas .pregunta-img-desplegable {
  float: right;
  margin-top: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 5px;
  margin-right: 10px;
  cursor: pointer;
}
.ibd-static-pt-atencion-cliente .section-preguntas .texto-desplegable {
  font-size: 14px;
  padding-top: 10px;
}
.ibd-static-pt-atencion-cliente .section-preguntas .texto-desplegable a:hover {
  color: #427314;
  text-decoration: none;}
.ibd-static-pt-atencion-cliente .section-preguntas .pregunta-oculta {
  text-align: justify;
  display: none;
  font-size: 12px;
  width: auto;
}
.ibd-static-pt-atencion-cliente .pregunta-oculta {
  color: #5c5b57;
  border-left: solid 2px gray;
  margin-left: 15px;
}
@media screen and (max-width: 47.95em) {
  .ibd-static-pt-atencion-cliente .section-preguntas {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 65px;
  }
  .ibd-static-pt-atencion-cliente .section-preguntas .preguntas-titulo {
    margin-left: 0;
    font-size: 29px;
    text-align: center;
  }
  .ibd-static-pt-atencion-cliente .section-preguntas .titulo-desplegable {
    margin-left: 0;
    max-width: 85%;
  }
  .ibd-static-pt-atencion-cliente .section-preguntas .pregunta-oculta1,
  .ibd-static-pt-atencion-cliente .section-preguntas .pregunta-oculta2,
  .ibd-static-pt-atencion-cliente .section-preguntas .pregunta-oculta3,
  .ibd-static-pt-atencion-cliente .section-preguntas .pregunta-oculta4 {
    margin-left: 20px;
    width: auto;
  }
  .ibd-static-pt-atencion-cliente .section-preguntas .pregunta-img-desplegable1,
  .ibd-static-pt-atencion-cliente .section-preguntas .pregunta-img-desplegable2,
  .ibd-static-pt-atencion-cliente .section-preguntas .pregunta-img-desplegable3,
  .ibd-static-pt-atencion-cliente .section-preguntas .pregunta-img-desplegable4 {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .ibd-static-pt-atencion-cliente .section-preguntas .texto-desplegable {
    font-size: 16px;
  }
}
