@media (max-width:768px){
    .correción-contenedorgob{
        padding-right: 2.5rem !important ;
    }
}

.tituloTemp{
    font-size: 2.5rem !important;
}

.servicios{
    font-size: 1.8rem !important;
}

.altura{
    display: flex;
    margin-left: auto;
    margin-right: auto;
}



.marco>*{
    line-height: 1.rem;
    text-align: justify;
}


@media (max-width:768px){
    .marco>*{
        margin-right:1rem !important;
        text-align: left !important;
        display: block;
    }
    
}

.contenedor{
    width: 100% !important;
    margin: 0 auto;
    display: flex;
    text-align: left;
    justify-content: initial;

}



.contenedor-matriz{
    width: 100%;
    margin: 0 auto;
    

}

@media (max-width:992px){
    .contenedor-matriz{
        width: 95%;
        margin: 0 auto;
    }
    .altura{
        display:block;
    }
}
.vermas{
    position: absolute;
    bottom: -5px;
    right: 15px;
}

.contenedor-cuadro{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media (max-width:768px){
    .contenedor-cuadro{
        text-align: left;
    }
}

.nivel{
    width: 98%;
    margin-left: auto;
}

.nivel1{
    width: 100%;
    margin-left: auto;
}

.nivel2{
    width: 97%;
    margin-left: auto;
}

.nivel3{
    width: 94%;
    margin-left: auto;
}
.nivel4{
    width: 91%;
    margin-left: auto;
}

.nivel5{
    width: 88%;
    margin-left: auto;
}

.nivel6{
    width: 85%;
    margin-left: auto;
}

.nivel7{
    width: 82%;
    margin-left: auto;
}

.nivel50{
    width: 82%;
    margin: auto;
}




.contenedor-left{
    width: 100% !important;
    margin: 0 auto;
    display: flex;
    text-align: left !important;
    justify-content: space-around;
}
@media (max-width:978px){
    .contenedor-left{
        display: block;
    }
}


.contenedor-beetwen{
    width: 95% !important;
    margin: 0 auto;
    display: flex; 
    
    
}

.contenedor-centrar{
    margin: 0 auto;
    display: flex ;
    justify-content: center ;  
    width: 180px !important;
    height: 120px;   
}

.contenedor-centrar2{
    margin: 0 auto;
    display: flex ;
    justify-content: center ;  

}


.margin0{
    margin-bottom: 0px !important;
    color: #006490;
    font-weight: initial;
    text-align: center;
    
}

.vermás{
    text-align: right;
    color: #006490;
    text-decoration: none;
    
}

.entrada {
    width: 40% !important;
    
}
.entrada-lista{
    width: 40% !important;
    margin: 0;
}

.noviñeta>* {
    list-style: square;
    margin-top: 0px;
    margin-bottom: 0px;
}

.viñeta>* {
    list-style: circle;
    margin-top: 10px;
}

.viñeta-numero>*{
    list-style-type: upper-alpha;
    margin-top: 10px;
}

.pdf{
    width: 100%;
    height: 50rem;
}

.encima{
    position: absolute;
    bottom:-2rem;
    left:0rem;
    right: 0rem;
}

/* Seccion de PDF*/

.tabla-pdf>*{
    border: 1px solid black ;
}

section {
    display: none;
}


.nombre {
	visibility: hidden;
    
}

/* .nombre:before {
	content: "Carlos Esteban Gallegos Espinoza";
	visibility:visible;
} */

#contacto .imgSubContainer img {
    visibility: hidden;

} 

#contacto .info-titular .info-link{
    visibility: hidden;
}

/* .img-fluid{
    width: 465px;
    height: 465px;
    
} */


/* #contacto .info-titular .info-link:before{
	content: "esteban.gallegos@isssspea.gob.mx";
	visibility:visible;
} */


/*
// investicacion de riesgo de trabajo por accidente
*/



/* ----------------------------------------------
 * Generated by Animista on 2024-4-8 13:0:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
 @-webkit-keyframes pulsate-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes pulsate-bck {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  

  .pulsate-bck {
	-webkit-animation: pulsate-bck 2.5s ease-in-out infinite both;
	        animation: pulsate-bck 2.5s ease-in-out infinite both;
}