

@media screen and (max-width: 640px) {
  #banner{
    height: 490px;
  }
  .carousel-height{
    height: 400px !important;
  }
  .cuerpo{
    padding-top:65px !important;
  }
  #back-principal {
    background: url("https://www.pjedomex.gob.mx/imagenes/img1108.jpg") top / cover no-repeat;
  }
  .contador {
    flex-direction: column;
    gap:160px;
    margin-top: 30px;
  }
   .contador img{
    width:80%;
  }
  .contador-graf{
    width:100%;
  }
  .contador h2{
    font-size:20px;
    text-align:center;
  }
  .contador h3{
    font-size:16px;
    text-align:center;
  }
  .contador p{
    text-align:center;
  }
  .invitation{
    display:flex;
    flex-direction: column;
    gap:50px;
    margin-top: 50px;
  }
  .invitation h1, h4, p{
    text-align:center;
  }
  .invitation div{
    width:90%;
    text-align:center;
  }
  .frame-live{
   width:100%;
   height:250px
 }
 .text{
    column-count:1;
    gap:90px;
  }
  .text > p{
   text-align:right !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1080px) {
  #banner{
    height: 500px;
  }
  .carousel-height{
    height: 500px !important;
  }
  .cuerpo{
    padding-top:65px !important;
  }
  #back-principal {
    background: url("https://www.pjedomex.gob.mx/imagenes/img1108.jpg") center / cover no-repeat;
  }
  .contador {
    flex-direction: column;
    gap:450px;
  }
   .contador img{
    width:50%;
  }
  .contador-graf{
    width:100%;
  }
  .contador h3{
    text-align:right;
  }
  .contador h4{
    text-align:right;
  }
  .contador p{
    text-align:right;
  }
  
  .invitation{
    display:flex;
    flex-direction: column;
    gap:100px;
    margin-top: 130px;
  }
  .invitation h1, h4, p{
    text-align:right;
  }
  .invitation div{
    width:40%;
  }
  .frame-live{
   width:100%;
   height:280px;
 }
 .text{
   column-count:2;
   gap:90px;
  }
  .text > p{
   text-align:justify !important;
  }
}

@media screen and (min-width: 1080px) {
  #banner{
    height: 680px;
  }
  .carousel-height{
    height: 600px !important;
  }
  .cuerpo{
    padding-top:100px !important;
  }
  #back-principal {
    background: url("https://www.pjedomex.gob.mx/imagenes/img1103.jpg") center / cover no-repeat;
  }
  .contador {
    flex-direction: row;
  }
  .contador img{
    width:30%;
  }
  .contador-graf{
    width:100%;
  }
  .contador h2{
    text-align:right;
  }
  .contador h3{
    text-align:right;
  }
  .contador p{
    text-align:right;
  }
  
  .invitation{
    display:flex;
    flex-direction: row;
  }
  .invitation h1, h4, p{
    text-align:right;
  }
  .invitation div{
    width:40%;
  }
  .frame-live{
   width:100%;
   height:320px;
 }
 .text{
   column-count:2;
   gap:90px;
  }
  .text > p{
   text-align:justify !important;
  }
}










