.rancheroTitles{
         font-family: "Open Sans", sans-serif;
         font-weight: 600;
         font-style: normal;
         font-size:28px; /*px*/
         line-height:36px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.01em; /*ej. 2px o 0.1 em*/
   } 
      
      .rancheroItalica{
        font-family: "Open Sans", sans-serif;
         font-weight: 400;
         font-style: italic;
         font-size: 21px; /*px*/
         line-height: 29px; /* ej. 1.5, 20px, auto*/
         letter-spacing:0.03em; /*ej. 2px o 0.1 em*/
      }
      
      .ranchero{
        display:flex;
        width:100%;
        justify-content:right;
        align-items:center;
        padding:136px 215px 136px 215px;
        background-color:black;
        background-image:url("./imgs_nosotros/ranchero.png");
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        height:700px;
      }
      
      .rancheroTexto{
        display:flex;
        width:100%;
        max-width:493px;
        color:white;
        flex-direction:column;
        gap:30px;
      }


      @media(max-width:1200px){
        .ranchero{
          padding: 120px 40px;
        }
        
        .rancheroTexto{
          max-width: 60%;
        }

      }


      @media(max-width:500px){

        .ranchero{
          padding: 120px 30px;
          justify-content: center;
          text-align: center;
          background-position: right;
          height:600px;
        }
        .rancheroTexto{
          max-width: 100%;
        }
      }