.imagjaliscocomun {
  margin-left: 2%;
  margin-top: 10%;
  width: 50%;
}

.nuestropresente {
  color: white;
  position: absolute;
  margin-top: 33%;
  margin-left: 8%;
  font-family: Arial, Helvetica, sans-serif;
}

.sobreposicion {
  position: absolute;
  right: 0;
  height: 100%;
  width: 20%;
}




.textsec2 {
  text-align: justify;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 500px;
  
  margin: 5% auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  
  line-height: 1.4;
}

.imagen-sec2 {
  display: block;
  margin: 20px auto;
  max-width: 80%;
  height: auto;
  width: 70%;
}

.contenedor-imagen {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.div1sec2, .div2sec2 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-family: Arial, sans-serif;
  padding: 20px;
}

.div1sec2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.div2sec2 {
  height: auto;
  margin-top: 20px;
}

.textsec3 {
  text-align: justify;
  color: white;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 400px;
  margin-left: 0;
  margin-right: auto;
  padding: 10px;
}

.div1Sec3 {
  margin-left: 5%;
  width: 31%;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  padding: 1px;
}

.div2Sec3 {
  background-color: rgb(255, 255, 255);
  width: 50%;
  min-height: 350px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 2%;
  margin-left: auto;
  margin-right: 5%;
  margin-bottom: 2%;
}

.somos {
  margin-left: 15%;
  width: 70%;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.image-container img {
  width: 105px;
  height: 105px;
  object-fit: cover;
}

.Colorsec3p1 {
  color: #BE2C7A;
}



 @media screen and (max-width: 768px) {
   
  .imagjaliscocomun {
    width: 98%;
    margin: 0;
    position: relative;
    margin-right: 5vh;
  }

  .nuestropresente {
    font-size: 20px;
    text-align: center;
    margin: 0;
    position: relative;
    margin-right: 5vh;
  }

  .sobreposicion {
    width: 100vh;
    height: 100vh;
    opacity: 0.25;
  }

  .imagen-sec2 {
    width: 99%;
    margin: 0%;
  }

  .textsec3{

    position: relative;
    display: block;
  }

  

.div1Sec3 {
  width: 90%;
  text-align: center;
  font-size: 20px;
  font-family: Arial, sans-serif;
  margin: 0%;
  margin-right: 5vh;
}

  .div2Sec3{
    background-color: #141F35;
    order: 2;
    display: flex;
    width: 100%;
    position: relative;
    margin-left: 20px;
  }

  .image-container{
     margin: 0%;
     margin-left: 50px;
    
  }


  .btn-link{
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size:20px;
    text-align: center;
      border: 1px solid #141F35;
  }
}