   .instaTitles{
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 800;
        font-style: normal;
        font-size:49px;
        line-height:53px;
      }

      .instaSubtitles{
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size:17px;
        line-height:26px;
      }
      
      .instaTexto{
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size:17px;
        line-height:24px;
        text-align:justify;
      }
      
      .insta{
        display:flex;
        flex-direction:column;
        width:100%;
        background-color:white;
        position:relative;
      }
      
      .instaPleca{
        display:flex;
        width:100%;
        height:298.6px;
        /*background-color:blue;*/
        position:absolute;
        top:-298.6px;
        background-image:url("./imgs/insta/instaPleca.svg");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
      }
      
      .instaLugar{
        display:flex;
        position:absolute;
        flex-shrink:0;
        bottom:-68px;
        right:180px;
        width:161px;
        height:256px;
        /*background-color:black;*/
        background-image:url("./imgs/insta/instaLugar.png");
        background-position:top;
        background-size:cover;
        background-repeat:no-repeat;
      }
      
      .instaPrimer{
        display:flex;
        width:100%;
        gap:54px;
        padding:0 166px 76px 120px;
        /*background-color:pink;*/
        flex-direction:column;
        z-index:4;
        position: relative;
      }
      
      
      .instaSecond{
        display:flex;
        gap:50px;
        padding:0 166px 0 120px;
        z-index:3;
        /*sborder:4px solid red;*/
      }
      
      .ancho{
        width:100%;
      }
      
      
      .instaSucu{
        display:flex;
        width:100%;
        height:677px;
        position:relative;
        /*background-color:grey;*/
        z-index:1;
      }
      
      
      .instaImagen{
        display:flex;
        width:100%;
        height:908px;
        z-index:;
        position:absolute;
        /*border:3px solid green;*/
        bottom:0;
        background-image:url("./imgs/insta/instaTrabal.png");
        background-position:top;
        background-size:cover;
        background-repeat:no-repeat;
      }
      
      .space{
        height:400px;
      }

      .one{
        display: flex;
      }

      @media(max-width:1000px){

        .insta{
          /*background-color: green;*/
        }

        .instaPrimer{
          padding: 0 40px 40px 40px;
          gap: 40px;
        }

        .instaSecond{
          padding: 0 40px;
          /*background-color: pink;*/
          gap: 30px;
        }

        .ancho:nth-child(2){
          width: 75%;
          text-align: justify;
        }

        .instaLugar{
          right: 50px;
        }

        .instaImagen{
          background-position: -230px;
        }
        

      }

      @media(max-width:600px){

        .instaLugar{
          bottom: -80px;
          left: 50%;
          transform: translate(-50%);
        }
        .instaTitles{
          font-size: 38px;
          text-align: center;
        }

        .insta{
          padding-top: 70px;
          justify-content: center;
        }

        .instaSecond{
          flex-direction: column;
          gap:30px;
        }

        .ancho:nth-child(2){
          width: 100%;
          text-align: justify;
        }

        .instaImagen{
          background-position: -230px;
        }

        .instaTexto{
          font-size: 15px;
          line-height: 21px;
        }


      }