.app_logo_respo a img{
  width: 100px;
}

.app_header_movil{
  
  background: #fff;
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0;
}

.sombra_respo{
  box-shadow: 0px 3px 14px 1px rgb(0 0 0 / 10%);
}

.btn_menu_respo{
  margin-top: 1.5rem;
  background: transparent;
  border: none;
}

.menu_respo_show{
  max-height: 100%!important;

}

.btn_menu_respo i{
  font-size: 50px;
}

.app_lista_respo{
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: .5s;
}

.app_lista_respo li a{
  display: block;
  padding: .3rem 1rem ;
  width: 100%;
  font-size: 20px;
  color: #919191;
}

.app_lista_respo li a:hover{
  background: #919191;
  color: #fff;
}

.app_header_movil{
  display: none;
}

.app_imagen_slider{
  width: 100%;
}


@media (max-width: 600px) {
  .app_header_fixed {
    display: none;
  }

  .app_imagen_slider{
    width: auto;
  }

  .app_content_dash{
    padding: 14rem 0 4rem 0;
  }

  .app_header_movil{
    display: block;
  }

  .app_button{
    font-size: 1rem;
  }

  .app_texto_section_content{
    text-align: justify;
  }

  .content_completo_material p, .content_completo_material div, 
  .app_texto_libro_content p, .app_texto_libro_content div,

  {
    text-align: justify;
  }

  .app_texto_libro_content h4{
    text-align: center;
  }

  .app_img_item_libro img{
    width: 100%;
  }

  .pulse-button{
    display: block;
    width: 100%;
    font-size: 1.5rem;
    height: auto;
  }

  .app_boton_respo{
    margin-bottom: 2rem;
  }

  .app_buton_faq{
    white-space:  normal!important;
    text-align: center!important;
    width: 100%;
  }

  .carousel-item a img{
    height: 350px;
  }

  
}