
        .grower-profile { margin: 20px 0; }
        .grower-profile img { max-width: 150px; height: auto; }
        .grower-profile h2 { margin-top: 0;}

        .blocia{background:#fff;}

        .blocia .bloitem{
          border-bottom: 1px solid #eaecf0;
        }

        .blocia .bloitem label{
          display:block;
          width:100%;
          padding: 5px 16px 5px 16px;
          font-weight: 500;
        }

        .blocia .bloitem .divicia{padding:5px 16px 16px 16px;}
        
        .blocia input:not(input[type="button"]), .blocia select{ 
          display:block;
          background:transparent; 
          cursor: not-allowed;
          width:100%!important;
          border:1px solid rgba(0, 0, 0, 0.3);
          border-radius:5px;
        }

        .botón-flexible{
          display:flex;
          justify-content: space-between;
        }

        .botón-flexible button{
          width:100%;
          margin:5px!important;
        }
    