

.footer-basic {
    padding: 40px 0;
    background-color: #ffffff;
    color: #4b4c4d;
  }
  
  .footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  
  .footer-basic li {
    padding: 0 10px;
  }
  
  .footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
  }
  
  .footer-basic ul a:hover {
    opacity: 1;
  }
  
  .footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
  }
  
  .footer-basic .social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
  }
  
  .footer-basic .social > a:hover {
    opacity: 0.9;
  }
  
  .footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
  }
  .cuerpo{
    padding-top: 97px !important;
    padding-bottom: 20px !important;
   }
  
  
  
  
  @media screen and (max-width: 640px) {
  #banner{
    height: 490px;
  }
  .carousel-height{
    height: 400px !important;
  }
  .cuerpo{
    padding-top:30px !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:60px;
  }
  .text > p{
   text-align:justify !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1080px) {
  #banner{
    height: 500px;
  }
  .carousel-height{
    height: 500px !important;
  }
  .cuerpo{
    padding-top:40px !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:58px;
  }
  .text > p{
   text-align:justify !important;
  }
}

@media screen and (min-width: 1080px) {
  #banner{
    height: 680px;
  }
  .carousel-height{
    height: 600px !important;
  }
  .cuerpo{
    padding-top:95px !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:58px;
  }
  .text > p{
   text-align:justify !important;
  }
}













