.sosinTitles{
         font-family: "Open Sans", sans-serif;
         font-weight: 600;
         font-style: normal;
         font-size:26px; /*px*/
         line-height:34px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.01em; /*ej. 2px o 0.1 em*/
   } 

   .sosinParrafo{
         font-family: "Open Sans", sans-serif;
         font-weight: 400;
         font-style: normal;
         font-size: 17px; /*px*/
         line-height: 25px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.015em; /*ej. 2px o 0.1 em*/
         max-width: 470px;
   }
      
      
      .sosinItalica{
         font-family: "Open Sans", sans-serif;
         font-weight: 400;
         font-style: italic;
         font-size: 19px; /*px*/
         line-height: 19px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.03em; /*ej. 2px o 0.1 em*/
         color:white;
      }
      
      
      .sosin{
        display:flex;
        width:100%;
        padding:168px 125px 164px 145px;
        justify-content:center;
        /*background-color:pink;*/
      }
      
      .sosinWrapper{
        display:flex;
        width:100%;
        /*background-color:lightblue;*/
        max-width:1168px;
        justify-content:space-between;
        gap:10px;
        align-items:center;
      }
      
      .sosinTextos{
        display:flex;
        flex-direction:column;
        gap:65px;
        justify-content:center;
        /*background-color:lightgrey;*/
        width:100%;
        max-width:604px;
      }
      
      .sosinBoton{
        display:flex;
        width:fit-content;
        padding:14px 22px 16px 22px;
        border-radius:7px;
        background-color:#587F0F;
      }

      .sosinImagenes{
        display:flex;
        width:100%;
        max-width:554px;
        gap:25px;
        /*background-color:orange;*/
        height:545px;
      }
      
      .sosinIconSpace{
        display:flex;
        align-items:flex-end;
      }
      
      .sosinIcon{
        display:flex;
        /*background-color:black;*/
        width:197px;
        height:197px;
        background-image:url("./imgs_sosten/icon.png");
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center;
      }
      
      .sosinFoto1{
        display:flex;
        /*background-color:black;*/
        width:100%;
        max-width:332px;
        height:420px;
        background-image:url("./imgs_sosten/img1.png");
        background-repeat:no-repeat;
        background-size:cover;
        background-position:center;
        border-radius: 10px;
      }


      @media(max-width:1255px){
        .sosin{
          padding:168px 70px 164px 70px;
        }

        .sosinWrapper{
          gap:20px;
        }

        .sosinTextos{
          gap:48px;
        }

        .sosinIcon{
          height: 170px;
          width: 170px;
        }
      }

      @media(max-width:1098px){

        .sosinTextos{
          max-width: 760px;
          align-items: center;
          text-align: center;
          gap:40px;
        }

        .sosinParrafo{
          max-width: none;
        }

          .sosin{
            padding: 120px 70px;
          }
        
          .sosinWrapper{
            flex-direction: column;
            gap:55px;
          }

          .sosinIconSpace{
            align-items: center;
          }

         .sosinIcon{
          height: 150px;
          width: 150px;
        }

        .sosinImagenes{
          height: fit-content;
          /*background-color: green;*/
          width: 100%;
          max-width: none;
          justify-content: center;
        }

        .sosinFoto1{
          height: 250px;
          width:100%;
          max-width: 340px;
          min-width: none;
        }
      }


      @media(max-width:500px){
        

        .sosin{
           padding:100px 40px;
        }

          .sosinIcon{
            flex-shrink: 0;
            width:110px;
            height:110px;
          }
      }
