/* ==========================
   Estilos Responsivos - móviles (máx. 768px)
   Poder Judicial Yucatán (rescate UX)
   ========================== */

@media screen and (max-width: 768px) {

  /* =============================
     GENERAL
  ============================== */

  #banner
  {
    height: 25rem !important;
  }

  #banner >.container.content-home > .row > .col-lg.text-center.d-block.fadeInDown.animated > h1
  {
    margin-top: -4rem;
    font-size: 30px !important;
  }
  
  .content.bg-silver-lighter{
    padding-top: 2rem !important;
  }

  #quienes_somos >.container.fadeInDown.contentAnimated.finishAnimated iframe{
    width: 100%;
  }

  .container.fadeInDown.contentAnimated.finishAnimated > .card > .row > .col-sm-6.text-justify.table-responsive > .ml-4{
    text-align: left;
    padding-bottom: 1.5rem;
  }

  .container.fadeInDown.contentAnimated.finishAnimated > .row > .col-sm-12 > .content-title.hd_header.hd_quienes.text-center{
    height: auto;
  }

   #declaraciones_patrimoniales > .container.fadeInDown.contentAnimated.finishAnimated{
    text-align: justify;
  }

   #declaraciones_patrimoniales > .container.fadeInDown.contentAnimated.finishAnimated > .row > .col-sm-12 >.content.has-bg{
    width: 20.5rem;
  }

   #declaraciones_patrimoniales > .container.fadeInDown.contentAnimated.finishAnimated > .row > .col-sm-12 >.content.has-bg > .content-bg2.row.col.text-center{
    display: block;
    padding: 0px;
  }

  #declaraciones_patrimoniales .container.fadeInRight.contentAnimated.finishAnimated img.img-responsive{
    width: 4rem;
    padding-bottom: 1rem;
  }

  #declaraciones_patrimoniales .container.fadeInRight.contentAnimated.finishAnimated .row.d-block.d-sm-none{
    display: none !important;
  }

   #declaraciones_patrimoniales > .container.fadeInDown.contentAnimated.finishAnimated > .row > .col-sm-12 >.content.has-bg > .container{
    margin-left: -0.4rem;
  }

  #responsabilidad_administrativa > .container.fadeInDown.contentAnimated.finishAnimated  .col-12.text-center{
    margin-top: -3rem;
  }

  #proceso_quejas_denuncias > .container.fadeInDown.contentAnimated.finishAnimated > .row.text-center > .col-md-3.col-sm-3 > .card.card-demo.shadow
  {
    margin-bottom: 1rem;
  }

  #galeria_videos_denuncias iframe{
    width: 100%;
  }

  #proceso_quejas_denuncias .content.has-bg > .container.fadeInRight.contentAnimated.finishAnimated > .row > .col-md-4.col-sm-4.d-none.d-sm-block{
    display: block !important;
  }
}